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>
This commit is contained in:
Scott Murray 2022-03-20 20:50:40 -04:00 committed by Trevor Gamblin
parent 46928e1fc7
commit 90b54805d7
2 changed files with 0 additions and 21 deletions

View File

@ -326,7 +326,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-pyrsistent \
python3-pyscaffold \
python3-pyserial \
python3-pysocks \
python3-pysonos \
python3-pystemd \
python3-pytest-asyncio \

View File

@ -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"