mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
Remove deprecated python3-subprocess from the RDEPENDS
The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
49b6db7e66
commit
df997e0747
@@ -18,7 +18,6 @@ RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -2,5 +2,6 @@ inherit setuptools
|
||||
require python-asn1crypto.inc
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-textutils \
|
||||
"
|
||||
|
||||
@@ -20,7 +20,6 @@ RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-distutils \
|
||||
${PYTHON_PN}-lazy-object-proxy \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-wrapt \
|
||||
${PYTHON_PN}-setuptools \
|
||||
"
|
||||
|
||||
@@ -6,4 +6,5 @@ RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-backports-functools-lru-cache \
|
||||
${PYTHON_PN}-re \
|
||||
${PYTHON_PN}-singledispatch \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -10,5 +10,4 @@ inherit pypi
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
inherit setuptools
|
||||
require python-attrs.inc
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -21,6 +21,5 @@ RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-pickle \
|
||||
${PYTHON_PN}-pytz \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
inherit setuptools
|
||||
require python-babel.inc
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -14,5 +14,4 @@ RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
inherit setuptools
|
||||
require python-bcrypt.inc
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -13,6 +13,5 @@ RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-sqlite3 \
|
||||
"
|
||||
|
||||
@@ -3,5 +3,6 @@ inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-zlib \
|
||||
"
|
||||
|
||||
@@ -11,7 +11,6 @@ RDEPENDS_${PN}_class-target = " \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
require python-cffi.inc
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -28,7 +28,6 @@ RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-asn1crypto \
|
||||
${PYTHON_PN}-pycparser \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-setuptools \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-threading \
|
||||
|
||||
@@ -18,4 +18,5 @@ RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-enum34 \
|
||||
${PYTHON_PN}-ipaddress \
|
||||
${PYTHON_PN}-contextlib \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -14,7 +14,6 @@ inherit pypi
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-shell \
|
||||
"
|
||||
|
||||
|
||||
@@ -5,5 +5,6 @@ UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Cython/"
|
||||
UPSTREAM_CHECK_REGEX = "/Cython/(?P<pver>(\d+[\.\-_]*)+)"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
python-distribute \
|
||||
${PYTHON_PN}-distribute \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -25,7 +25,6 @@ RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pkgutil \
|
||||
${PYTHON_PN}-pytz \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
${PYTHON_PN}-xml \
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
require python-django.inc
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-argparse ${PYTHON_PN}-zlib"
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-zlib \
|
||||
"
|
||||
|
||||
@@ -18,7 +18,6 @@ RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-rfc3987 \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-strict-rfc3339 \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-unittest \
|
||||
"
|
||||
|
||||
|
||||
@@ -7,5 +7,6 @@ RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-functools32 \
|
||||
${PYTHON_PN}-lang \
|
||||
${PYTHON_PN}-re \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-textutils \
|
||||
"
|
||||
|
||||
@@ -13,9 +13,8 @@ SRC_URI[sha256sum] = "31911f6031de306c27ed79dc77b690d7c55b0dcb0f0434ca34ec6361d0
|
||||
DEPENDS += "${PYTHON_PN}-pytest-runner-native"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-math \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-math \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
inherit setuptools
|
||||
require python-paho-mqtt.inc
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -10,7 +10,6 @@ PYPI_PACKAGE = "prompt_toolkit"
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-terminal \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-wcwidth \
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
inherit pypi setuptools
|
||||
require python-prompt-toolkit.inc
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -15,7 +15,6 @@ FILES_${PN}-tests += " \
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-xml \
|
||||
"
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
inherit pypi setuptools
|
||||
require python-psutil.inc
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -11,7 +11,6 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-ply \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-subprocess \
|
||||
cpp \
|
||||
cpp-symlinks \
|
||||
"
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
inherit pypi setuptools
|
||||
require python-pycparser.inc
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382"
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-shell \
|
||||
"
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
inherit setuptools
|
||||
require python-pyinotify.inc
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -9,5 +9,4 @@ inherit pypi
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
inherit setuptools
|
||||
require python-pyperclip.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-contextlib"
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-contextlib \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -19,6 +19,5 @@ RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-pkgutil \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
"
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
require python-pyroute2.inc
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -14,6 +14,5 @@ RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
@@ -2,6 +2,7 @@ require python-pyudev.inc
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-contextlib \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://setup.py;startline=2;endline=15;md5=5ab7571a79ad62d0c
|
||||
SRC_URI[md5sum] = "a5fc7fd4aea94867609a491ce65786f1"
|
||||
SRC_URI[sha256sum] = "6d14e47eab0e15799cf3cdcc86b0b98279da68522caace2bd7ce644287685f0a"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email ${PYTHON_PN}-subprocess \
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-ctypes"
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
inherit pypi setuptools
|
||||
require python-tornado.inc
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-backports-ssl ${PYTHON_PN}-backports-abc ${PYTHON_PN}-singledispatch"
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-backports-abc \
|
||||
${PYTHON_PN}-backports-ssl \
|
||||
${PYTHON_PN}-singledispatch \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -37,7 +37,6 @@ RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pkgutil \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
"
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
inherit pypi setuptools
|
||||
require python-werkzeug.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-zlib"
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-zlib \
|
||||
"
|
||||
|
||||
@@ -21,5 +21,4 @@ RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-pickle \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-stringold \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
inherit pypi setuptools
|
||||
require python-whoosh.inc
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -4,5 +4,4 @@ require python-pymongo.inc
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PYTHON_PN}-bson += " \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
@@ -17,8 +17,4 @@ do_install_append() {
|
||||
install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user