summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-dockerpty_0.4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-02-21 22:46:32 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-02-21 22:48:29 +0000
commitf27566f573ae70a19c735d3326aa477d863a3447 (patch)
tree3dc511bbf58fc3ca186a0566c1a78a39bc1445c9 /recipes-devtools/python/python3-dockerpty_0.4.1.bb
parent0c7965ed569c6701b07b6fc204d0a45ebc5196cd (diff)
downloadmeta-virtualization-f27566f573ae70a19c735d3326aa477d863a3447.tar.gz
layer-wide: drop PYTHON_PN
Similar to OE core commit b566b1e32c7993d1ab7795562f648e52ce186a70, we no longer need PYTHON_PN for any abstraction of python2 vs python3. Our similar / dup recipes are now causing signature differences, so we go ahead and make the substitution, even if it isn't stricly required. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-dockerpty_0.4.1.bb')
-rw-r--r--recipes-devtools/python/python3-dockerpty_0.4.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/python/python3-dockerpty_0.4.1.bb b/recipes-devtools/python/python3-dockerpty_0.4.1.bb
index 6834400c..e4aa0321 100644
--- a/recipes-devtools/python/python3-dockerpty_0.4.1.bb
+++ b/recipes-devtools/python/python3-dockerpty_0.4.1.bb
@@ -9,8 +9,8 @@ SRC_URI[md5sum] = "028bacb34536f3ee6a2ccd668c27e8e4"
9SRC_URI[sha256sum] = "69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce" 9SRC_URI[sha256sum] = "69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce"
10 10
11RDEPENDS:${PN} += "\ 11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-fcntl \ 12 python3-fcntl \
13 ${PYTHON_PN}-io \ 13 python3-io \
14 ${PYTHON_PN}-six \ 14 python3-six \
15 ${PYTHON_PN}-terminal \ 15 python3-terminal \
16" 16"