summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb
index 837edf7df7..5289ad3745 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb
@@ -13,9 +13,9 @@ inherit pypi setuptools3
RDEPENDS:${PN} += " \
file \
- ${PYTHON_PN}-core \
- ${PYTHON_PN}-ctypes \
- ${PYTHON_PN}-threading \
+ python3-core \
+ python3-ctypes \
+ python3-threading \
"
BBCLASSEXTEND = "native nativesdk"