This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
-11
View File
@@ -1,11 +0,0 @@
config BR2_PACKAGE_PYTHON_PYASN_MODULES
bool "python-pyasn-modules"
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_PYASN # runtime
help
A collection of ASN.1-based protocols modules.
https://pypi.python.org/pypi/pyasn1-modules
comment "python-pyasn-modules needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
@@ -1,3 +0,0 @@
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=178129bc7fbf07215c25230c5f053f81, sha256 locally computed.
md5 178129bc7fbf07215c25230c5f053f81 pyasn1-modules-0.0.8.tar.gz
sha256 10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837 pyasn1-modules-0.0.8.tar.gz
@@ -1,14 +0,0 @@
################################################################################
#
# python-pyasn-modules
#
################################################################################
PYTHON_PYASN_MODULES_VERSION = 0.0.8
PYTHON_PYASN_MODULES_SOURCE = pyasn1-modules-$(PYTHON_PYASN_MODULES_VERSION).tar.gz
PYTHON_PYASN_MODULES_SITE = https://pypi.python.org/packages/source/p/pyasn1-modules
PYTHON_PYASN_MODULES_LICENSE = BSD-2-Clause
PYTHON_PYASN_MODULES_LICENSE_FILES = LICENSE.txt
PYTHON_PYASN_MODULES_SETUP_TYPE = setuptools
$(eval $(python-package))