meta-openembedded/meta-python/recipes-devtools/python/python3-pymongo_3.5.1.bb
Derek Straka 7f63c70bbd python-pymongo: split the package into bson and original pymongo package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-09-22 22:50:44 +00: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 \
"