diff options
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.bb | 20 |
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 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | PACKAGES =+ "${PYTHON_PN}-bson" | 15 | PACKAGES =+ "python3-bson" |
16 | 16 | ||
17 | FILES:${PYTHON_PN}-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*" | 17 | FILES:python3-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*" |
18 | 18 | ||
19 | RDEPENDS:${PYTHON_PN}-bson += " \ | 19 | RDEPENDS: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 | ||
27 | RDEPENDS:${PN} += " \ | 27 | RDEPENDS:${PN} += " \ |
28 | ${PYTHON_PN}-bson \ | 28 | python3-bson \ |
29 | ${PYTHON_PN}-pprint \ | 29 | python3-pprint \ |
30 | " | 30 | " |