summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-fastentrypoints_0.12.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-fastentrypoints_0.12.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-fastentrypoints_0.12.bb')
-rw-r--r--recipes-devtools/python/python3-fastentrypoints_0.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-fastentrypoints_0.12.bb b/recipes-devtools/python/python3-fastentrypoints_0.12.bb
index c64c4e1f..390a5080 100644
--- a/recipes-devtools/python/python3-fastentrypoints_0.12.bb
+++ b/recipes-devtools/python/python3-fastentrypoints_0.12.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://README.rst;md5=f212a0cb34eb678477972d2011fb365a"
12 12
13inherit pypi setuptools3 13inherit pypi setuptools3
14 14
15RDEPENDS:${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-pickle" 15RDEPENDS:${PN} += "python3-setuptools python3-pickle"
16 16
17SRC_URI[md5sum] = "390ad9a9229164a06156a5b1f0ef1b22" 17SRC_URI[md5sum] = "390ad9a9229164a06156a5b1f0ef1b22"
18SRC_URI[sha256sum] = "ff284f1469bd65400599807d2c6284d5b251398e6e28811f5f77fd262292410b" 18SRC_URI[sha256sum] = "ff284f1469bd65400599807d2c6284d5b251398e6e28811f5f77fd262292410b"