summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb
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-devtools/python/python3-astroid_3.0.3.bb
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-devtools/python/python3-astroid_3.0.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb b/meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb
index 1b8787215d..b02b15113b 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_3.0.3.bb
@@ -9,8 +9,8 @@ SRC_URI[sha256sum] = "4148645659b08b70d72460ed1921158027a9e53ae8b7234149b1400edd
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta
10 10
11DEPENDS += "\ 11DEPENDS += "\
12 ${PYTHON_PN}-pytest-runner-native \ 12 python3-pytest-runner-native \
13 ${PYTHON_PN}-wheel-native \ 13 python3-wheel-native \
14" 14"
15 15
16PACKAGES =+ "${PN}-tests" 16PACKAGES =+ "${PN}-tests"
@@ -21,17 +21,17 @@ FILES:${PN}-tests += " \
21" 21"
22 22
23RDEPENDS:${PN}:class-target += "\ 23RDEPENDS:${PN}:class-target += "\
24 ${PYTHON_PN}-lazy-object-proxy \ 24 python3-lazy-object-proxy \
25 ${PYTHON_PN}-logging \ 25 python3-logging \
26 ${PYTHON_PN}-six \ 26 python3-six \
27 ${PYTHON_PN}-wrapt \ 27 python3-wrapt \
28 ${PYTHON_PN}-setuptools \ 28 python3-setuptools \
29 ${PYTHON_PN}-typing-extensions \ 29 python3-typing-extensions \
30" 30"
31 31
32RDEPENDS:${PN}-tests:class-target += "\ 32RDEPENDS:${PN}-tests:class-target += "\
33 ${PYTHON_PN}-unittest \ 33 python3-unittest \
34 ${PYTHON_PN}-xml \ 34 python3-xml \
35" 35"
36 36
37BBCLASSEXTEND = "native nativesdk" 37BBCLASSEXTEND = "native nativesdk"