mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python-pymongo: update to version 3.4.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
df6b6fe8c8
commit
72647e2c05
|
|
@ -8,11 +8,12 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver"
|
|||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13"
|
||||
|
||||
SRC_URI[md5sum] = "0a21c939d66d2459062a4333dab4301b"
|
||||
SRC_URI[sha256sum] = "4601cd3120e88fb532478f79f29f8f6deab380343d55ad7702a5aa1af27555b1"
|
||||
SRC_URI[md5sum] = "aa77f88e51e281c9f328cea701bb6f3e"
|
||||
SRC_URI[sha256sum] = "d359349c6c9ff9f482805f89e66e476846317dc7b1eea979d7da9c0857ee2721"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
inherit pypi setuptools3
|
||||
require python-pymongo.inc
|
||||
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-selectors \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user