diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-02-21 22:46:32 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-02-21 22:48:29 +0000 |
commit | f27566f573ae70a19c735d3326aa477d863a3447 (patch) | |
tree | 3dc511bbf58fc3ca186a0566c1a78a39bc1445c9 /recipes-devtools/python/python3-docker_7.0.0.bb | |
parent | 0c7965ed569c6701b07b6fc204d0a45ebc5196cd (diff) | |
download | meta-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-docker_7.0.0.bb')
-rw-r--r-- | recipes-devtools/python/python3-docker_7.0.0.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-devtools/python/python3-docker_7.0.0.bb b/recipes-devtools/python/python3-docker_7.0.0.bb index ada94876..39567c04 100644 --- a/recipes-devtools/python/python3-docker_7.0.0.bb +++ b/recipes-devtools/python/python3-docker_7.0.0.bb | |||
@@ -6,15 +6,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660" | |||
6 | SRC_URI[md5sum] = "b08eeccf6a5efd11c316c08207edfeef" | 6 | SRC_URI[md5sum] = "b08eeccf6a5efd11c316c08207edfeef" |
7 | SRC_URI[sha256sum] = "323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3" | 7 | SRC_URI[sha256sum] = "323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3" |
8 | 8 | ||
9 | DEPENDS += "${PYTHON_PN}-pip-native" | 9 | DEPENDS += "python3-pip-native" |
10 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 10 | DEPENDS += "python3-setuptools-scm-native" |
11 | 11 | ||
12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-misc \ | 13 | python3-misc \ |
14 | ${PYTHON_PN}-six \ | 14 | python3-six \ |
15 | ${PYTHON_PN}-docker-pycreds \ | 15 | python3-docker-pycreds \ |
16 | ${PYTHON_PN}-requests \ | 16 | python3-requests \ |
17 | ${PYTHON_PN}-websocket-client \ | 17 | python3-websocket-client \ |
18 | ${PYTHON_PN}-packaging \ | 18 | python3-packaging \ |
19 | " | 19 | " |
20 | inherit pypi python_setuptools_build_meta | 20 | inherit pypi python_setuptools_build_meta |