aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb
diff options
context:
space:
mode:
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.bb10
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 2a09e96949..8d966cfb63 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
inherit pypi setuptools3
DEPENDS += " \
- ${PYTHON_PN}-setuptools-scm-native \
- ${PYTHON_PN}-six-native \
+ python3-setuptools-scm-native \
+ python3-six-native \
"
RDEPENDS:${PN} += "\
- ${PYTHON_PN}-io \
- ${PYTHON_PN}-core \
- ${PYTHON_PN}-logging \
+ python3-io \
+ python3-core \
+ python3-logging \
"