python-pyasn: update license information

Correct license information after switch to correct package on commit
5aa4f71b51.

Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Ryan Barnett 2014-05-06 10:42:40 -05:00 committed by Peter Korsgaard
parent c3ef7d20ae
commit b352f22813

View File

@ -7,7 +7,8 @@
PYTHON_PYASN_VERSION = 0.1.7
PYTHON_PYASN_SOURCE = pyasn1-$(PYTHON_PYASN_VERSION).tar.gz
PYTHON_PYASN_SITE = https://pypi.python.org/packages/source/p/pyasn1/
PYTHON_PYASN_LICENSE = LGPLv3+ (pyasn.cpp), GPLv2+ (libgds)
PYTHON_PYASN_LICENSE = BSD-2c
PYTHON_PYASN_LICENSE_FILES = LICENSE
PYTHON_PYASN_SETUP_TYPE = distutils
$(eval $(python-package))