aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-03-20 20:50:40 -0400
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-23 09:46:31 -0400
commit90b54805d79ad4e36b42929f8e750aac1c0759b9 (patch)
treeeb3b0a75974e181b282899e8367795352f9b86c1 /meta-python
parent46928e1fc7fa314c2bb9356bf6a03bf4b376968d (diff)
downloadmeta-openembedded-contrib-90b54805d79ad4e36b42929f8e750aac1c0759b9.tar.gz
python3-pysocks: Remove
This recipe has been moved to oe-core. Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb20
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 = "\
python3-pyrsistent \
python3-pyscaffold \
python3-pyserial \
- python3-pysocks \
python3-pysonos \
python3-pystemd \
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 @@
-DESCRIPTION = "A Python SOCKS client module"
-HOMEPAGE = "http://python-requests.org"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"
-
-SRC_URI[md5sum] = "89b1a6865c61bae67a32417517612ee6"
-SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"
-
-PYPI_PACKAGE = "PySocks"
-inherit pypi setuptools3
-
-RDEPENDS:${PN}:class-target += "\
- ${PYTHON_PN}-email \
- ${PYTHON_PN}-io \
- ${PYTHON_PN}-logging \
- ${PYTHON_PN}-netclient \
- ${PYTHON_PN}-shell \
-"
-
-BBCLASSEXTEND = "native nativesdk"