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-sqlalchemy.inc
# Requires _pydecimal.py which is in misc
RDEPENDS_${PN} += "${PYTHON_PN}-misc"