From df997e0747decf536fc96f6c3be1adf3056f9f35 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 21 Jan 2018 11:20:37 -0500 Subject: 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 Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-asn1crypto.inc | 1 - meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb | 1 + meta-python/recipes-devtools/python/python-astroid.inc | 1 - meta-python/recipes-devtools/python/python-astroid_1.6.0.bb | 1 + meta-python/recipes-devtools/python/python-attrs.inc | 1 - meta-python/recipes-devtools/python/python-attrs_17.4.0.bb | 4 ++++ meta-python/recipes-devtools/python/python-babel.inc | 1 - meta-python/recipes-devtools/python/python-babel_2.5.3.bb | 4 ++++ meta-python/recipes-devtools/python/python-bcrypt.inc | 1 - meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb | 4 ++++ meta-python/recipes-devtools/python/python-can.inc | 1 - meta-python/recipes-devtools/python/python-can_2.0.0.bb | 1 + meta-python/recipes-devtools/python/python-cffi.inc | 1 - meta-python/recipes-devtools/python/python-cffi_1.11.4.bb | 4 ++++ meta-python/recipes-devtools/python/python-cryptography.inc | 1 - meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb | 1 + meta-python/recipes-devtools/python/python-cython.inc | 1 - meta-python/recipes-devtools/python/python-cython_0.27.3.bb | 3 ++- meta-python/recipes-devtools/python/python-django.inc | 1 - meta-python/recipes-devtools/python/python-django_1.11.9.bb | 6 +++++- meta-python/recipes-devtools/python/python-jsonschema.inc | 1 - meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb | 1 + meta-python/recipes-devtools/python/python-paho-mqtt.inc | 9 ++++----- meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb | 3 +++ meta-python/recipes-devtools/python/python-prompt-toolkit.inc | 1 - .../recipes-devtools/python/python-prompt-toolkit_1.0.15.bb | 4 ++++ meta-python/recipes-devtools/python/python-psutil.inc | 1 - meta-python/recipes-devtools/python/python-psutil_5.4.3.bb | 4 ++++ meta-python/recipes-devtools/python/python-pycparser.inc | 1 - meta-python/recipes-devtools/python/python-pycparser_2.18.bb | 4 ++++ meta-python/recipes-devtools/python/python-pyinotify.inc | 1 - meta-python/recipes-devtools/python/python-pyinotify_0.9.6.bb | 4 ++++ meta-python/recipes-devtools/python/python-pyperclip.inc | 1 - meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb | 5 ++++- meta-python/recipes-devtools/python/python-pyroute2.inc | 1 - meta-python/recipes-devtools/python/python-pyroute2_0.4.21.bb | 4 ++++ meta-python/recipes-devtools/python/python-pyudev.inc | 1 - meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb | 1 + meta-python/recipes-devtools/python/python-tornado.inc | 2 +- meta-python/recipes-devtools/python/python-tornado_4.5.3.bb | 7 ++++++- meta-python/recipes-devtools/python/python-werkzeug.inc | 1 - meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb | 5 ++++- meta-python/recipes-devtools/python/python-whoosh.inc | 1 - meta-python/recipes-devtools/python/python-whoosh_2.7.4.bb | 4 ++++ meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb | 1 - .../recipes-devtools/python/python3-vcversioner_2.16.0.0.bb | 4 ---- meta-python/recipes-extended/python-pyparted/python-pyparted.inc | 1 - .../recipes-extended/python-pyparted/python-pyparted_3.11.1.bb | 2 +- 48 files changed, 76 insertions(+), 38 deletions(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc index 2777c215b..5c379956f 100644 --- a/meta-python/recipes-devtools/python/python-asn1crypto.inc +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc @@ -18,7 +18,6 @@ RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-io \ ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-subprocess \ " BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb b/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb index 1218519ec..46aace286 100644 --- a/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb +++ b/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb @@ -2,5 +2,6 @@ inherit setuptools require python-asn1crypto.inc RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-textutils \ " diff --git a/meta-python/recipes-devtools/python/python-astroid.inc b/meta-python/recipes-devtools/python/python-astroid.inc index a71762c50..213dde532 100644 --- a/meta-python/recipes-devtools/python/python-astroid.inc +++ b/meta-python/recipes-devtools/python/python-astroid.inc @@ -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 \ " diff --git a/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb b/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb index fd98630e1..687394da6 100644 --- a/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb @@ -6,4 +6,5 @@ RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-backports-functools-lru-cache \ ${PYTHON_PN}-re \ ${PYTHON_PN}-singledispatch \ + ${PYTHON_PN}-subprocess \ " diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc index ea8d3bf71..12410bf58 100644 --- a/meta-python/recipes-devtools/python/python-attrs.inc +++ b/meta-python/recipes-devtools/python/python-attrs.inc @@ -10,5 +10,4 @@ inherit pypi RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-ctypes \ - ${PYTHON_PN}-subprocess \ " diff --git a/meta-python/recipes-devtools/python/python-attrs_17.4.0.bb b/meta-python/recipes-devtools/python/python-attrs_17.4.0.bb index a6fdf158d..e3bec0fdf 100644 --- a/meta-python/recipes-devtools/python/python-attrs_17.4.0.bb +++ b/meta-python/recipes-devtools/python/python-attrs_17.4.0.bb @@ -1,2 +1,6 @@ inherit setuptools require python-attrs.inc + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-babel.inc b/meta-python/recipes-devtools/python/python-babel.inc index b1e8cc1e9..4dcb255c8 100644 --- a/meta-python/recipes-devtools/python/python-babel.inc +++ b/meta-python/recipes-devtools/python/python-babel.inc @@ -21,6 +21,5 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-pickle \ ${PYTHON_PN}-pytz \ ${PYTHON_PN}-shell \ - ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-threading \ " diff --git a/meta-python/recipes-devtools/python/python-babel_2.5.3.bb b/meta-python/recipes-devtools/python/python-babel_2.5.3.bb index e0eadcda8..f7c166eba 100644 --- a/meta-python/recipes-devtools/python/python-babel_2.5.3.bb +++ b/meta-python/recipes-devtools/python/python-babel_2.5.3.bb @@ -1,2 +1,6 @@ inherit setuptools require python-babel.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-bcrypt.inc b/meta-python/recipes-devtools/python/python-bcrypt.inc index 3e6fa7a37..449096978 100644 --- a/meta-python/recipes-devtools/python/python-bcrypt.inc +++ b/meta-python/recipes-devtools/python/python-bcrypt.inc @@ -14,5 +14,4 @@ RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-ctypes \ ${PYTHON_PN}-shell \ ${PYTHON_PN}-six \ - ${PYTHON_PN}-subprocess \ " diff --git a/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb b/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb index 24333540b..b136aa489 100644 --- a/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb +++ b/meta-python/recipes-devtools/python/python-bcrypt_3.1.4.bb @@ -1,2 +1,6 @@ inherit setuptools require python-bcrypt.inc + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-can.inc b/meta-python/recipes-devtools/python/python-can.inc index 2b15af40a..70cde19e5 100644 --- a/meta-python/recipes-devtools/python/python-can.inc +++ b/meta-python/recipes-devtools/python/python-can.inc @@ -13,6 +13,5 @@ RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-logging \ ${PYTHON_PN}-misc \ ${PYTHON_PN}-netserver \ - ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-sqlite3 \ " diff --git a/meta-python/recipes-devtools/python/python-can_2.0.0.bb b/meta-python/recipes-devtools/python/python-can_2.0.0.bb index fcfde2f63..f0edb6408 100644 --- a/meta-python/recipes-devtools/python/python-can_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python-can_2.0.0.bb @@ -3,5 +3,6 @@ inherit pypi setuptools RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-argparse \ + ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-zlib \ " diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index 9c934b2f0..39ab19ff8 100644 --- a/meta-python/recipes-devtools/python/python-cffi.inc +++ b/meta-python/recipes-devtools/python/python-cffi.inc @@ -11,7 +11,6 @@ RDEPENDS_${PN}_class-target = " \ ${PYTHON_PN}-ctypes \ ${PYTHON_PN}-io \ ${PYTHON_PN}-shell \ - ${PYTHON_PN}-subprocess \ " BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-cffi_1.11.4.bb b/meta-python/recipes-devtools/python/python-cffi_1.11.4.bb index 3cd62d1f7..bc667b805 100644 --- a/meta-python/recipes-devtools/python/python-cffi_1.11.4.bb +++ b/meta-python/recipes-devtools/python/python-cffi_1.11.4.bb @@ -1,2 +1,6 @@ require python-cffi.inc inherit pypi setuptools + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index 80d6b0a3b..4be79077e 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -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 \ diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb b/meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb index f5b1e0b3b..9c2f88418 100644 --- a/meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb +++ b/meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb @@ -18,4 +18,5 @@ RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-enum34 \ ${PYTHON_PN}-ipaddress \ ${PYTHON_PN}-contextlib \ + ${PYTHON_PN}-subprocess \ " diff --git a/meta-python/recipes-devtools/python/python-cython.inc b/meta-python/recipes-devtools/python/python-cython.inc index 8d8f27c02..6e424a90c 100644 --- a/meta-python/recipes-devtools/python/python-cython.inc +++ b/meta-python/recipes-devtools/python/python-cython.inc @@ -14,7 +14,6 @@ inherit pypi RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-netserver \ - ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-shell \ " diff --git a/meta-python/recipes-devtools/python/python-cython_0.27.3.bb b/meta-python/recipes-devtools/python/python-cython_0.27.3.bb index bdf9490c6..d803a6ed4 100644 --- a/meta-python/recipes-devtools/python/python-cython_0.27.3.bb +++ b/meta-python/recipes-devtools/python/python-cython_0.27.3.bb @@ -5,5 +5,6 @@ UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Cython/" UPSTREAM_CHECK_REGEX = "/Cython/(?P(\d+[\.\-_]*)+)" RDEPENDS_${PN} += "\ - python-distribute \ + ${PYTHON_PN}-distribute \ + ${PYTHON_PN}-subprocess \ " diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index 3602a74aa..ac0808eef 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc @@ -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 \ diff --git a/meta-python/recipes-devtools/python/python-django_1.11.9.bb b/meta-python/recipes-devtools/python/python-django_1.11.9.bb index db48ffdd7..d2347cc96 100644 --- a/meta-python/recipes-devtools/python/python-django_1.11.9.bb +++ b/meta-python/recipes-devtools/python/python-django_1.11.9.bb @@ -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 \ +" diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc index 841369292..6fdc02498 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc @@ -18,7 +18,6 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-rfc3987 \ ${PYTHON_PN}-shell \ ${PYTHON_PN}-strict-rfc3339 \ - ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-unittest \ " diff --git a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb b/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb index 740761633..b677c646e 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb @@ -7,5 +7,6 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-functools32 \ ${PYTHON_PN}-lang \ ${PYTHON_PN}-re \ + ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-textutils \ " diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc index 6459e68b4..23169165f 100644 --- a/meta-python/recipes-devtools/python/python-paho-mqtt.inc +++ b/meta-python/recipes-devtools/python/python-paho-mqtt.inc @@ -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 \ " diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb b/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb index f369b2e84..a1031176e 100644 --- a/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python-paho-mqtt_1.3.1.bb @@ -1,3 +1,6 @@ inherit setuptools require python-paho-mqtt.inc +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-prompt-toolkit.inc b/meta-python/recipes-devtools/python/python-prompt-toolkit.inc index f5ed349f2..cc409a4eb 100644 --- a/meta-python/recipes-devtools/python/python-prompt-toolkit.inc +++ b/meta-python/recipes-devtools/python/python-prompt-toolkit.inc @@ -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 \ diff --git a/meta-python/recipes-devtools/python/python-prompt-toolkit_1.0.15.bb b/meta-python/recipes-devtools/python/python-prompt-toolkit_1.0.15.bb index 76e841014..527c905a8 100644 --- a/meta-python/recipes-devtools/python/python-prompt-toolkit_1.0.15.bb +++ b/meta-python/recipes-devtools/python/python-prompt-toolkit_1.0.15.bb @@ -1,2 +1,6 @@ inherit pypi setuptools require python-prompt-toolkit.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-psutil.inc b/meta-python/recipes-devtools/python/python-psutil.inc index b96d54f3f..5d8e61f4b 100644 --- a/meta-python/recipes-devtools/python/python-psutil.inc +++ b/meta-python/recipes-devtools/python/python-psutil.inc @@ -15,7 +15,6 @@ FILES_${PN}-tests += " \ RDEPENDS_${PN} += " \ ${PYTHON_PN}-shell \ - ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-threading \ ${PYTHON_PN}-xml \ " diff --git a/meta-python/recipes-devtools/python/python-psutil_5.4.3.bb b/meta-python/recipes-devtools/python/python-psutil_5.4.3.bb index bf402aa47..9aabfb206 100644 --- a/meta-python/recipes-devtools/python/python-psutil_5.4.3.bb +++ b/meta-python/recipes-devtools/python/python-psutil_5.4.3.bb @@ -1,2 +1,6 @@ inherit pypi setuptools require python-psutil.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-pycparser.inc b/meta-python/recipes-devtools/python/python-pycparser.inc index f445a2093..d112d9f77 100644 --- a/meta-python/recipes-devtools/python/python-pycparser.inc +++ b/meta-python/recipes-devtools/python/python-pycparser.inc @@ -11,7 +11,6 @@ BBCLASSEXTEND = "native nativesdk" RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-ply \ ${PYTHON_PN}-pprint \ - ${PYTHON_PN}-subprocess \ cpp \ cpp-symlinks \ " diff --git a/meta-python/recipes-devtools/python/python-pycparser_2.18.bb b/meta-python/recipes-devtools/python/python-pycparser_2.18.bb index adbc1a8f4..98742737f 100644 --- a/meta-python/recipes-devtools/python/python-pycparser_2.18.bb +++ b/meta-python/recipes-devtools/python/python-pycparser_2.18.bb @@ -1,2 +1,6 @@ inherit pypi setuptools require python-pycparser.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-pyinotify.inc b/meta-python/recipes-devtools/python/python-pyinotify.inc index 7fcbb1850..975f11c10 100644 --- a/meta-python/recipes-devtools/python/python-pyinotify.inc +++ b/meta-python/recipes-devtools/python/python-pyinotify.inc @@ -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 \ " diff --git a/meta-python/recipes-devtools/python/python-pyinotify_0.9.6.bb b/meta-python/recipes-devtools/python/python-pyinotify_0.9.6.bb index d1f84c3ca..0c9a2c72e 100644 --- a/meta-python/recipes-devtools/python/python-pyinotify_0.9.6.bb +++ b/meta-python/recipes-devtools/python/python-pyinotify_0.9.6.bb @@ -1,2 +1,6 @@ inherit setuptools require python-pyinotify.inc + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-pyperclip.inc b/meta-python/recipes-devtools/python/python-pyperclip.inc index c712fdd7c..e05de6723 100644 --- a/meta-python/recipes-devtools/python/python-pyperclip.inc +++ b/meta-python/recipes-devtools/python/python-pyperclip.inc @@ -9,5 +9,4 @@ inherit pypi RDEPENDS_${PN} += " \ ${PYTHON_PN}-ctypes \ - ${PYTHON_PN}-subprocess \ " diff --git a/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb b/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb index 6e93b8179..6c9fcbd84 100644 --- a/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python-pyperclip_1.6.0.bb @@ -1,4 +1,7 @@ inherit setuptools require python-pyperclip.inc -RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-contextlib \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-pyroute2.inc b/meta-python/recipes-devtools/python/python-pyroute2.inc index 24e3555c7..f7b57d9e4 100644 --- a/meta-python/recipes-devtools/python/python-pyroute2.inc +++ b/meta-python/recipes-devtools/python/python-pyroute2.inc @@ -19,6 +19,5 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-pkgutil \ ${PYTHON_PN}-pprint \ ${PYTHON_PN}-shell \ - ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-unixadmin \ " diff --git a/meta-python/recipes-devtools/python/python-pyroute2_0.4.21.bb b/meta-python/recipes-devtools/python/python-pyroute2_0.4.21.bb index 7b9c8e044..f25f1b4ab 100644 --- a/meta-python/recipes-devtools/python/python-pyroute2_0.4.21.bb +++ b/meta-python/recipes-devtools/python/python-pyroute2_0.4.21.bb @@ -1,2 +1,6 @@ require python-pyroute2.inc inherit setuptools + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-pyudev.inc b/meta-python/recipes-devtools/python/python-pyudev.inc index ab4c5fd7d..cb906c9ec 100644 --- a/meta-python/recipes-devtools/python/python-pyudev.inc +++ b/meta-python/recipes-devtools/python/python-pyudev.inc @@ -14,6 +14,5 @@ RDEPENDS_${PN} = "\ ${PYTHON_PN}-ctypes \ ${PYTHON_PN}-misc \ ${PYTHON_PN}-six \ - ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-threading \ " diff --git a/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb index 32573b7a0..a3e15014a 100644 --- a/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb +++ b/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb @@ -2,6 +2,7 @@ require python-pyudev.inc RDEPENDS_${PN} = "\ ${PYTHON_PN}-contextlib \ + ${PYTHON_PN}-subprocess \ " inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-tornado.inc b/meta-python/recipes-devtools/python/python-tornado.inc index b9a99c792..7cf6dc5e0 100644 --- a/meta-python/recipes-devtools/python/python-tornado.inc +++ b/meta-python/recipes-devtools/python/python-tornado.inc @@ -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" diff --git a/meta-python/recipes-devtools/python/python-tornado_4.5.3.bb b/meta-python/recipes-devtools/python/python-tornado_4.5.3.bb index 5d1147556..193a4db7d 100644 --- a/meta-python/recipes-devtools/python/python-tornado_4.5.3.bb +++ b/meta-python/recipes-devtools/python/python-tornado_4.5.3.bb @@ -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 \ +" diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc index 5e6003f20..c04a4e0c4 100644 --- a/meta-python/recipes-devtools/python/python-werkzeug.inc +++ b/meta-python/recipes-devtools/python/python-werkzeug.inc @@ -37,7 +37,6 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-numbers \ ${PYTHON_PN}-pkgutil \ ${PYTHON_PN}-pprint \ - ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-threading \ ${PYTHON_PN}-unixadmin \ " diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb index 3892f1357..db41161b3 100644 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb @@ -1,4 +1,7 @@ inherit pypi setuptools require python-werkzeug.inc -RDEPENDS_${PN} += "${PYTHON_PN}-zlib" +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-zlib \ +" diff --git a/meta-python/recipes-devtools/python/python-whoosh.inc b/meta-python/recipes-devtools/python/python-whoosh.inc index f43d8c1b0..a4ca5dcd4 100644 --- a/meta-python/recipes-devtools/python/python-whoosh.inc +++ b/meta-python/recipes-devtools/python/python-whoosh.inc @@ -21,5 +21,4 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-pickle \ ${PYTHON_PN}-shell \ ${PYTHON_PN}-stringold \ - ${PYTHON_PN}-subprocess \ " diff --git a/meta-python/recipes-devtools/python/python-whoosh_2.7.4.bb b/meta-python/recipes-devtools/python/python-whoosh_2.7.4.bb index 48df36017..3b4291f40 100644 --- a/meta-python/recipes-devtools/python/python-whoosh_2.7.4.bb +++ b/meta-python/recipes-devtools/python/python-whoosh_2.7.4.bb @@ -1,2 +1,6 @@ inherit pypi setuptools require python-whoosh.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb index e6e972617..415ca9f2e 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb @@ -4,5 +4,4 @@ require python-pymongo.inc # Requires _pydecimal which is in misc RDEPENDS_${PYTHON_PN}-bson += " \ ${PYTHON_PN}-misc \ - ${PYTHON_PN}-subprocess \ " diff --git a/meta-python/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb b/meta-python/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb index 189a65a98..f6372c8d5 100644 --- a/meta-python/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb @@ -17,8 +17,4 @@ do_install_append() { install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ } -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-subprocess \ - " - BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc index c82909d10..a0ec02817 100644 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc @@ -18,6 +18,5 @@ S = "${WORKDIR}/git" RDEPENDS_${PN}_class-target += " \ parted (>= 2.3) \ - ${PYTHON_PN}-subprocess \ " RDEPENDS_${PN}_class-native = "" diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb index 81d61c62a..7d00fd7d9 100644 --- a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb +++ b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb @@ -4,7 +4,7 @@ PV = "3.10.7+git${SRCPV}" inherit distutils -RDEPENDS_${PN} += "python-stringold python-codecs python-math" +RDEPENDS_${PN} += "python-stringold python-codecs python-math python-subprocess" RDEPENDS_${PN}_class-native = "" BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf