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:
Derek Straka
2018-01-21 11:20:37 -05:00
committed by Armin Kuster
parent 49b6db7e66
commit df997e0747
49 changed files with 76 additions and 39 deletions

View File

@@ -39,7 +39,6 @@ RDEPENDS_${PN}-bin = " \
python3-pickle \ python3-pickle \
python3-shell \ python3-shell \
python3-stringold \ python3-stringold \
python3-subprocess \
python3-threading \ python3-threading \
" "

View File

@@ -18,7 +18,6 @@ RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-datetime \ ${PYTHON_PN}-datetime \
${PYTHON_PN}-io \ ${PYTHON_PN}-io \
${PYTHON_PN}-netclient \ ${PYTHON_PN}-netclient \
${PYTHON_PN}-subprocess \
" "
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"

View File

@@ -2,5 +2,6 @@ inherit setuptools
require python-asn1crypto.inc require python-asn1crypto.inc
RDEPENDS_${PN} += " \ RDEPENDS_${PN} += " \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-textutils \ ${PYTHON_PN}-textutils \
" "

View File

@@ -20,7 +20,6 @@ RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-distutils \ ${PYTHON_PN}-distutils \
${PYTHON_PN}-lazy-object-proxy \ ${PYTHON_PN}-lazy-object-proxy \
${PYTHON_PN}-six \ ${PYTHON_PN}-six \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-wrapt \ ${PYTHON_PN}-wrapt \
${PYTHON_PN}-setuptools \ ${PYTHON_PN}-setuptools \
" "

View File

@@ -6,4 +6,5 @@ RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-backports-functools-lru-cache \ ${PYTHON_PN}-backports-functools-lru-cache \
${PYTHON_PN}-re \ ${PYTHON_PN}-re \
${PYTHON_PN}-singledispatch \ ${PYTHON_PN}-singledispatch \
${PYTHON_PN}-subprocess \
" "

View File

@@ -10,5 +10,4 @@ inherit pypi
RDEPENDS_${PN}_class-target += " \ RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-ctypes \ ${PYTHON_PN}-ctypes \
${PYTHON_PN}-subprocess \
" "

View File

@@ -1,2 +1,6 @@
inherit setuptools inherit setuptools
require python-attrs.inc require python-attrs.inc
RDEPENDS_${PN} += "\
${PYTHON_PN}-subprocess \
"

View File

@@ -21,6 +21,5 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-pickle \ ${PYTHON_PN}-pickle \
${PYTHON_PN}-pytz \ ${PYTHON_PN}-pytz \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-threading \ ${PYTHON_PN}-threading \
" "

View File

@@ -1,2 +1,6 @@
inherit setuptools inherit setuptools
require python-babel.inc require python-babel.inc
RDEPENDS_${PN} += " \
${PYTHON_PN}-subprocess \
"

View File

@@ -14,5 +14,4 @@ RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-ctypes \ ${PYTHON_PN}-ctypes \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
${PYTHON_PN}-six \ ${PYTHON_PN}-six \
${PYTHON_PN}-subprocess \
" "

View File

@@ -1,2 +1,6 @@
inherit setuptools inherit setuptools
require python-bcrypt.inc require python-bcrypt.inc
RDEPENDS_${PN} += "\
${PYTHON_PN}-subprocess \
"

View File

@@ -13,6 +13,5 @@ RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-logging \ ${PYTHON_PN}-logging \
${PYTHON_PN}-misc \ ${PYTHON_PN}-misc \
${PYTHON_PN}-netserver \ ${PYTHON_PN}-netserver \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-sqlite3 \ ${PYTHON_PN}-sqlite3 \
" "

View File

@@ -3,5 +3,6 @@ inherit pypi setuptools
RDEPENDS_${PN}_class-target += "\ RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-argparse \ ${PYTHON_PN}-argparse \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-zlib \ ${PYTHON_PN}-zlib \
" "

View File

@@ -11,7 +11,6 @@ RDEPENDS_${PN}_class-target = " \
${PYTHON_PN}-ctypes \ ${PYTHON_PN}-ctypes \
${PYTHON_PN}-io \ ${PYTHON_PN}-io \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
${PYTHON_PN}-subprocess \
" "
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"

View File

@@ -1,2 +1,6 @@
require python-cffi.inc require python-cffi.inc
inherit pypi setuptools inherit pypi setuptools
RDEPENDS_${PN} += " \
${PYTHON_PN}-subprocess \
"

View File

@@ -28,7 +28,6 @@ RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-numbers \ ${PYTHON_PN}-numbers \
${PYTHON_PN}-asn1crypto \ ${PYTHON_PN}-asn1crypto \
${PYTHON_PN}-pycparser \ ${PYTHON_PN}-pycparser \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-setuptools \ ${PYTHON_PN}-setuptools \
${PYTHON_PN}-six \ ${PYTHON_PN}-six \
${PYTHON_PN}-threading \ ${PYTHON_PN}-threading \

View File

@@ -18,4 +18,5 @@ RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-enum34 \ ${PYTHON_PN}-enum34 \
${PYTHON_PN}-ipaddress \ ${PYTHON_PN}-ipaddress \
${PYTHON_PN}-contextlib \ ${PYTHON_PN}-contextlib \
${PYTHON_PN}-subprocess \
" "

View File

@@ -14,7 +14,6 @@ inherit pypi
RDEPENDS_${PN}_class-target += "\ RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-netserver \ ${PYTHON_PN}-netserver \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
" "

View File

@@ -5,5 +5,6 @@ UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Cython/"
UPSTREAM_CHECK_REGEX = "/Cython/(?P<pver>(\d+[\.\-_]*)+)" UPSTREAM_CHECK_REGEX = "/Cython/(?P<pver>(\d+[\.\-_]*)+)"
RDEPENDS_${PN} += "\ RDEPENDS_${PN} += "\
python-distribute \ ${PYTHON_PN}-distribute \
${PYTHON_PN}-subprocess \
" "

View File

@@ -25,7 +25,6 @@ RDEPENDS_${PN} += "\
${PYTHON_PN}-numbers \ ${PYTHON_PN}-numbers \
${PYTHON_PN}-pkgutil \ ${PYTHON_PN}-pkgutil \
${PYTHON_PN}-pytz \ ${PYTHON_PN}-pytz \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-threading \ ${PYTHON_PN}-threading \
${PYTHON_PN}-unixadmin \ ${PYTHON_PN}-unixadmin \
${PYTHON_PN}-xml \ ${PYTHON_PN}-xml \

View File

@@ -1,4 +1,8 @@
require python-django.inc require python-django.inc
inherit setuptools inherit setuptools
RDEPENDS_${PN} += "${PYTHON_PN}-argparse ${PYTHON_PN}-zlib" RDEPENDS_${PN} += " \
${PYTHON_PN}-argparse \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-zlib \
"

View File

@@ -18,7 +18,6 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-rfc3987 \ ${PYTHON_PN}-rfc3987 \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
${PYTHON_PN}-strict-rfc3339 \ ${PYTHON_PN}-strict-rfc3339 \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-unittest \ ${PYTHON_PN}-unittest \
" "

View File

@@ -7,5 +7,6 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-functools32 \ ${PYTHON_PN}-functools32 \
${PYTHON_PN}-lang \ ${PYTHON_PN}-lang \
${PYTHON_PN}-re \ ${PYTHON_PN}-re \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-textutils \ ${PYTHON_PN}-textutils \
" "

View File

@@ -13,9 +13,8 @@ SRC_URI[sha256sum] = "31911f6031de306c27ed79dc77b690d7c55b0dcb0f0434ca34ec6361d0
DEPENDS += "${PYTHON_PN}-pytest-runner-native" DEPENDS += "${PYTHON_PN}-pytest-runner-native"
RDEPENDS_${PN} = "\ RDEPENDS_${PN} = "\
${PYTHON_PN}-math \ ${PYTHON_PN}-math \
${PYTHON_PN}-io \ ${PYTHON_PN}-io \
${PYTHON_PN}-netclient \ ${PYTHON_PN}-netclient \
${PYTHON_PN}-threading \ ${PYTHON_PN}-threading \
${PYTHON_PN}-subprocess \
" "

View File

@@ -1,3 +1,6 @@
inherit setuptools inherit setuptools
require python-paho-mqtt.inc require python-paho-mqtt.inc
RDEPENDS_${PN} += " \
${PYTHON_PN}-subprocess \
"

View File

@@ -10,7 +10,6 @@ PYPI_PACKAGE = "prompt_toolkit"
RDEPENDS_${PN} += " \ RDEPENDS_${PN} += " \
${PYTHON_PN}-core \ ${PYTHON_PN}-core \
${PYTHON_PN}-six \ ${PYTHON_PN}-six \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-terminal \ ${PYTHON_PN}-terminal \
${PYTHON_PN}-threading \ ${PYTHON_PN}-threading \
${PYTHON_PN}-wcwidth \ ${PYTHON_PN}-wcwidth \

View File

@@ -1,2 +1,6 @@
inherit pypi setuptools inherit pypi setuptools
require python-prompt-toolkit.inc require python-prompt-toolkit.inc
RDEPENDS_${PN} += " \
${PYTHON_PN}-subprocess \
"

View File

@@ -15,7 +15,6 @@ FILES_${PN}-tests += " \
RDEPENDS_${PN} += " \ RDEPENDS_${PN} += " \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-threading \ ${PYTHON_PN}-threading \
${PYTHON_PN}-xml \ ${PYTHON_PN}-xml \
" "

View File

@@ -1,2 +1,6 @@
inherit pypi setuptools inherit pypi setuptools
require python-psutil.inc require python-psutil.inc
RDEPENDS_${PN} += " \
${PYTHON_PN}-subprocess \
"

View File

@@ -11,7 +11,6 @@ BBCLASSEXTEND = "native nativesdk"
RDEPENDS_${PN}_class-target += "\ RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-ply \ ${PYTHON_PN}-ply \
${PYTHON_PN}-pprint \ ${PYTHON_PN}-pprint \
${PYTHON_PN}-subprocess \
cpp \ cpp \
cpp-symlinks \ cpp-symlinks \
" "

View File

@@ -1,2 +1,6 @@
inherit pypi setuptools inherit pypi setuptools
require python-pycparser.inc require python-pycparser.inc
RDEPENDS_${PN} += " \
${PYTHON_PN}-subprocess \
"

View File

@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382"
RDEPENDS_${PN} += "\ RDEPENDS_${PN} += "\
${PYTHON_PN}-threading \ ${PYTHON_PN}-threading \
${PYTHON_PN}-io \ ${PYTHON_PN}-io \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-misc \ ${PYTHON_PN}-misc \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
" "

View File

@@ -1,2 +1,6 @@
inherit setuptools inherit setuptools
require python-pyinotify.inc require python-pyinotify.inc
RDEPENDS_${PN} += "\
${PYTHON_PN}-subprocess \
"

View File

@@ -9,5 +9,4 @@ inherit pypi
RDEPENDS_${PN} += " \ RDEPENDS_${PN} += " \
${PYTHON_PN}-ctypes \ ${PYTHON_PN}-ctypes \
${PYTHON_PN}-subprocess \
" "

View File

@@ -1,4 +1,7 @@
inherit setuptools inherit setuptools
require python-pyperclip.inc require python-pyperclip.inc
RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" RDEPENDS_${PN} += " \
${PYTHON_PN}-contextlib \
${PYTHON_PN}-subprocess \
"

View File

@@ -19,6 +19,5 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-pkgutil \ ${PYTHON_PN}-pkgutil \
${PYTHON_PN}-pprint \ ${PYTHON_PN}-pprint \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-unixadmin \ ${PYTHON_PN}-unixadmin \
" "

View File

@@ -1,2 +1,6 @@
require python-pyroute2.inc require python-pyroute2.inc
inherit setuptools inherit setuptools
RDEPENDS_${PN} += "\
${PYTHON_PN}-subprocess \
"

View File

@@ -14,6 +14,5 @@ RDEPENDS_${PN} = "\
${PYTHON_PN}-ctypes \ ${PYTHON_PN}-ctypes \
${PYTHON_PN}-misc \ ${PYTHON_PN}-misc \
${PYTHON_PN}-six \ ${PYTHON_PN}-six \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-threading \ ${PYTHON_PN}-threading \
" "

View File

@@ -2,6 +2,7 @@ require python-pyudev.inc
RDEPENDS_${PN} = "\ RDEPENDS_${PN} = "\
${PYTHON_PN}-contextlib \ ${PYTHON_PN}-contextlib \
${PYTHON_PN}-subprocess \
" "
inherit pypi setuptools inherit pypi setuptools

View File

@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://setup.py;startline=2;endline=15;md5=5ab7571a79ad62d0c
SRC_URI[md5sum] = "a5fc7fd4aea94867609a491ce65786f1" SRC_URI[md5sum] = "a5fc7fd4aea94867609a491ce65786f1"
SRC_URI[sha256sum] = "6d14e47eab0e15799cf3cdcc86b0b98279da68522caace2bd7ce644287685f0a" 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}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \
${PYTHON_PN}-ctypes" ${PYTHON_PN}-ctypes"

View File

@@ -1,3 +1,8 @@
inherit pypi setuptools inherit pypi setuptools
require python-tornado.inc 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 \
"

View File

@@ -37,7 +37,6 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-numbers \ ${PYTHON_PN}-numbers \
${PYTHON_PN}-pkgutil \ ${PYTHON_PN}-pkgutil \
${PYTHON_PN}-pprint \ ${PYTHON_PN}-pprint \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-threading \ ${PYTHON_PN}-threading \
${PYTHON_PN}-unixadmin \ ${PYTHON_PN}-unixadmin \
" "

View File

@@ -1,4 +1,7 @@
inherit pypi setuptools inherit pypi setuptools
require python-werkzeug.inc require python-werkzeug.inc
RDEPENDS_${PN} += "${PYTHON_PN}-zlib" RDEPENDS_${PN} += " \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-zlib \
"

View File

@@ -21,5 +21,4 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-pickle \ ${PYTHON_PN}-pickle \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
${PYTHON_PN}-stringold \ ${PYTHON_PN}-stringold \
${PYTHON_PN}-subprocess \
" "

View File

@@ -1,2 +1,6 @@
inherit pypi setuptools inherit pypi setuptools
require python-whoosh.inc require python-whoosh.inc
RDEPENDS_${PN} += " \
${PYTHON_PN}-subprocess \
"

View File

@@ -4,5 +4,4 @@ require python-pymongo.inc
# Requires _pydecimal which is in misc # Requires _pydecimal which is in misc
RDEPENDS_${PYTHON_PN}-bson += " \ RDEPENDS_${PYTHON_PN}-bson += " \
${PYTHON_PN}-misc \ ${PYTHON_PN}-misc \
${PYTHON_PN}-subprocess \
" "

View File

@@ -17,8 +17,4 @@ do_install_append() {
install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
} }
RDEPENDS_${PN} += "\
${PYTHON_PN}-subprocess \
"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"

View File

@@ -18,6 +18,5 @@ S = "${WORKDIR}/git"
RDEPENDS_${PN}_class-target += " \ RDEPENDS_${PN}_class-target += " \
parted (>= 2.3) \ parted (>= 2.3) \
${PYTHON_PN}-subprocess \
" "
RDEPENDS_${PN}_class-native = "" RDEPENDS_${PN}_class-native = ""

View File

@@ -4,7 +4,7 @@ PV = "3.10.7+git${SRCPV}"
inherit distutils inherit distutils
RDEPENDS_${PN} += "python-stringold python-codecs python-math" RDEPENDS_${PN} += "python-stringold python-codecs python-math python-subprocess"
RDEPENDS_${PN}_class-native = "" RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"