meta-openembedded/meta-python/recipes-devtools/python/python3-pymongo_3.6.0.bb
Derek Straka b3ffe04531 python-pymongo: update to version 3.6.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00

11 lines
235 B
BlitzBasic

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 \
"