aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-18 16:23:12 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-27 07:25:01 -0800
commitb3ffe045316f3e48b7eec34574ccb647589e296a (patch)
treec94840aa06c0eff95038af3348b33500e45dfddf /meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb
parent8cfd98e478a71162191896f01b95c9693770c2ef (diff)
downloadmeta-openembedded-contrib-b3ffe045316f3e48b7eec34574ccb647589e296a.tar.gz
python-pymongo: update to version 3.6.0
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.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb
deleted file mode 100644
index 9f02cab137..0000000000
--- a/meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-inherit pypi setuptools3
-require python-pymongo.inc
-
-# Requires _pydecimal which is in misc
-RDEPENDS_${PYTHON_PN}-bson += " \
- ${PYTHON_PN}-enum \
- ${PYTHON_PN}-misc \
- ${PYTHON_PN}-selectors \
- ${PYTHON_PN}-subprocess \
-"