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 05084ac2e..0715d59f4 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 ef77603a6..e1e38c322 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 091eb368a..ce4dfdc74 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 8375f8cf4..61156b630 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 415ca9f2e..5164b186b 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 bc8bfff86..1e04def7b 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 d44bc1526..38f406c5d 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 eaa009096..86cf9edde 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 8ad1c1747..5d8af303c 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 \ -"