mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-24 00:48:19 +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-sqlalchemy.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-misc"
|
||||
|
||||
Reference in New Issue
Block a user