summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymongo_4.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymongo_4.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymongo_4.6.1.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.6.1.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.6.1.bb
index 2704637d34..260e134cd2 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_4.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_4.6.1.bb
@@ -12,19 +12,19 @@ SRC_URI[sha256sum] = "31dab1f3e1d0cdd57e8df01b645f52d43cc1b653ed3afd535d2891f4fc
12 12
13inherit pypi setuptools3 13inherit pypi setuptools3
14 14
15PACKAGES =+ "${PYTHON_PN}-bson" 15PACKAGES =+ "python3-bson"
16 16
17FILES:${PYTHON_PN}-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*" 17FILES:python3-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*"
18 18
19RDEPENDS:${PYTHON_PN}-bson += " \ 19RDEPENDS:python3-bson += " \
20 ${PYTHON_PN}-datetime \ 20 python3-datetime \
21 ${PYTHON_PN}-json \ 21 python3-json \
22 ${PYTHON_PN}-netclient \ 22 python3-netclient \
23 ${PYTHON_PN}-numbers \ 23 python3-numbers \
24 ${PYTHON_PN}-threading \ 24 python3-threading \
25" 25"
26 26
27RDEPENDS:${PN} += " \ 27RDEPENDS:${PN} += " \
28 ${PYTHON_PN}-bson \ 28 python3-bson \
29 ${PYTHON_PN}-pprint \ 29 python3-pprint \
30" 30"