aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-30 12:31:29 -0500
committerArmin Kuster <akuster808@gmail.com>2018-02-11 11:50:56 -0800
commit3e55d229f98894f82013562bca897f2aca3c0c1f (patch)
tree3cc87dc818b77c51d7084bc47812a61f1da149c4 /meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb
parentea5769403a26a813f4300c9d34824baf215ac9c3 (diff)
downloadmeta-openembedded-3e55d229f98894f82013562bca897f2aca3c0c1f.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb5
1 files changed, 0 insertions, 5 deletions
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 415ca9f2e8..5164b186bf 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 \
-"