aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fasteners_0.19.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-fasteners_0.19.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb
index a4fece023b..22e58c5668 100644
--- a/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb
+++ b/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb
@@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "\
- ${PYTHON_PN}-logging \
- ${PYTHON_PN}-fcntl \
+ python3-logging \
+ python3-fcntl \
"