diff options
| author | Derek Straka <derek@asterius.io> | 2020-04-04 17:26:00 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-05 10:38:14 -0700 |
| commit | 29fc2f6030555331aa26cc1f8042b01d5d5547eb (patch) | |
| tree | 9b96c6a7879606918aa9032f0a77d20387ca45b7 /meta-python | |
| parent | 17172f0ab70f995ce4d73260b2bcfe80b4effa5e (diff) | |
| download | meta-openembedded-29fc2f6030555331aa26cc1f8042b01d5d5547eb.tar.gz | |
python-pysocks: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pysocks.inc | 18 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb | 15 |
2 files changed, 14 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysocks.inc b/meta-python/recipes-devtools/python/python-pysocks.inc deleted file mode 100644 index 1836e52d00..0000000000 --- a/meta-python/recipes-devtools/python/python-pysocks.inc +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | DESCRIPTION = "A Python SOCKS client module" | ||
| 2 | HOMEPAGE = "http://python-requests.org" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "89b1a6865c61bae67a32417517612ee6" | ||
| 7 | SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "PySocks" | ||
| 10 | |||
| 11 | RDEPENDS_${PN}_class-target += "\ | ||
| 12 | ${PYTHON_PN}-email \ | ||
| 13 | ${PYTHON_PN}-io \ | ||
| 14 | ${PYTHON_PN}-netclient \ | ||
| 15 | ${PYTHON_PN}-shell \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb index bbda05a518..e311904fcf 100644 --- a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb | |||
| @@ -1,6 +1,19 @@ | |||
| 1 | DESCRIPTION = "A Python SOCKS client module" | ||
| 2 | HOMEPAGE = "http://python-requests.org" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "89b1a6865c61bae67a32417517612ee6" | ||
| 7 | SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "PySocks" | ||
| 1 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
| 2 | require python-pysocks.inc | ||
| 3 | 11 | ||
| 4 | RDEPENDS_${PN}_class-target += "\ | 12 | RDEPENDS_${PN}_class-target += "\ |
| 13 | ${PYTHON_PN}-email \ | ||
| 14 | ${PYTHON_PN}-io \ | ||
| 5 | ${PYTHON_PN}-netclient \ | 15 | ${PYTHON_PN}-netclient \ |
| 16 | ${PYTHON_PN}-shell \ | ||
| 6 | " | 17 | " |
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
