diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index a60eef329c..1f78c7dc9e 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -326,7 +326,6 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
326 | python3-pyrsistent \ | 326 | python3-pyrsistent \ |
327 | python3-pyscaffold \ | 327 | python3-pyscaffold \ |
328 | python3-pyserial \ | 328 | python3-pyserial \ |
329 | python3-pysocks \ | ||
330 | python3-pysonos \ | 329 | python3-pysonos \ |
331 | python3-pystemd \ | 330 | python3-pystemd \ |
332 | python3-pytest-asyncio \ | 331 | python3-pytest-asyncio \ |
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 deleted file mode 100644 index 9144401703..0000000000 --- a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb +++ /dev/null | |||
@@ -1,20 +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 | inherit pypi setuptools3 | ||
11 | |||
12 | RDEPENDS:${PN}:class-target += "\ | ||
13 | ${PYTHON_PN}-email \ | ||
14 | ${PYTHON_PN}-io \ | ||
15 | ${PYTHON_PN}-logging \ | ||
16 | ${PYTHON_PN}-netclient \ | ||
17 | ${PYTHON_PN}-shell \ | ||
18 | " | ||
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | ||