python-pymongo: update to version 3.6.0

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Derek Straka
2017-12-18 16:23:12 -05:00
committed by Armin Kuster
parent 8cfd98e478
commit b3ffe04531
3 changed files with 3 additions and 3 deletions

View File

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