[oe-commits] [meta-openembedded] 20/44: python: remove python3 DEPENDS on python3-misc due to missing _pydecimal.py

git at git.openembedded.org git at git.openembedded.org
Sun Feb 11 20:07:18 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 3e55d229f98894f82013562bca897f2aca3c0c1f
Author: Derek Straka <derek at asterius.io>
AuthorDate: Tue Jan 30 12:31:29 2018 -0500

    python: remove python3 DEPENDS on python3-misc due to missing _pydecimal.py
    
    Several packages required numbers, but the _pydecimal.py file was incorrectly
    placed in the misc package.  The underlying issue has been resolved upstream,
    so remove the RDEPENDS here
    
    http://lists.openembedded.org/pipermail/openembedded-core/2018-January/146808.html
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python3-babel_2.5.3.bb       | 3 ---
 meta-python/recipes-devtools/python/python3-django_1.11.9.bb     | 5 -----
 meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb  | 5 -----
 meta-python/recipes-devtools/python/python3-jinja2_2.10.bb       | 5 -----
 meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb     | 5 -----
 meta-python/recipes-devtools/python/python3-serpent_1.23.bb      | 5 -----
 meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb | 5 -----
 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb | 3 ---
 meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb      | 5 -----
 9 files changed, 41 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-babel_2.5.3.bb b/meta-python/recipes-devtools/python/python3-babel_2.5.3.bb
index 05084ac..0715d59 100644
--- a/meta-python/recipes-devtools/python/python3-babel_2.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-babel_2.5.3.bb
@@ -1,5 +1,2 @@
 inherit setuptools3
 require python-babel.inc
-
-# Requires _pydecimal.py which is in misc
-RDEPENDS_${PN} += "${PYTHON_PN}-misc"
diff --git a/meta-python/recipes-devtools/python/python3-django_1.11.9.bb b/meta-python/recipes-devtools/python/python3-django_1.11.9.bb
index ef77603..e1e38c3 100644
--- a/meta-python/recipes-devtools/python/python3-django_1.11.9.bb
+++ b/meta-python/recipes-devtools/python/python3-django_1.11.9.bb
@@ -1,7 +1,2 @@
 require python-django.inc
 inherit setuptools3
-
-# Requires _pydecimal which is in misc
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-misc \
-"
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 091eb36..ce4dfdc 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
@@ -1,7 +1,2 @@
 inherit setuptools3
 require python-dnspython.inc
-
-# Requires _pydecimal.py which is in misc
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-misc \
-"
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb
index 8375f8c..61156b6 100644
--- a/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb
+++ b/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb
@@ -1,7 +1,2 @@
 inherit pypi setuptools3
 require python-jinja2.inc
-
-# Requires _pydecimal which is in misc
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-misc \
-"
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 415ca9f..5164b18 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
@@ -1,7 +1,2 @@
 inherit pypi setuptools3
 require python-pymongo.inc
-
-# Requires _pydecimal which is in misc
-RDEPENDS_${PYTHON_PN}-bson += " \
-    ${PYTHON_PN}-misc \
-"
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 bc8bfff..1e04def 100644
--- a/meta-python/recipes-devtools/python/python3-serpent_1.23.bb
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.23.bb
@@ -1,7 +1,2 @@
 inherit setuptools3
 require python-serpent.inc
-
-# Requires _pydecimal which is in misc
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-misc \
-"
diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb
index d44bc15..38f406c 100644
--- a/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb
+++ b/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb
@@ -1,7 +1,2 @@
 inherit setuptools3
 require python-simplejson.inc
-
-# Requires _pydecimal which is in misc
-RDEPENDS_${PN} += " \
-    ${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 eaa0090..86cf9ed 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
@@ -1,5 +1,2 @@
 inherit setuptools3
 require python-sqlalchemy.inc
-
-# Requires _pydecimal.py which is in 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 8ad1c17..5d8af30 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
@@ -1,7 +1,2 @@
 inherit pypi setuptools3
 require python-whoosh.inc
-
-# Requires _pydecimal.py which is in misc
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-misc \
-"

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


More information about the Openembedded-commits mailing list