From b3ffe045316f3e48b7eec34574ccb647589e296a Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 18 Dec 2017 16:23:12 -0500 Subject: python-pymongo: update to version 3.6.0 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb') 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 new file mode 100644 index 0000000000..9f02cab137 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb @@ -0,0 +1,10 @@ +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 \ +" -- cgit 1.2.3-korg