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

git at git.openembedded.org git at git.openembedded.org
Sat Jan 27 01:36:25 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 6c2571e713f77f59c9ce255a5699f7836d8bb3bc
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sun Jan 21 11:20:30 2018 -0500

    Remove deprecated python3-enum from the RDEPENDS
    
    The python3-enum 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-automat_0.6.0.bb         | 2 --
 meta-python/recipes-devtools/python/python3-click_6.7.bb             | 2 --
 meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb       | 4 ----
 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-jsonpatch_1.21.bb        | 4 ----
 meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb      | 1 -
 meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb        | 1 -
 meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb          | 2 +-
 meta-python/recipes-devtools/python/python3-ply_3.10.bb              | 4 ----
 meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb | 1 -
 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-serpent_1.23.bb          | 1 -
 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb     | 2 +-
 meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb          | 1 -
 18 files changed, 4 insertions(+), 29 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 bc67215..9d98372 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,7 +2,6 @@ inherit setuptools3
 require python-asn1crypto.inc
 
 RDEPENDS_${PN}_class-target += " \
-    ${PYTHON_PN}-enum \
     ${PYTHON_PN}-selectors \
     ${PYTHON_PN}-shell \
 "
diff --git a/meta-python/recipes-devtools/python/python3-automat_0.6.0.bb b/meta-python/recipes-devtools/python/python3-automat_0.6.0.bb
index 0469e61..2c74764 100644
--- a/meta-python/recipes-devtools/python/python3-automat_0.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-automat_0.6.0.bb
@@ -1,4 +1,2 @@
 inherit setuptools3
 require python-automat.inc
-
-RDEPENDS_${PN} += "${PYTHON_PN}-enum "
diff --git a/meta-python/recipes-devtools/python/python3-click_6.7.bb b/meta-python/recipes-devtools/python/python3-click_6.7.bb
index ecd1514..1920644 100644
--- a/meta-python/recipes-devtools/python/python3-click_6.7.bb
+++ b/meta-python/recipes-devtools/python/python3-click_6.7.bb
@@ -1,4 +1,2 @@
 inherit pypi setuptools3
 require python-click.inc
-
-RDEPENDS_${PN} += "${PYTHON_PN}-enum"
diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb b/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb
index 7840b20..844cbdc 100644
--- a/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb
@@ -1,6 +1,2 @@
 inherit setuptools3
 require python-decorator.inc
-
-RDEPENDS_${PN}_class-target += "\
-    ${PYTHON_PN}-enum \
-"
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 26024c6..e28389e 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
@@ -3,7 +3,6 @@ require python-dnspython.inc
 
 # Requires _pydecimal.py which is in misc
 RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-enum \
     ${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 3d30af2..bd2bcb3 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,4 @@
 inherit setuptools3
 require python-hyperlink.inc
 
-RDEPENDS_${PN} += "${PYTHON_PN}-selectors ${PYTHON_PN}-enum"
+RDEPENDS_${PN} += "${PYTHON_PN}-selectors"
diff --git a/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb b/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb
index eb55934..73efcee 100644
--- a/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb
@@ -1,6 +1,2 @@
 inherit setuptools3
 require python-jsonpatch.inc
-
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-enum \
-"
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
index 429c6bf..436a664 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
@@ -25,7 +25,6 @@ RDEPENDS_${PN} += " \
     ${PYTHON_PN}-argparse \
     ${PYTHON_PN}-compression \
     ${PYTHON_PN}-doctest \
-    ${PYTHON_PN}-enum \
     ${PYTHON_PN}-logging \
     ${PYTHON_PN}-xml \
 "
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 a64abcc..be55770 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
@@ -2,6 +2,5 @@ require python-netaddr.inc
 inherit setuptools3
 
 RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-enum \
     ${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 080372c..997b0ca 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 ${PYTHON_PN}-enum"
+RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-selectors"
diff --git a/meta-python/recipes-devtools/python/python3-ply_3.10.bb b/meta-python/recipes-devtools/python/python3-ply_3.10.bb
index de8881d..72410ba 100644
--- a/meta-python/recipes-devtools/python/python3-ply_3.10.bb
+++ b/meta-python/recipes-devtools/python/python3-ply_3.10.bb
@@ -1,6 +1,2 @@
 require python-ply.inc
 inherit setuptools3
-
-RDEPENDS_${PN}_class-target += "\
-    ${PYTHON_PN}-enum \
-"
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb
index d8f6389..1067d15 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb
@@ -3,7 +3,6 @@ require python-prompt-toolkit.inc
 
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-datetime \
-    ${PYTHON_PN}-enum \
     ${PYTHON_PN}-shell \
     ${PYTHON_PN}-textutils \
 "
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 9f02cab..55b0314 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
@@ -3,7 +3,6 @@ require python-pymongo.inc
 
 # Requires _pydecimal which is in misc
 RDEPENDS_${PYTHON_PN}-bson += " \
-    ${PYTHON_PN}-enum \
     ${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 44c1368..6807b95 100644
--- a/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pyserial_3.4.bb
@@ -6,4 +6,4 @@ do_install_append() {
     rmdir ${D}${bindir}
 }
 
-RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-selectors"
+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 f8aa01b..e5f00e8 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
@@ -2,7 +2,6 @@ inherit pypi setuptools3
 require python-pysocks.inc
 
 RDEPENDS_${PN}_class-target += "\
-    ${PYTHON_PN}-enum \
     ${PYTHON_PN}-netclient \
     ${PYTHON_PN}-selectors \
 "
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.23.bb b/meta-python/recipes-devtools/python/python3-serpent_1.23.bb
index 199dcfa..bc8bfff 100644
--- a/meta-python/recipes-devtools/python/python3-serpent_1.23.bb
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.23.bb
@@ -3,6 +3,5 @@ require python-serpent.inc
 
 # Requires _pydecimal which is in misc
 RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-enum \
     ${PYTHON_PN}-misc \
 "
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb
index 01f1e97..eaa0090 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb
@@ -2,4 +2,4 @@ inherit setuptools3
 require python-sqlalchemy.inc
 
 # Requires _pydecimal.py which is in misc
-RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-misc"
+RDEPENDS_${PN} += "${PYTHON_PN}-misc"
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 4a4e679..b8dc174 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
@@ -3,7 +3,6 @@ require python-whoosh.inc
 
 # Requires _pydecimal.py which is in misc
 RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-enum \
     ${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