From 72647e2c052b1f59e4a4ed9925d335edcfbf34f7 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 17 Feb 2017 07:53:49 -0500 Subject: python-pymongo: update to version 3.4.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python3-pymongo_3.4.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.4.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pymongo_3.4.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.4.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.4.0.bb new file mode 100644 index 0000000000..3b250a16bf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.4.0.bb @@ -0,0 +1,10 @@ +inherit pypi setuptools3 +require python-pymongo.inc + +# Requires _pydecimal which is in misc +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-enum \ + ${PYTHON_PN}-misc \ + ${PYTHON_PN}-selectors \ + ${PYTHON_PN}-subprocess \ +" -- cgit v1.2.3-54-g00ecf