aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-dockerpty_0.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-dockerpty_0.4.1.bb')
-rw-r--r--recipes-devtools/python/python3-dockerpty_0.4.1.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-devtools/python/python3-dockerpty_0.4.1.bb b/recipes-devtools/python/python3-dockerpty_0.4.1.bb
index cde2d128..e4aa0321 100644
--- a/recipes-devtools/python/python3-dockerpty_0.4.1.bb
+++ b/recipes-devtools/python/python3-dockerpty_0.4.1.bb
@@ -8,9 +8,9 @@ inherit pypi setuptools3
SRC_URI[md5sum] = "028bacb34536f3ee6a2ccd668c27e8e4"
SRC_URI[sha256sum] = "69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce"
-RDEPENDS_${PN} += "\
- ${PYTHON_PN}-fcntl \
- ${PYTHON_PN}-io \
- ${PYTHON_PN}-six \
- ${PYTHON_PN}-terminal \
+RDEPENDS:${PN} += "\
+ python3-fcntl \
+ python3-io \
+ python3-six \
+ python3-terminal \
"