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 ---- 46 files changed, 75 insertions(+), 36 deletions(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc index 2777c215bd..5c379956fa 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 1218519ec6..46aace286f 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 a71762c50d..213dde532f 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 fd98630e1b..687394da63 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 ea8d3bf71b..12410bf58b 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 a6fdf158dc..e3bec0fdfd 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 b1e8cc1e91..4dcb255c86 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 e0eadcda8a..f7c166ebab 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 3e6fa7a37d..449096978f 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 24333540b6..b136aa4895 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 2b15af40a1..70cde19e53 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 fcfde2f638..f0edb6408b 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 9c934b2f0a..39ab19ff8a 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 3cd62d1f78..bc667b8056 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 80d6b0a3ba..4be79077e3 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 f5b1e0b3b5..9c2f88418d 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 8d8f27c027..6e424a90cb 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 bdf9490c63..d803a6ed4c 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 3602a74aa8..ac0808eefd 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 db48ffdd79..d2347cc963 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 8413692929..6fdc02498f 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 7407616335..b677c646e7 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 6459e68b4a..23169165f4 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 f369b2e848..a1031176e4 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 f5ed349f2e..cc409a4eb3 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 76e841014a..527c905a83 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 b96d54f3fa..5d8e61f4b5 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 bf402aa476..9aabfb2069 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 f445a2093e..d112d9f774 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 adbc1a8f46..98742737fd 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 7fcbb1850f..975f11c10b 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 d1f84c3ca8..0c9a2c72e1 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 c712fdd7c9..e05de6723e 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 6e93b81796..6c9fcbd84e 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 24e3555c7e..f7b57d9e4a 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 7b9c8e0445..f25f1b4ab3 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 ab4c5fd7d5..cb906c9ec9 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 32573b7a0d..a3e15014a4 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 b9a99c792e..7cf6dc5e06 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 5d11475567..193a4db7d2 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 5e6003f20b..c04a4e0c4f 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 3892f1357b..db41161b35 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 f43d8c1b0c..a4ca5dcd48 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 48df360179..3b4291f40d 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 e6e9726178..415ca9f2e8 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 189a65a98b..f6372c8d56 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" -- cgit 1.2.3-korg