diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-asn1crypto.inc | 23 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-asn1crypto_1.3.0.bb | 22 |
2 files changed, 20 insertions, 25 deletions
diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc deleted file mode 100644 index de6e1a55bb..0000000000 --- a/meta-python/recipes-devtools/python/python-asn1crypto.inc +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures" | ||
| 2 | HOMEPAGE = "https://github.com/wbond/asn1crypto" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "asn1crypto" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "daad112940181917e3ff169b47b9bd9a" | ||
| 10 | SRC_URI[sha256sum] = "5a215cb8dc12f892244e3a113fe05397ee23c5c4ca7a69cd6e69811755efc42d" | ||
| 11 | |||
| 12 | inherit pypi | ||
| 13 | |||
| 14 | RDEPENDS_${PN}_class-target += " \ | ||
| 15 | ${PYTHON_PN}-codecs \ | ||
| 16 | ${PYTHON_PN}-crypt \ | ||
| 17 | ${PYTHON_PN}-ctypes \ | ||
| 18 | ${PYTHON_PN}-datetime \ | ||
| 19 | ${PYTHON_PN}-io \ | ||
| 20 | ${PYTHON_PN}-netclient \ | ||
| 21 | " | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_1.3.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_1.3.0.bb index cfbe57520c..1b03c666a4 100644 --- a/meta-python/recipes-devtools/python/python3-asn1crypto_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-asn1crypto_1.3.0.bb | |||
| @@ -1,6 +1,24 @@ | |||
| 1 | inherit setuptools3 | 1 | DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures" |
| 2 | require python-asn1crypto.inc | 2 | HOMEPAGE = "https://github.com/wbond/asn1crypto" |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "asn1crypto" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "daad112940181917e3ff169b47b9bd9a" | ||
| 10 | SRC_URI[sha256sum] = "5a215cb8dc12f892244e3a113fe05397ee23c5c4ca7a69cd6e69811755efc42d" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 3 | 13 | ||
| 4 | RDEPENDS_${PN}_class-target += " \ | 14 | RDEPENDS_${PN}_class-target += " \ |
| 15 | ${PYTHON_PN}-codecs \ | ||
| 16 | ${PYTHON_PN}-crypt \ | ||
| 17 | ${PYTHON_PN}-ctypes \ | ||
| 18 | ${PYTHON_PN}-datetime \ | ||
| 19 | ${PYTHON_PN}-io \ | ||
| 20 | ${PYTHON_PN}-netclient \ | ||
| 5 | ${PYTHON_PN}-shell \ | 21 | ${PYTHON_PN}-shell \ |
| 6 | " | 22 | " |
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
