diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb b/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb index 2a09e9694..8d966cfb6 100644 --- a/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb | |||
@@ -11,12 +11,12 @@ SRC_URI[sha256sum] = "27bf9bd1bbc1e20f83633208620d56de50f14185055e49504f4f5e94e9 | |||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | DEPENDS += " \ | 13 | DEPENDS += " \ |
14 | ${PYTHON_PN}-setuptools-scm-native \ | 14 | python3-setuptools-scm-native \ |
15 | ${PYTHON_PN}-six-native \ | 15 | python3-six-native \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS:${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
19 | ${PYTHON_PN}-io \ | 19 | python3-io \ |
20 | ${PYTHON_PN}-core \ | 20 | python3-core \ |
21 | ${PYTHON_PN}-logging \ | 21 | python3-logging \ |
22 | " | 22 | " |