summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-rich
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-19 20:10:24 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-19 23:22:24 -0800
commit94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch)
tree660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-extended/python-rich
parent16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff)
downloadmeta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-rich')
-rw-r--r--meta-python/recipes-extended/python-rich/python3-rich_13.7.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.7.0.bb b/meta-python/recipes-extended/python-rich/python3-rich_13.7.0.bb
index 5a1d5ddb8f..959f0d51aa 100644
--- a/meta-python/recipes-extended/python-rich/python3-rich_13.7.0.bb
+++ b/meta-python/recipes-extended/python-rich/python3-rich_13.7.0.bb
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf
12 12
13inherit pypi python_poetry_core 13inherit pypi python_poetry_core
14 14
15RDEPENDS:${PN} = "${PYTHON_PN}-pygments" 15RDEPENDS:${PN} = "python3-pygments"