mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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:
committed by
Armin Kuster
parent
ea5769403a
commit
3e55d229f9
@@ -1,5 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-babel.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-misc"
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
require python-django.inc
|
||||
inherit setuptools3
|
||||
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-dnspython.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
inherit pypi setuptools3
|
||||
require python-jinja2.inc
|
||||
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
inherit pypi setuptools3
|
||||
require python-pymongo.inc
|
||||
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PYTHON_PN}-bson += " \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-serpent.inc
|
||||
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-simplejson.inc
|
||||
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-sqlalchemy.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-misc"
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
inherit pypi setuptools3
|
||||
require python-whoosh.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user