summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pymongo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pymongo.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pymongo.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pymongo.inc b/meta-python/recipes-devtools/python/python-pymongo.inc
index 347c49792b..e709a366ac 100644
--- a/meta-python/recipes-devtools/python/python-pymongo.inc
+++ b/meta-python/recipes-devtools/python/python-pymongo.inc
@@ -8,11 +8,12 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver"
8LICENSE = "Apache-2.0" 8LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13"
10 10
11SRC_URI[md5sum] = "0a21c939d66d2459062a4333dab4301b" 11SRC_URI[md5sum] = "aa77f88e51e281c9f328cea701bb6f3e"
12SRC_URI[sha256sum] = "4601cd3120e88fb532478f79f29f8f6deab380343d55ad7702a5aa1af27555b1" 12SRC_URI[sha256sum] = "d359349c6c9ff9f482805f89e66e476846317dc7b1eea979d7da9c0857ee2721"
13 13
14RDEPENDS_${PN} += " \ 14RDEPENDS_${PN} += " \
15 ${PYTHON_PN}-datetime \ 15 ${PYTHON_PN}-datetime \
16 ${PYTHON_PN}-netclient \ 16 ${PYTHON_PN}-netclient \
17 ${PYTHON_PN}-numbers \
17 ${PYTHON_PN}-threading \ 18 ${PYTHON_PN}-threading \
18" 19"