mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-26 12:20:25 +00:00
meta-python: remove obsolete dependencies on python3-six
These recipes no longer use six, so remove the dependency. The list of recipes that still use six is a somewhat useful proxy for packages that are no longer maintained... Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -12,8 +12,4 @@ SRC_URI[sha256sum] = "3ecdbd8f2cc195f53ccada3a613538bb5f9ef6f6869129f13e03c30a67
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -25,5 +25,4 @@ RDEPENDS:${PN} += " \
|
||||
python3-snappy \
|
||||
python3-pyopenssl \
|
||||
python3-txaio \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
@@ -22,7 +22,6 @@ RDEPENDS:${PN} += "\
|
||||
python3-misc \
|
||||
python3-multiprocessing \
|
||||
python3-numbers \
|
||||
python3-six \
|
||||
libevent \
|
||||
"
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ PTEST_PYTEST_DIR = "src/tests"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-pprint \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
CVE_STATUS[CVE-2023-26112] = "fixed-version: the current version (5.0.9) is already fixed"
|
||||
|
||||
@@ -9,7 +9,6 @@ inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-core \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -15,6 +15,5 @@ DEPENDS += "python3-hatch-vcs-native"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-dnspython \
|
||||
python3-six \
|
||||
python3-greenlet \
|
||||
"
|
||||
|
||||
@@ -16,5 +16,4 @@ RDEPENDS:${PN} += "\
|
||||
python3-io \
|
||||
python3-json \
|
||||
python3-logging \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
@@ -21,5 +21,4 @@ RDEPENDS:${PN} += "\
|
||||
python3-protobuf \
|
||||
python3-pytz \
|
||||
python3-requests \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
@@ -10,7 +10,6 @@ inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-logging \
|
||||
python3-six \
|
||||
python3-json \
|
||||
python3-core \
|
||||
python3-netclient \
|
||||
|
||||
@@ -14,13 +14,11 @@ BBCLASSEXTEND = "native"
|
||||
|
||||
DEPENDS = "python3-pkgconfig-native \
|
||||
python3-numpy-native \
|
||||
python3-six-native \
|
||||
hdf5-native \
|
||||
python3 \
|
||||
hdf5 \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "python3-numpy \
|
||||
python3-six \
|
||||
python3-json \
|
||||
"
|
||||
|
||||
@@ -7,7 +7,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6855782848d572347212f667a2d637"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git;branch=main;tag=v${PV}"
|
||||
SRCREV = "702d6360ce082d8328e0cfd84f6415b0c94ca6dd"
|
||||
|
||||
|
||||
inherit python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += "python3-six"
|
||||
|
||||
@@ -7,7 +7,5 @@ SRC_URI[sha256sum] = "f05ade694522bf1720febebe1672f820f43a13c6a1664751e7769d47e8
|
||||
|
||||
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
RDEPENDS:${PN} += "python3-six"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ PYPI_PACKAGE = "prompt_toolkit"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-core \
|
||||
python3-six \
|
||||
python3-terminal \
|
||||
python3-threading \
|
||||
python3-wcwidth \
|
||||
|
||||
@@ -12,7 +12,6 @@ RDEPENDS:${PN} += " \
|
||||
python3-json \
|
||||
python3-jsonschema \
|
||||
python3-requests \
|
||||
python3-six \
|
||||
python3-deprecated \
|
||||
python3-wrapt \
|
||||
"
|
||||
|
||||
@@ -27,5 +27,4 @@ RDEPENDS:${PN} += " \
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-pyserial \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
@@ -23,7 +23,6 @@ do_install:prepend() {
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-six \
|
||||
python3-cffi \
|
||||
libsodium \
|
||||
"
|
||||
|
||||
@@ -14,7 +14,6 @@ RDEPENDS:${PN} += " \
|
||||
python3-io \
|
||||
python3-logging \
|
||||
python3-netaddr \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "pyrad"
|
||||
|
||||
@@ -15,7 +15,6 @@ do_configure:prepend() {
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-ctypes \
|
||||
python3-misc \
|
||||
python3-six \
|
||||
python3-threading \
|
||||
python3-fcntl \
|
||||
libudev \
|
||||
|
||||
@@ -20,6 +20,5 @@ RDEPENDS:${PN} += " \
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-attrs \
|
||||
python3-six \
|
||||
python3-pyopenssl \
|
||||
"
|
||||
|
||||
@@ -13,7 +13,6 @@ RDEPENDS:${PN} += " \
|
||||
python3-pyusb \
|
||||
python3-pyyaml \
|
||||
python3-setuptools \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
do_install:append() {
|
||||
|
||||
@@ -22,7 +22,6 @@ RDEPENDS:${PN} += "\
|
||||
python3-pickle \
|
||||
python3-json \
|
||||
python3-threading \
|
||||
python3-six \
|
||||
python3-attrs \
|
||||
python3-bidict \
|
||||
"
|
||||
|
||||
@@ -20,5 +20,4 @@ RDEPENDS:${PN}-ptest += " \
|
||||
python3-pyopenssl \
|
||||
python3-pyasn1-modules \
|
||||
python3-service-identity \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
@@ -15,7 +15,6 @@ RDEPENDS:${PN} += "\
|
||||
python3-pysocks \
|
||||
python3-requests \
|
||||
python3-requests-oauthlib \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "josh_roesslein:tweepy tweepy:tweepy"
|
||||
|
||||
@@ -14,6 +14,5 @@ PYPI_PACKAGE = "websocket_client"
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-six \
|
||||
python3-logging \
|
||||
"
|
||||
|
||||
@@ -42,7 +42,6 @@ RDEPENDS:${PN} = "\
|
||||
python3-pip \
|
||||
python3-pprint \
|
||||
python3-pycairo \
|
||||
python3-six \
|
||||
python3-xml \
|
||||
python3-cairocffi \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user