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@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Derek Straka 2018-01-30 12:31:29 -05:00 committed by Armin Kuster
parent ea5769403a
commit 3e55d229f9
9 changed files with 0 additions and 41 deletions

View File

@ -1,5 +1,2 @@
inherit setuptools3
require python-babel.inc
# Requires _pydecimal.py which is in misc
RDEPENDS_${PN} += "${PYTHON_PN}-misc"

View File

@ -1,7 +1,2 @@
require python-django.inc
inherit setuptools3
# Requires _pydecimal which is in misc
RDEPENDS_${PN} += " \
${PYTHON_PN}-misc \
"

View File

@ -1,7 +1,2 @@
inherit setuptools3
require python-dnspython.inc
# Requires _pydecimal.py which is in misc
RDEPENDS_${PN} += " \
${PYTHON_PN}-misc \
"

View File

@ -1,7 +1,2 @@
inherit pypi setuptools3
require python-jinja2.inc
# Requires _pydecimal which is in misc
RDEPENDS_${PN} += " \
${PYTHON_PN}-misc \
"

View File

@ -1,7 +1,2 @@
inherit pypi setuptools3
require python-pymongo.inc
# Requires _pydecimal which is in misc
RDEPENDS_${PYTHON_PN}-bson += " \
${PYTHON_PN}-misc \
"

View File

@ -1,7 +1,2 @@
inherit setuptools3
require python-serpent.inc
# Requires _pydecimal which is in misc
RDEPENDS_${PN} += " \
${PYTHON_PN}-misc \
"

View File

@ -1,7 +1,2 @@
inherit setuptools3
require python-simplejson.inc
# Requires _pydecimal which is in misc
RDEPENDS_${PN} += " \
${PYTHON_PN}-misc \
"

View File

@ -1,5 +1,2 @@
inherit setuptools3
require python-sqlalchemy.inc
# Requires _pydecimal.py which is in misc
RDEPENDS_${PN} += "${PYTHON_PN}-misc"

View File

@ -1,7 +1,2 @@
inherit pypi setuptools3
require python-whoosh.inc
# Requires _pydecimal.py which is in misc
RDEPENDS_${PN} += " \
${PYTHON_PN}-misc \
"