[oe-commits] [meta-openembedded] 15/50: Remove deprecated python3-selectors from the RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sat Jan 27 01:36:28 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit df6f7688e8b8369ddeb95e85ac05b8393916d095
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sun Jan 21 11:20:33 2018 -0500

    Remove deprecated python3-selectors from the RDEPENDS
    
    The python3-selectors package was removed as part of the migration to the
    json manifest file.  The functionality is now part of core
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python3-asn1crypto_0.24.0.bb | 1 -
 meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb  | 1 -
 meta-python/recipes-devtools/python/python3-hyperlink_17.3.1.bb  | 2 --
 meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb    | 4 ----
 meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb      | 2 +-
 meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb     | 1 -
 meta-python/recipes-devtools/python/python3-pyserial_3.4.bb      | 2 --
 meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb     | 1 -
 meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb      | 1 -
 9 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_0.24.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_0.24.0.bb
index 9d98372..cfbe575 100644
--- a/meta-python/recipes-devtools/python/python3-asn1crypto_0.24.0.bb
+++ b/meta-python/recipes-devtools/python/python3-asn1crypto_0.24.0.bb
@@ -2,6 +2,5 @@ inherit setuptools3
 require python-asn1crypto.inc
 
 RDEPENDS_${PN}_class-target += " \
-    ${PYTHON_PN}-selectors \
     ${PYTHON_PN}-shell \
 "
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb
index e28389e..091eb36 100644
--- a/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb
@@ -4,5 +4,4 @@ require python-dnspython.inc
 # Requires _pydecimal.py which is in misc
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-misc \
-    ${PYTHON_PN}-selectors \
 "
diff --git a/meta-python/recipes-devtools/python/python3-hyperlink_17.3.1.bb b/meta-python/recipes-devtools/python/python3-hyperlink_17.3.1.bb
index bd2bcb3..70813bf 100644
--- a/meta-python/recipes-devtools/python/python3-hyperlink_17.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-hyperlink_17.3.1.bb
@@ -1,4 +1,2 @@
 inherit setuptools3
 require python-hyperlink.inc
-
-RDEPENDS_${PN} += "${PYTHON_PN}-selectors"
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb
index be55770..30416a4 100644
--- a/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb
+++ b/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb
@@ -1,6 +1,2 @@
 require python-netaddr.inc
 inherit setuptools3
-
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-selectors \
-"
diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
index 997b0ca..93df83a 100644
--- a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
@@ -11,4 +11,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools3 python3native pypi
 
-RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-selectors"
+RDEPENDS_${PN} += "${PYTHON_PN}-datetime"
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 55b0314..e6e9726 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,6 +4,5 @@ require python-pymongo.inc
 # Requires _pydecimal which is in misc
 RDEPENDS_${PYTHON_PN}-bson += " \
     ${PYTHON_PN}-misc \
-    ${PYTHON_PN}-selectors \
     ${PYTHON_PN}-subprocess \
 "
diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb
index 6807b95..17ed3f8 100644
--- a/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb
@@ -5,5 +5,3 @@ do_install_append() {
     rm -f ${D}${bindir}/miniterm.py
     rmdir ${D}${bindir}
 }
-
-RDEPENDS_${PN} += "${PYTHON_PN}-selectors"
diff --git a/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb b/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb
index e5f00e8..bbda05a 100644
--- a/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb
+++ b/meta-python/recipes-devtools/python/python3-pysocks_1.6.8.bb
@@ -3,5 +3,4 @@ require python-pysocks.inc
 
 RDEPENDS_${PN}_class-target += "\
     ${PYTHON_PN}-netclient \
-    ${PYTHON_PN}-selectors \
 "
diff --git a/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb b/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb
index b8dc174..8ad1c17 100644
--- a/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb
+++ b/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb
@@ -4,5 +4,4 @@ require python-whoosh.inc
 # Requires _pydecimal.py which is in misc
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-misc \
-    ${PYTHON_PN}-selectors \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list