mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
d49c633e6f
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
547 B
Makefile
15 lines
547 B
Makefile
################################################################################
|
|
#
|
|
# python-pyasn1
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYASN1_VERSION = 0.4.8
|
|
PYTHON_PYASN1_SOURCE = pyasn1-$(PYTHON_PYASN1_VERSION).tar.gz
|
|
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/a4/db/fffec68299e6d7bad3d504147f9094830b704527a7fc098b721d38cc7fa7
|
|
PYTHON_PYASN1_SETUP_TYPE = setuptools
|
|
PYTHON_PYASN1_LICENSE = BSD-2-Clause
|
|
PYTHON_PYASN1_LICENSE_FILES = LICENSE.rst
|
|
|
|
$(eval $(python-package))
|