diff options
73 files changed, 386 insertions, 386 deletions
diff --git a/meta-selftest/recipes-devtools/python/python-async-test.inc b/meta-selftest/recipes-devtools/python/python-async-test.inc index 6d7c7458b0..a7dd1744f2 100644 --- a/meta-selftest/recipes-devtools/python/python-async-test.inc +++ b/meta-selftest/recipes-devtools/python/python-async-test.inc | |||
@@ -11,6 +11,6 @@ PYPI_PACKAGE = "async" | |||
11 | SRC_URI[md5sum] = "9b06b5997de2154f3bc0273f80bcef6b" | 11 | SRC_URI[md5sum] = "9b06b5997de2154f3bc0273f80bcef6b" |
12 | SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051" | 12 | SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051" |
13 | 13 | ||
14 | RDEPENDS:${PN} += "${PYTHON_PN}-threading" | 14 | RDEPENDS:${PN} += "python3-threading" |
15 | 15 | ||
16 | BBCLASSEXTEND = "nativesdk" | 16 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/classes-recipe/setuptools3-base.bbclass b/meta/classes-recipe/setuptools3-base.bbclass index d1c1fa095f..27af6abc58 100644 --- a/meta/classes-recipe/setuptools3-base.bbclass +++ b/meta/classes-recipe/setuptools3-base.bbclass | |||
@@ -4,9 +4,9 @@ | |||
4 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
5 | # | 5 | # |
6 | 6 | ||
7 | DEPENDS:append:class-target = " ${PYTHON_PN}-native ${PYTHON_PN}" | 7 | DEPENDS:append:class-target = " python3-native python3" |
8 | DEPENDS:append:class-nativesdk = " ${PYTHON_PN}-native ${PYTHON_PN}" | 8 | DEPENDS:append:class-nativesdk = " python3-native python3" |
9 | RDEPENDS:${PN}:append:class-target = " ${PYTHON_PN}-core" | 9 | RDEPENDS:${PN}:append:class-target = " python3-core" |
10 | 10 | ||
11 | export STAGING_INCDIR | 11 | export STAGING_INCDIR |
12 | export STAGING_LIBDIR | 12 | export STAGING_LIBDIR |
diff --git a/meta/classes-recipe/setuptools3.bbclass b/meta/classes-recipe/setuptools3.bbclass index 4c6e79ee9a..d71a089539 100644 --- a/meta/classes-recipe/setuptools3.bbclass +++ b/meta/classes-recipe/setuptools3.bbclass | |||
@@ -21,9 +21,9 @@ setuptools3_do_compile() { | |||
21 | NO_FETCH_BUILD=1 \ | 21 | NO_FETCH_BUILD=1 \ |
22 | STAGING_INCDIR=${STAGING_INCDIR} \ | 22 | STAGING_INCDIR=${STAGING_INCDIR} \ |
23 | STAGING_LIBDIR=${STAGING_LIBDIR} \ | 23 | STAGING_LIBDIR=${STAGING_LIBDIR} \ |
24 | ${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py \ | 24 | ${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py \ |
25 | bdist_wheel --verbose --dist-dir ${PEP517_WHEEL_PATH} ${SETUPTOOLS_BUILD_ARGS} || \ | 25 | bdist_wheel --verbose --dist-dir ${PEP517_WHEEL_PATH} ${SETUPTOOLS_BUILD_ARGS} || \ |
26 | bbfatal_log "'${PYTHON_PN} setup.py bdist_wheel ${SETUPTOOLS_BUILD_ARGS}' execution failed." | 26 | bbfatal_log "'python3 setup.py bdist_wheel ${SETUPTOOLS_BUILD_ARGS}' execution failed." |
27 | } | 27 | } |
28 | setuptools3_do_compile[vardepsexclude] = "MACHINE" | 28 | setuptools3_do_compile[vardepsexclude] = "MACHINE" |
29 | do_compile[cleandirs] += "${PEP517_WHEEL_PATH}" | 29 | do_compile[cleandirs] += "${PEP517_WHEEL_PATH}" |
diff --git a/meta/classes-recipe/setuptools3_legacy.bbclass b/meta/classes-recipe/setuptools3_legacy.bbclass index 57de956d0a..264b1f5cfb 100644 --- a/meta/classes-recipe/setuptools3_legacy.bbclass +++ b/meta/classes-recipe/setuptools3_legacy.bbclass | |||
@@ -38,9 +38,9 @@ setuptools3_legacy_do_compile() { | |||
38 | NO_FETCH_BUILD=1 \ | 38 | NO_FETCH_BUILD=1 \ |
39 | STAGING_INCDIR=${STAGING_INCDIR} \ | 39 | STAGING_INCDIR=${STAGING_INCDIR} \ |
40 | STAGING_LIBDIR=${STAGING_LIBDIR} \ | 40 | STAGING_LIBDIR=${STAGING_LIBDIR} \ |
41 | ${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py \ | 41 | ${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py \ |
42 | build --build-base=${B} ${SETUPTOOLS_BUILD_ARGS} || \ | 42 | build --build-base=${B} ${SETUPTOOLS_BUILD_ARGS} || \ |
43 | bbfatal_log "'${PYTHON_PN} setup.py build ${SETUPTOOLS_BUILD_ARGS}' execution failed." | 43 | bbfatal_log "'python3 setup.py build ${SETUPTOOLS_BUILD_ARGS}' execution failed." |
44 | } | 44 | } |
45 | setuptools3_legacy_do_compile[vardepsexclude] = "MACHINE" | 45 | setuptools3_legacy_do_compile[vardepsexclude] = "MACHINE" |
46 | 46 | ||
@@ -50,9 +50,9 @@ setuptools3_legacy_do_install() { | |||
50 | STAGING_INCDIR=${STAGING_INCDIR} \ | 50 | STAGING_INCDIR=${STAGING_INCDIR} \ |
51 | STAGING_LIBDIR=${STAGING_LIBDIR} \ | 51 | STAGING_LIBDIR=${STAGING_LIBDIR} \ |
52 | PYTHONPATH=${D}${PYTHON_SITEPACKAGES_DIR}:$PYTHONPATH \ | 52 | PYTHONPATH=${D}${PYTHON_SITEPACKAGES_DIR}:$PYTHONPATH \ |
53 | ${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py \ | 53 | ${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py \ |
54 | build --build-base=${B} install --skip-build ${SETUPTOOLS_INSTALL_ARGS} || \ | 54 | build --build-base=${B} install --skip-build ${SETUPTOOLS_INSTALL_ARGS} || \ |
55 | bbfatal_log "'${PYTHON_PN} setup.py install ${SETUPTOOLS_INSTALL_ARGS}' execution failed." | 55 | bbfatal_log "'python3 setup.py install ${SETUPTOOLS_INSTALL_ARGS}' execution failed." |
56 | 56 | ||
57 | # support filenames with *spaces* | 57 | # support filenames with *spaces* |
58 | find ${D} -name "*.py" -exec grep -q ${D} {} \; \ | 58 | find ${D} -name "*.py" -exec grep -q ${D} {} \; \ |
diff --git a/meta/lib/oeqa/selftest/cases/recipeutils.py b/meta/lib/oeqa/selftest/cases/recipeutils.py index 6334f1c91a..2cb4445f81 100644 --- a/meta/lib/oeqa/selftest/cases/recipeutils.py +++ b/meta/lib/oeqa/selftest/cases/recipeutils.py | |||
@@ -50,7 +50,7 @@ class RecipeUtilsTests(OESelftestTestCase): | |||
50 | +SRC_URI[md5sum] = "aaaaaa" | 50 | +SRC_URI[md5sum] = "aaaaaa" |
51 | SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051" | 51 | SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051" |
52 | 52 | ||
53 | RDEPENDS:${PN} += "${PYTHON_PN}-threading" | 53 | RDEPENDS:${PN} += "python3-threading" |
54 | """ | 54 | """ |
55 | patchlines = [] | 55 | patchlines = [] |
56 | for f in patches: | 56 | for f in patches: |
diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc index d116eb826d..e54926ae6d 100644 --- a/meta/recipes-devtools/python/python-cython.inc +++ b/meta/recipes-devtools/python/python-cython.inc | |||
@@ -15,29 +15,29 @@ UPSTREAM_CHECK_REGEX = "Cython-(?P<pver>.*)\.tar" | |||
15 | inherit pypi | 15 | inherit pypi |
16 | 16 | ||
17 | RDEPENDS:${PN}:class-target += "\ | 17 | RDEPENDS:${PN}:class-target += "\ |
18 | ${PYTHON_PN}-misc \ | 18 | python3-misc \ |
19 | ${PYTHON_PN}-netserver \ | 19 | python3-netserver \ |
20 | ${PYTHON_PN}-pkgutil \ | 20 | python3-pkgutil \ |
21 | ${PYTHON_PN}-pyparsing \ | 21 | python3-pyparsing \ |
22 | ${PYTHON_PN}-setuptools \ | 22 | python3-setuptools \ |
23 | ${PYTHON_PN}-shell \ | 23 | python3-shell \ |
24 | ${PYTHON_PN}-xml \ | 24 | python3-xml \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS:${PN}:class-nativesdk += "\ | 27 | RDEPENDS:${PN}:class-nativesdk += "\ |
28 | nativesdk-${PYTHON_PN}-misc \ | 28 | nativesdk-python3-misc \ |
29 | nativesdk-${PYTHON_PN}-netserver \ | 29 | nativesdk-python3-netserver \ |
30 | nativesdk-${PYTHON_PN}-pkgutil \ | 30 | nativesdk-python3-pkgutil \ |
31 | nativesdk-${PYTHON_PN}-pyparsing \ | 31 | nativesdk-python3-pyparsing \ |
32 | nativesdk-${PYTHON_PN}-setuptools \ | 32 | nativesdk-python3-setuptools \ |
33 | nativesdk-${PYTHON_PN}-shell \ | 33 | nativesdk-python3-shell \ |
34 | nativesdk-${PYTHON_PN}-xml \ | 34 | nativesdk-python3-xml \ |
35 | " | 35 | " |
36 | 36 | ||
37 | do_install:append() { | 37 | do_install:append() { |
38 | # Make sure we use /usr/bin/env python | 38 | # Make sure we use /usr/bin/env python |
39 | for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do | 39 | for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do |
40 | sed -i -e '1s|^#!.*|#!/usr/bin/env ${PYTHON_PN}|' $PYTHSCRIPT | 40 | sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT |
41 | done | 41 | done |
42 | 42 | ||
43 | # remove build paths from generated sources | 43 | # remove build paths from generated sources |
diff --git a/meta/recipes-devtools/python/python-pbr.inc b/meta/recipes-devtools/python/python-pbr.inc index 59fbc6dce4..f08d9fd381 100644 --- a/meta/recipes-devtools/python/python-pbr.inc +++ b/meta/recipes-devtools/python/python-pbr.inc | |||
@@ -9,6 +9,6 @@ SRC_URI += "file://0001-change-shebang-to-python3.patch" | |||
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||
12 | RDEPENDS:${PN} += "${PYTHON_PN}-pip" | 12 | RDEPENDS:${PN} += "python3-pip" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python-pyasn1.inc b/meta/recipes-devtools/python/python-pyasn1.inc index 52fd98589d..530ff1c7c3 100644 --- a/meta/recipes-devtools/python/python-pyasn1.inc +++ b/meta/recipes-devtools/python/python-pyasn1.inc | |||
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d" | |||
6 | SRC_URI[sha256sum] = "6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c" | 6 | SRC_URI[sha256sum] = "6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c" |
7 | 7 | ||
8 | RDEPENDS:${PN}:class-target += " \ | 8 | RDEPENDS:${PN}:class-target += " \ |
9 | ${PYTHON_PN}-codecs \ | 9 | python3-codecs \ |
10 | ${PYTHON_PN}-logging \ | 10 | python3-logging \ |
11 | ${PYTHON_PN}-math \ | 11 | python3-math \ |
12 | ${PYTHON_PN}-shell \ | 12 | python3-shell \ |
13 | " | 13 | " |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
@@ -21,8 +21,8 @@ SRC_URI += " \ | |||
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS:${PN}-ptest += " \ | 23 | RDEPENDS:${PN}-ptest += " \ |
24 | ${PYTHON_PN}-pytest \ | 24 | python3-pytest \ |
25 | ${PYTHON_PN}-unittest-automake-output \ | 25 | python3-unittest-automake-output \ |
26 | " | 26 | " |
27 | 27 | ||
28 | do_install_ptest() { | 28 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python-six.inc b/meta/recipes-devtools/python/python-six.inc index aac6765149..6b1b4ba481 100644 --- a/meta/recipes-devtools/python/python-six.inc +++ b/meta/recipes-devtools/python/python-six.inc | |||
@@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=43cfc9e4ac0e377acfb9b76f56b8415d" | |||
6 | 6 | ||
7 | inherit pypi | 7 | inherit pypi |
8 | 8 | ||
9 | RDEPENDS:${PN} = "${PYTHON_PN}-io" | 9 | RDEPENDS:${PN} = "python3-io" |
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc index 759166d63d..e9dd97ec1c 100644 --- a/meta/recipes-devtools/python/python-testtools.inc +++ b/meta/recipes-devtools/python/python-testtools.inc | |||
@@ -9,19 +9,19 @@ inherit pypi | |||
9 | SRC_URI[sha256sum] = "df6de96010e29ee21f637a147eabf30d50b25e3841dd1d68f93ee89ce77e366c" | 9 | SRC_URI[sha256sum] = "df6de96010e29ee21f637a147eabf30d50b25e3841dd1d68f93ee89ce77e366c" |
10 | 10 | ||
11 | DEPENDS += " \ | 11 | DEPENDS += " \ |
12 | ${PYTHON_PN}-pbr \ | 12 | python3-pbr \ |
13 | " | 13 | " |
14 | 14 | ||
15 | # Satisfy setup.py 'setup_requires' | 15 | # Satisfy setup.py 'setup_requires' |
16 | DEPENDS += " \ | 16 | DEPENDS += " \ |
17 | ${PYTHON_PN}-pbr-native \ | 17 | python3-pbr-native \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS:${PN} += "\ | 20 | RDEPENDS:${PN} += "\ |
21 | ${PYTHON_PN}-doctest \ | 21 | python3-doctest \ |
22 | ${PYTHON_PN}-extras \ | 22 | python3-extras \ |
23 | ${PYTHON_PN}-pbr \ | 23 | python3-pbr \ |
24 | ${PYTHON_PN}-six \ | 24 | python3-six \ |
25 | " | 25 | " |
26 | 26 | ||
27 | BBCLASSEXTEND = "nativesdk" | 27 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb b/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb index 3b8c5f9fc5..322497b09b 100644 --- a/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb +++ b/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb | |||
@@ -11,14 +11,14 @@ SRC_URI[sha256sum] = "13ae38502be632115abf8a24cbe5f4da52e3b5231990aff31123c80530 | |||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS:${PN}:class-target += " \ | 13 | RDEPENDS:${PN}:class-target += " \ |
14 | ${PYTHON_PN}-codecs \ | 14 | python3-codecs \ |
15 | ${PYTHON_PN}-crypt \ | 15 | python3-crypt \ |
16 | ${PYTHON_PN}-ctypes \ | 16 | python3-ctypes \ |
17 | ${PYTHON_PN}-datetime \ | 17 | python3-datetime \ |
18 | ${PYTHON_PN}-io \ | 18 | python3-io \ |
19 | ${PYTHON_PN}-netclient \ | 19 | python3-netclient \ |
20 | ${PYTHON_PN}-numbers \ | 20 | python3-numbers \ |
21 | ${PYTHON_PN}-shell \ | 21 | python3-shell \ |
22 | " | 22 | " |
23 | 23 | ||
24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb index f29be378e1..848f74d612 100644 --- a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | |||
@@ -12,9 +12,9 @@ SRC_URI += " \ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS:${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | python3-pytest \ |
16 | ${PYTHON_PN}-unittest-automake-output \ | 16 | python3-unittest-automake-output \ |
17 | ${PYTHON_PN}-unixadmin \ | 17 | python3-unixadmin \ |
18 | " | 18 | " |
19 | 19 | ||
20 | do_install_ptest() { | 20 | do_install_ptest() { |
@@ -22,6 +22,6 @@ do_install_ptest() { | |||
22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
23 | } | 23 | } |
24 | 24 | ||
25 | RDEPENDS:${PN} = "${PYTHON_PN}-misc" | 25 | RDEPENDS:${PN} = "python3-misc" |
26 | 26 | ||
27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-attrs_23.2.0.bb b/meta/recipes-devtools/python/python3-attrs_23.2.0.bb index cdd78c2bd9..3945798ba5 100644 --- a/meta/recipes-devtools/python/python3-attrs_23.2.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_23.2.0.bb | |||
@@ -24,9 +24,9 @@ RDEPENDS:${PN}+= " \ | |||
24 | " | 24 | " |
25 | 25 | ||
26 | RDEPENDS:${PN}-ptest += " \ | 26 | RDEPENDS:${PN}-ptest += " \ |
27 | ${PYTHON_PN}-hypothesis \ | 27 | python3-hypothesis \ |
28 | ${PYTHON_PN}-pytest \ | 28 | python3-pytest \ |
29 | ${PYTHON_PN}-unittest-automake-output \ | 29 | python3-unittest-automake-output \ |
30 | " | 30 | " |
31 | 31 | ||
32 | do_install_ptest() { | 32 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-babel_2.14.0.bb b/meta/recipes-devtools/python/python3-babel_2.14.0.bb index 1f79a35b4d..cd40d4222b 100644 --- a/meta/recipes-devtools/python/python3-babel_2.14.0.bb +++ b/meta/recipes-devtools/python/python3-babel_2.14.0.bb | |||
@@ -12,15 +12,15 @@ inherit pypi setuptools3 | |||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||
14 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-codecs \ | 15 | python3-codecs \ |
16 | ${PYTHON_PN}-difflib \ | 16 | python3-difflib \ |
17 | ${PYTHON_PN}-netserver \ | 17 | python3-netserver \ |
18 | ${PYTHON_PN}-numbers \ | 18 | python3-numbers \ |
19 | ${PYTHON_PN}-pickle \ | 19 | python3-pickle \ |
20 | ${PYTHON_PN}-pytz \ | 20 | python3-pytz \ |
21 | ${PYTHON_PN}-setuptools \ | 21 | python3-setuptools \ |
22 | ${PYTHON_PN}-shell \ | 22 | python3-shell \ |
23 | ${PYTHON_PN}-threading \ | 23 | python3-threading \ |
24 | " | 24 | " |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb index 860f291476..8328594bad 100644 --- a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb +++ b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "Apache-2.0" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" |
4 | HOMEPAGE = "https://pypi.org/project/bcrypt/" | 4 | HOMEPAGE = "https://pypi.org/project/bcrypt/" |
5 | 5 | ||
6 | DEPENDS += "${PYTHON_PN}-cffi-native" | 6 | DEPENDS += "python3-cffi-native" |
7 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', ' -fuse-ld=bfd', '', d)}" | 7 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', ' -fuse-ld=bfd', '', d)}" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "33313a1200a3ae90b75587ceac502b048b840fc69e7f7a0905b5f87fac7a1258" | 9 | SRC_URI[sha256sum] = "33313a1200a3ae90b75587ceac502b048b840fc69e7f7a0905b5f87fac7a1258" |
@@ -19,8 +19,8 @@ CARGO_SRC_DIR = "src/_bcrypt" | |||
19 | require ${BPN}-crates.inc | 19 | require ${BPN}-crates.inc |
20 | 20 | ||
21 | RDEPENDS:${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
22 | ${PYTHON_PN}-pytest \ | 22 | python3-pytest \ |
23 | ${PYTHON_PN}-unittest-automake-output \ | 23 | python3-unittest-automake-output \ |
24 | " | 24 | " |
25 | 25 | ||
26 | do_install_ptest() { | 26 | do_install_ptest() { |
@@ -29,8 +29,8 @@ do_install_ptest() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | RDEPENDS:${PN}:class-target += "\ | 31 | RDEPENDS:${PN}:class-target += "\ |
32 | ${PYTHON_PN}-cffi \ | 32 | python3-cffi \ |
33 | ${PYTHON_PN}-ctypes \ | 33 | python3-ctypes \ |
34 | ${PYTHON_PN}-shell \ | 34 | python3-shell \ |
35 | ${PYTHON_PN}-six \ | 35 | python3-six \ |
36 | " | 36 | " |
diff --git a/meta/recipes-devtools/python/python3-calver_2022.6.26.bb b/meta/recipes-devtools/python/python3-calver_2022.6.26.bb index 58b33f19ff..71b5431400 100644 --- a/meta/recipes-devtools/python/python3-calver_2022.6.26.bb +++ b/meta/recipes-devtools/python/python3-calver_2022.6.26.bb | |||
@@ -15,9 +15,9 @@ inherit python_setuptools_build_meta ptest | |||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | RDEPENDS:${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pretend \ | 18 | python3-pretend \ |
19 | ${PYTHON_PN}-pytest \ | 19 | python3-pytest \ |
20 | ${PYTHON_PN}-unittest-automake-output \ | 20 | python3-unittest-automake-output \ |
21 | " | 21 | " |
22 | 22 | ||
23 | do_install_ptest() { | 23 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-cffi_1.16.0.bb b/meta/recipes-devtools/python/python3-cffi_1.16.0.bb index a351029ef2..c5f6578ab2 100644 --- a/meta/recipes-devtools/python/python3-cffi_1.16.0.bb +++ b/meta/recipes-devtools/python/python3-cffi_1.16.0.bb | |||
@@ -2,17 +2,17 @@ SUMMARY = "Foreign Function Interface for Python calling C code" | |||
2 | HOMEPAGE = "http://cffi.readthedocs.org/" | 2 | HOMEPAGE = "http://cffi.readthedocs.org/" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" |
5 | DEPENDS += "libffi ${PYTHON_PN}-pycparser" | 5 | DEPENDS += "libffi python3-pycparser" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" | 7 | SRC_URI[sha256sum] = "bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS:${PN}:class-target = " \ | 11 | RDEPENDS:${PN}:class-target = " \ |
12 | ${PYTHON_PN}-ctypes \ | 12 | python3-ctypes \ |
13 | ${PYTHON_PN}-io \ | 13 | python3-io \ |
14 | ${PYTHON_PN}-pycparser \ | 14 | python3-pycparser \ |
15 | ${PYTHON_PN}-shell \ | 15 | python3-shell \ |
16 | " | 16 | " |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-chardet_5.2.0.bb b/meta/recipes-devtools/python/python3-chardet_5.2.0.bb index cea7ebc94d..ed792b1c7e 100644 --- a/meta/recipes-devtools/python/python3-chardet_5.2.0.bb +++ b/meta/recipes-devtools/python/python3-chardet_5.2.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | |||
6 | SRC_URI[sha256sum] = "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7" | 6 | SRC_URI[sha256sum] = "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7" |
7 | 7 | ||
8 | # setup.py of chardet needs this. | 8 | # setup.py of chardet needs this. |
9 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 9 | DEPENDS += "python3-pytest-runner-native" |
10 | 10 | ||
11 | inherit pypi python_setuptools_build_meta | 11 | inherit pypi python_setuptools_build_meta |
12 | 12 | ||
@@ -18,7 +18,7 @@ FILES:${PN}-cli += " \ | |||
18 | RDEPENDS:${PN}-cli = "${PN} " | 18 | RDEPENDS:${PN}-cli = "${PN} " |
19 | 19 | ||
20 | RDEPENDS:${PN}:class-target += " \ | 20 | RDEPENDS:${PN}:class-target += " \ |
21 | ${PYTHON_PN}-logging \ | 21 | python3-logging \ |
22 | " | 22 | " |
23 | 23 | ||
24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-click_8.1.7.bb b/meta/recipes-devtools/python/python3-click_8.1.7.bb index a4ec6cd1ef..7d91e1af83 100644 --- a/meta/recipes-devtools/python/python3-click_8.1.7.bb +++ b/meta/recipes-devtools/python/python3-click_8.1.7.bb | |||
@@ -15,9 +15,9 @@ inherit pypi setuptools3 ptest | |||
15 | SRC_URI += "file://run-ptest" | 15 | SRC_URI += "file://run-ptest" |
16 | 16 | ||
17 | RDEPENDS:${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 18 | python3-pytest \ |
19 | ${PYTHON_PN}-terminal \ | 19 | python3-terminal \ |
20 | ${PYTHON_PN}-unixadmin \ | 20 | python3-unixadmin \ |
21 | " | 21 | " |
22 | 22 | ||
23 | do_install_ptest() { | 23 | do_install_ptest() { |
@@ -32,8 +32,8 @@ UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/" | |||
32 | CLEANBROKEN = "1" | 32 | CLEANBROKEN = "1" |
33 | 33 | ||
34 | RDEPENDS:${PN} += "\ | 34 | RDEPENDS:${PN} += "\ |
35 | ${PYTHON_PN}-io \ | 35 | python3-io \ |
36 | ${PYTHON_PN}-threading \ | 36 | python3-threading \ |
37 | " | 37 | " |
38 | 38 | ||
39 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_42.0.2.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_42.0.2.bb index 46778e426f..94fbc94c55 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors_42.0.2.bb +++ b/meta/recipes-devtools/python/python3-cryptography-vectors_42.0.2.bb | |||
@@ -16,7 +16,7 @@ PYPI_PACKAGE = "cryptography_vectors" | |||
16 | inherit pypi python_setuptools_build_meta | 16 | inherit pypi python_setuptools_build_meta |
17 | 17 | ||
18 | DEPENDS += " \ | 18 | DEPENDS += " \ |
19 | ${PYTHON_PN}-cryptography \ | 19 | python3-cryptography \ |
20 | " | 20 | " |
21 | 21 | ||
22 | do_install:append () { | 22 | do_install:append () { |
diff --git a/meta/recipes-devtools/python/python3-cryptography_42.0.2.bb b/meta/recipes-devtools/python/python3-cryptography_42.0.2.bb index 7ac0225a39..c21c4d1a03 100644 --- a/meta/recipes-devtools/python/python3-cryptography_42.0.2.bb +++ b/meta/recipes-devtools/python/python3-cryptography_42.0.2.bb | |||
@@ -20,30 +20,30 @@ require ${BPN}-crates.inc | |||
20 | inherit pypi python_setuptools3_rust cargo-update-recipe-crates pkgconfig | 20 | inherit pypi python_setuptools3_rust cargo-update-recipe-crates pkgconfig |
21 | 21 | ||
22 | DEPENDS += " \ | 22 | DEPENDS += " \ |
23 | ${PYTHON_PN}-cffi-native \ | 23 | python3-cffi-native \ |
24 | " | 24 | " |
25 | 25 | ||
26 | RDEPENDS:${PN} += " \ | 26 | RDEPENDS:${PN} += " \ |
27 | ${PYTHON_PN}-cffi \ | 27 | python3-cffi \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RDEPENDS:${PN}:append:class-target = " \ | 30 | RDEPENDS:${PN}:append:class-target = " \ |
31 | ${PYTHON_PN}-numbers \ | 31 | python3-numbers \ |
32 | ${PYTHON_PN}-threading \ | 32 | python3-threading \ |
33 | " | 33 | " |
34 | 34 | ||
35 | RDEPENDS:${PN}-ptest += " \ | 35 | RDEPENDS:${PN}-ptest += " \ |
36 | ${PYTHON_PN}-bcrypt \ | 36 | python3-bcrypt \ |
37 | ${PYTHON_PN}-cryptography-vectors (= ${PV}) \ | 37 | python3-cryptography-vectors (= ${PV}) \ |
38 | ${PYTHON_PN}-hypothesis \ | 38 | python3-hypothesis \ |
39 | ${PYTHON_PN}-iso8601 \ | 39 | python3-iso8601 \ |
40 | ${PYTHON_PN}-mmap \ | 40 | python3-mmap \ |
41 | ${PYTHON_PN}-pretend \ | 41 | python3-pretend \ |
42 | ${PYTHON_PN}-psutil \ | 42 | python3-psutil \ |
43 | ${PYTHON_PN}-pytest \ | 43 | python3-pytest \ |
44 | ${PYTHON_PN}-unittest-automake-output \ | 44 | python3-unittest-automake-output \ |
45 | ${PYTHON_PN}-pytest-subtests \ | 45 | python3-pytest-subtests \ |
46 | ${PYTHON_PN}-pytz \ | 46 | python3-pytz \ |
47 | " | 47 | " |
48 | 48 | ||
49 | inherit ptest | 49 | inherit ptest |
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb b/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb index 17438cd756..8e1f0f93fe 100644 --- a/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb +++ b/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb | |||
@@ -12,11 +12,11 @@ inherit pypi python_setuptools_build_meta | |||
12 | DEPENDS += "python3-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
13 | 13 | ||
14 | RDEPENDS:${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-dbus \ | 15 | python3-dbus \ |
16 | ${PYTHON_PN}-unittest \ | 16 | python3-unittest \ |
17 | ${PYTHON_PN}-xml \ | 17 | python3-xml \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}${PYTHON_PN}-pygobject', '', d)}" | 20 | RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}python3-pygobject', '', d)}" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-devtools/python/python3-git_3.1.41.bb b/meta/recipes-devtools/python/python3-git_3.1.41.bb index de199ef18b..dd0440fe59 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.41.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.41.bb | |||
@@ -14,18 +14,18 @@ inherit pypi python_setuptools_build_meta | |||
14 | 14 | ||
15 | SRC_URI[sha256sum] = "ed66e624884f76df22c8e16066d567aaa5a37d5b5fa19db2c6df6f7156db9048" | 15 | SRC_URI[sha256sum] = "ed66e624884f76df22c8e16066d567aaa5a37d5b5fa19db2c6df6f7156db9048" |
16 | 16 | ||
17 | DEPENDS += " ${PYTHON_PN}-gitdb" | 17 | DEPENDS += " python3-gitdb" |
18 | 18 | ||
19 | RDEPENDS:${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |
20 | ${PYTHON_PN}-datetime \ | 20 | python3-datetime \ |
21 | ${PYTHON_PN}-gitdb \ | 21 | python3-gitdb \ |
22 | ${PYTHON_PN}-io \ | 22 | python3-io \ |
23 | ${PYTHON_PN}-logging \ | 23 | python3-logging \ |
24 | ${PYTHON_PN}-math \ | 24 | python3-math \ |
25 | ${PYTHON_PN}-netclient \ | 25 | python3-netclient \ |
26 | ${PYTHON_PN}-stringold \ | 26 | python3-stringold \ |
27 | ${PYTHON_PN}-unittest \ | 27 | python3-unittest \ |
28 | ${PYTHON_PN}-unixadmin \ | 28 | python3-unixadmin \ |
29 | git \ | 29 | git \ |
30 | " | 30 | " |
31 | 31 | ||
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.97.3.bb b/meta/recipes-devtools/python/python3-hypothesis_6.97.3.bb index c93727f36c..52ed2da575 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.97.3.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.97.3.bb | |||
@@ -27,7 +27,7 @@ RDEPENDS:${PN} += " \ | |||
27 | " | 27 | " |
28 | 28 | ||
29 | RDEPENDS:${PN}-ptest += " \ | 29 | RDEPENDS:${PN}-ptest += " \ |
30 | ${PYTHON_PN}-unittest-automake-output \ | 30 | python3-unittest-automake-output \ |
31 | " | 31 | " |
32 | 32 | ||
33 | do_install_ptest() { | 33 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-idna_3.6.bb b/meta/recipes-devtools/python/python3-idna_3.6.bb index 228dce62d7..47c080cdf8 100644 --- a/meta/recipes-devtools/python/python3-idna_3.6.bb +++ b/meta/recipes-devtools/python/python3-idna_3.6.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d1 | |||
8 | inherit pypi python_flit_core | 8 | inherit pypi python_flit_core |
9 | 9 | ||
10 | RDEPENDS:${PN}:class-target = "\ | 10 | RDEPENDS:${PN}:class-target = "\ |
11 | ${PYTHON_PN}-codecs \ | 11 | python3-codecs \ |
12 | " | 12 | " |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb b/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb index c7c6e3b264..0d3f0a5001 100644 --- a/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb +++ b/meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb | |||
@@ -12,8 +12,8 @@ SRC_URI[sha256sum] = "f238736bb06590ae52ac1fab06a3a9ef1d8dce2b7a35b5ab329371d6c8 | |||
12 | 12 | ||
13 | S = "${WORKDIR}/importlib_metadata-${PV}" | 13 | S = "${WORKDIR}/importlib_metadata-${PV}" |
14 | 14 | ||
15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" | 15 | DEPENDS += "python3-setuptools-scm-native python3-toml-native" |
16 | RDEPENDS:${PN} += "${PYTHON_PN}-zipp ${PYTHON_PN}-pathlib2" | 16 | RDEPENDS:${PN} += "python3-zipp python3-pathlib2" |
17 | RDEPENDS:${PN}:append:class-target = " python3-misc" | 17 | RDEPENDS:${PN}:append:class-target = " python3-misc" |
18 | RDEPENDS:${PN}:append:class-nativesdk = " python3-misc" | 18 | RDEPENDS:${PN}:append:class-nativesdk = " python3-misc" |
19 | 19 | ||
diff --git a/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb b/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb index 40ca5177be..d7ab4a5a77 100644 --- a/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb +++ b/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb | |||
@@ -8,8 +8,8 @@ SRC_URI[sha256sum] = "6b1d3829ee8921c4301998c909f7829fa9ed3cbdac0d3b16af2d743aed | |||
8 | inherit pypi python_poetry_core | 8 | inherit pypi python_poetry_core |
9 | 9 | ||
10 | RDEPENDS:${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-datetime \ | 11 | python3-datetime \ |
12 | ${PYTHON_PN}-numbers \ | 12 | python3-numbers \ |
13 | " | 13 | " |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb index 18057809c8..636fb35811 100644 --- a/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb +++ b/meta/recipes-devtools/python/python3-jinja2_3.1.3.bb | |||
@@ -24,25 +24,25 @@ do_install_ptest() { | |||
24 | } | 24 | } |
25 | 25 | ||
26 | RDEPENDS:${PN}-ptest += " \ | 26 | RDEPENDS:${PN}-ptest += " \ |
27 | ${PYTHON_PN}-pytest \ | 27 | python3-pytest \ |
28 | ${PYTHON_PN}-unittest-automake-output \ | 28 | python3-unittest-automake-output \ |
29 | ${PYTHON_PN}-toml \ | 29 | python3-toml \ |
30 | ${PYTHON_PN}-unixadmin \ | 30 | python3-unixadmin \ |
31 | " | 31 | " |
32 | 32 | ||
33 | RDEPENDS:${PN} += " \ | 33 | RDEPENDS:${PN} += " \ |
34 | ${PYTHON_PN}-asyncio \ | 34 | python3-asyncio \ |
35 | ${PYTHON_PN}-crypt \ | 35 | python3-crypt \ |
36 | ${PYTHON_PN}-io \ | 36 | python3-io \ |
37 | ${PYTHON_PN}-json \ | 37 | python3-json \ |
38 | ${PYTHON_PN}-markupsafe \ | 38 | python3-markupsafe \ |
39 | ${PYTHON_PN}-math \ | 39 | python3-math \ |
40 | ${PYTHON_PN}-netclient \ | 40 | python3-netclient \ |
41 | ${PYTHON_PN}-numbers\ | 41 | python3-numbers\ |
42 | ${PYTHON_PN}-pickle \ | 42 | python3-pickle \ |
43 | ${PYTHON_PN}-pprint \ | 43 | python3-pprint \ |
44 | ${PYTHON_PN}-shell \ | 44 | python3-shell \ |
45 | ${PYTHON_PN}-threading \ | 45 | python3-threading \ |
46 | " | 46 | " |
47 | 47 | ||
48 | BBCLASSEXTEND = "native nativesdk" | 48 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb b/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb index d7a1fea70a..062fa5243f 100644 --- a/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb +++ b/meta/recipes-devtools/python/python3-jsonpointer_2.4.bb | |||
@@ -8,7 +8,7 @@ inherit pypi ptest setuptools3 | |||
8 | SRC_URI[sha256sum] = "585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88" | 8 | SRC_URI[sha256sum] = "585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88" |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-json \ | 11 | python3-json \ |
12 | " | 12 | " |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
@@ -18,9 +18,9 @@ SRC_URI += " \ | |||
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS:${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
21 | ${PYTHON_PN}-doctest \ | 21 | python3-doctest \ |
22 | ${PYTHON_PN}-unittest \ | 22 | python3-unittest \ |
23 | ${PYTHON_PN}-unittest-automake-output \ | 23 | python3-unittest-automake-output \ |
24 | " | 24 | " |
25 | 25 | ||
26 | do_install_ptest() { | 26 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb b/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb index 77f94924f9..be51a158a9 100644 --- a/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb +++ b/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb | |||
@@ -11,36 +11,36 @@ inherit pypi python_hatchling | |||
11 | PACKAGES =+ "${PN}-tests" | 11 | PACKAGES =+ "${PN}-tests" |
12 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" | 12 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" |
13 | 13 | ||
14 | DEPENDS += "${PYTHON_PN}-hatch-fancy-pypi-readme-native ${PYTHON_PN}-hatch-vcs-native " | 14 | DEPENDS += "python3-hatch-fancy-pypi-readme-native python3-hatch-vcs-native " |
15 | 15 | ||
16 | PACKAGECONFIG ??= "format" | 16 | PACKAGECONFIG ??= "format" |
17 | PACKAGECONFIG[format] = ",,,\ | 17 | PACKAGECONFIG[format] = ",,,\ |
18 | ${PYTHON_PN}-idna \ | 18 | python3-idna \ |
19 | ${PYTHON_PN}-jsonpointer \ | 19 | python3-jsonpointer \ |
20 | ${PYTHON_PN}-webcolors \ | 20 | python3-webcolors \ |
21 | ${PYTHON_PN}-rfc3987 \ | 21 | python3-rfc3987 \ |
22 | ${PYTHON_PN}-rfc3339-validator \ | 22 | python3-rfc3339-validator \ |
23 | " | 23 | " |
24 | PACKAGECONFIG[nongpl] = ",,,\ | 24 | PACKAGECONFIG[nongpl] = ",,,\ |
25 | ${PYTHON_PN}-idna \ | 25 | python3-idna \ |
26 | ${PYTHON_PN}-jsonpointer \ | 26 | python3-jsonpointer \ |
27 | ${PYTHON_PN}-webcolors \ | 27 | python3-webcolors \ |
28 | ${PYTHON_PN}-rfc3986-validator \ | 28 | python3-rfc3986-validator \ |
29 | ${PYTHON_PN}-rfc3339-validator \ | 29 | python3-rfc3339-validator \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS:${PN} += " \ | 32 | RDEPENDS:${PN} += " \ |
33 | ${PYTHON_PN}-attrs \ | 33 | python3-attrs \ |
34 | ${PYTHON_PN}-core \ | 34 | python3-core \ |
35 | ${PYTHON_PN}-datetime \ | 35 | python3-datetime \ |
36 | ${PYTHON_PN}-importlib-metadata \ | 36 | python3-importlib-metadata \ |
37 | ${PYTHON_PN}-io \ | 37 | python3-io \ |
38 | ${PYTHON_PN}-json \ | 38 | python3-json \ |
39 | ${PYTHON_PN}-netclient \ | 39 | python3-netclient \ |
40 | ${PYTHON_PN}-numbers \ | 40 | python3-numbers \ |
41 | ${PYTHON_PN}-pprint \ | 41 | python3-pprint \ |
42 | ${PYTHON_PN}-pyrsistent \ | 42 | python3-pyrsistent \ |
43 | ${PYTHON_PN}-zipp \ | 43 | python3-zipp \ |
44 | " | 44 | " |
45 | 45 | ||
46 | RDEPENDS:${PN}-tests = "${PN}" | 46 | RDEPENDS:${PN}-tests = "${PN}" |
diff --git a/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb b/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb index 5ada76fbf4..6ac86fc7a1 100644 --- a/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb +++ b/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb | |||
@@ -13,9 +13,9 @@ SRC_URI[sha256sum] = "d673f56673d87ec740d1a328fa205cafad1d60f5daca4685594deb039d | |||
13 | 13 | ||
14 | RDEPENDS:${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | libarchive \ | 15 | libarchive \ |
16 | ${PYTHON_PN}-ctypes \ | 16 | python3-ctypes \ |
17 | ${PYTHON_PN}-mmap \ | 17 | python3-mmap \ |
18 | ${PYTHON_PN}-logging \ | 18 | python3-logging \ |
19 | " | 19 | " |
20 | 20 | ||
21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb b/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb index 76ce58e58f..7059cf76ee 100644 --- a/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb +++ b/meta/recipes-devtools/python/python3-license-expression_30.2.0.bb | |||
@@ -8,14 +8,14 @@ SRC_URI[sha256sum] = "599928edd995c43fc335e0af342076144dc71cb858afa1ed9c1c30c4e8 | |||
8 | 8 | ||
9 | inherit pypi ptest python_setuptools_build_meta | 9 | inherit pypi ptest python_setuptools_build_meta |
10 | 10 | ||
11 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 11 | DEPENDS += "python3-setuptools-scm-native" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-booleanpy \ | 14 | python3-booleanpy \ |
15 | ${PYTHON_PN}-core \ | 15 | python3-core \ |
16 | ${PYTHON_PN}-json \ | 16 | python3-json \ |
17 | ${PYTHON_PN}-stringold \ | 17 | python3-stringold \ |
18 | ${PYTHON_PN}-logging \ | 18 | python3-logging \ |
19 | " | 19 | " |
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
@@ -25,8 +25,8 @@ SRC_URI += " \ | |||
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS:${PN}-ptest += " \ | 27 | RDEPENDS:${PN}-ptest += " \ |
28 | ${PYTHON_PN}-pytest \ | 28 | python3-pytest \ |
29 | ${PYTHON_PN}-unittest-automake-output \ | 29 | python3-unittest-automake-output \ |
30 | " | 30 | " |
31 | 31 | ||
32 | do_install_ptest() { | 32 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-lxml_5.0.0.bb b/meta/recipes-devtools/python/python3-lxml_5.0.0.bb index e27405fd23..66cb8b0938 100644 --- a/meta/recipes-devtools/python/python3-lxml_5.0.0.bb +++ b/meta/recipes-devtools/python/python3-lxml_5.0.0.bb | |||
@@ -38,6 +38,6 @@ BUILD_OPTIMIZATION:append:mipsel = " -O" | |||
38 | 38 | ||
39 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "native nativesdk" |
40 | 40 | ||
41 | RDEPENDS:${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" | 41 | RDEPENDS:${PN} += "libxml2 libxslt python3-compression" |
42 | 42 | ||
43 | CLEANBROKEN = "1" | 43 | CLEANBROKEN = "1" |
diff --git a/meta/recipes-devtools/python/python3-magic_0.4.27.bb b/meta/recipes-devtools/python/python3-magic_0.4.27.bb index be58cdb71a..2e561e69d7 100644 --- a/meta/recipes-devtools/python/python3-magic_0.4.27.bb +++ b/meta/recipes-devtools/python/python3-magic_0.4.27.bb | |||
@@ -14,9 +14,9 @@ inherit pypi setuptools3 | |||
14 | SRC_URI[sha256sum] = "c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b" | 14 | SRC_URI[sha256sum] = "c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b" |
15 | 15 | ||
16 | RDEPENDS:${PN} += "file \ | 16 | RDEPENDS:${PN} += "file \ |
17 | ${PYTHON_PN}-ctypes \ | 17 | python3-ctypes \ |
18 | ${PYTHON_PN}-io \ | 18 | python3-io \ |
19 | ${PYTHON_PN}-logging \ | 19 | python3-logging \ |
20 | ${PYTHON_PN}-shell" | 20 | python3-shell" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-devtools/python/python3-mako_1.3.2.bb b/meta/recipes-devtools/python/python3-mako_1.3.2.bb index c3391a6030..5b7df9192f 100644 --- a/meta/recipes-devtools/python/python3-mako_1.3.2.bb +++ b/meta/recipes-devtools/python/python3-mako_1.3.2.bb | |||
@@ -10,11 +10,11 @@ inherit pypi python_setuptools_build_meta | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e" | 11 | SRC_URI[sha256sum] = "2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e" |
12 | 12 | ||
13 | RDEPENDS:${PN} = "${PYTHON_PN}-html \ | 13 | RDEPENDS:${PN} = "python3-html \ |
14 | ${PYTHON_PN}-markupsafe \ | 14 | python3-markupsafe \ |
15 | ${PYTHON_PN}-netclient \ | 15 | python3-netclient \ |
16 | ${PYTHON_PN}-pygments \ | 16 | python3-pygments \ |
17 | ${PYTHON_PN}-threading \ | 17 | python3-threading \ |
18 | " | 18 | " |
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-markdown_3.5.2.bb b/meta/recipes-devtools/python/python3-markdown_3.5.2.bb index 6836c5638f..1df7a98183 100644 --- a/meta/recipes-devtools/python/python3-markdown_3.5.2.bb +++ b/meta/recipes-devtools/python/python3-markdown_3.5.2.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4 | |||
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "${PYTHON_PN}-logging ${PYTHON_PN}-setuptools" | 13 | RDEPENDS:${PN} += "python3-logging python3-setuptools" |
diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb index 170aa8a56a..821332fe7c 100644 --- a/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb +++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709 | |||
8 | PYPI_PACKAGE = "MarkupSafe" | 8 | PYPI_PACKAGE = "MarkupSafe" |
9 | inherit pypi python_setuptools_build_meta ptest | 9 | inherit pypi python_setuptools_build_meta ptest |
10 | 10 | ||
11 | RDEPENDS:${PN} += "${PYTHON_PN}-stringold" | 11 | RDEPENDS:${PN} += "python3-stringold" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||
@@ -17,8 +17,8 @@ SRC_URI += " \ | |||
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS:${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | python3-pytest \ |
21 | ${PYTHON_PN}-unittest-automake-output \ | 21 | python3-unittest-automake-output \ |
22 | " | 22 | " |
23 | 23 | ||
24 | do_install_ptest() { | 24 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb b/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb index fb28c35cbd..e1e1f5e18f 100644 --- a/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb +++ b/meta/recipes-devtools/python/python3-more-itertools_10.2.0.bb | |||
@@ -12,13 +12,13 @@ SRC_URI += " \ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-asyncio \ | 15 | python3-asyncio \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS:${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-statistics \ | 19 | python3-statistics \ |
20 | ${PYTHON_PN}-pytest \ | 20 | python3-pytest \ |
21 | ${PYTHON_PN}-unittest-automake-output \ | 21 | python3-unittest-automake-output \ |
22 | " | 22 | " |
23 | 23 | ||
24 | do_install_ptest() { | 24 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb b/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb index 6a3d6d30ae..68d8668a41 100644 --- a/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb +++ b/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb | |||
@@ -11,15 +11,15 @@ inherit pypi setuptools3 update-alternatives | |||
11 | PYPI_PACKAGE = "ndg_httpsclient" | 11 | PYPI_PACKAGE = "ndg_httpsclient" |
12 | 12 | ||
13 | DEPENDS += " \ | 13 | DEPENDS += " \ |
14 | ${PYTHON_PN}-pyopenssl \ | 14 | python3-pyopenssl \ |
15 | ${PYTHON_PN}-pyasn1 \ | 15 | python3-pyasn1 \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-datetime \ | 19 | python3-datetime \ |
20 | ${PYTHON_PN}-logging \ | 20 | python3-logging \ |
21 | ${PYTHON_PN}-pyopenssl \ | 21 | python3-pyopenssl \ |
22 | ${PYTHON_PN}-pyasn1 \ | 22 | python3-pyasn1 \ |
23 | " | 23 | " |
24 | 24 | ||
25 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-numpy_1.26.4.bb b/meta/recipes-devtools/python/python3-numpy_1.26.4.bb index d11b03efc3..ccd08147af 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.26.4.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.26.4.bb | |||
@@ -33,31 +33,31 @@ do_compile:prepend() { | |||
33 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a ${PYTHON_SITEPACKAGES_DIR}/numpy/random/lib/*.a" | 33 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a ${PYTHON_SITEPACKAGES_DIR}/numpy/random/lib/*.a" |
34 | 34 | ||
35 | # install what is needed for numpy.test() | 35 | # install what is needed for numpy.test() |
36 | RDEPENDS:${PN} = "${PYTHON_PN}-unittest \ | 36 | RDEPENDS:${PN} = "python3-unittest \ |
37 | ${PYTHON_PN}-difflib \ | 37 | python3-difflib \ |
38 | ${PYTHON_PN}-pprint \ | 38 | python3-pprint \ |
39 | ${PYTHON_PN}-pickle \ | 39 | python3-pickle \ |
40 | ${PYTHON_PN}-shell \ | 40 | python3-shell \ |
41 | ${PYTHON_PN}-doctest \ | 41 | python3-doctest \ |
42 | ${PYTHON_PN}-datetime \ | 42 | python3-datetime \ |
43 | ${PYTHON_PN}-misc \ | 43 | python3-misc \ |
44 | ${PYTHON_PN}-mmap \ | 44 | python3-mmap \ |
45 | ${PYTHON_PN}-netclient \ | 45 | python3-netclient \ |
46 | ${PYTHON_PN}-numbers \ | 46 | python3-numbers \ |
47 | ${PYTHON_PN}-pydoc \ | 47 | python3-pydoc \ |
48 | ${PYTHON_PN}-pkgutil \ | 48 | python3-pkgutil \ |
49 | ${PYTHON_PN}-email \ | 49 | python3-email \ |
50 | ${PYTHON_PN}-compression \ | 50 | python3-compression \ |
51 | ${PYTHON_PN}-ctypes \ | 51 | python3-ctypes \ |
52 | ${PYTHON_PN}-threading \ | 52 | python3-threading \ |
53 | ${PYTHON_PN}-multiprocessing \ | 53 | python3-multiprocessing \ |
54 | ${PYTHON_PN}-json \ | 54 | python3-json \ |
55 | " | 55 | " |
56 | RDEPENDS:${PN}-ptest += "${PYTHON_PN}-pytest \ | 56 | RDEPENDS:${PN}-ptest += "python3-pytest \ |
57 | ${PYTHON_PN}-hypothesis \ | 57 | python3-hypothesis \ |
58 | ${PYTHON_PN}-sortedcontainers \ | 58 | python3-sortedcontainers \ |
59 | ${PYTHON_PN}-resource \ | 59 | python3-resource \ |
60 | ${PYTHON_PN}-typing-extensions \ | 60 | python3-typing-extensions \ |
61 | ldd \ | 61 | ldd \ |
62 | " | 62 | " |
63 | 63 | ||
diff --git a/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb b/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb index 92285d1d72..d4de40893a 100644 --- a/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb +++ b/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb | |||
@@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "7a4329d67beff9a712e1d3ae147e4e3e108b0bfd284ffdea03a635126c | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS:${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-ctypes" | 10 | RDEPENDS:${PN} += "python3-six python3-ctypes" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-pluggy_1.4.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.4.0.bb index 6e4c0cd98c..76acc4ae27 100644 --- a/meta/recipes-devtools/python/python3-pluggy_1.4.0.bb +++ b/meta/recipes-devtools/python/python3-pluggy_1.4.0.bb | |||
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be" | 6 | SRC_URI[sha256sum] = "8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be" |
7 | 7 | ||
8 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 8 | DEPENDS += "python3-setuptools-scm-native" |
9 | RDEPENDS:${PN} += "${PYTHON_PN}-importlib-metadata \ | 9 | RDEPENDS:${PN} += "python3-importlib-metadata \ |
10 | ${PYTHON_PN}-more-itertools \ | 10 | python3-more-itertools \ |
11 | " | 11 | " |
12 | 12 | ||
13 | inherit pypi ptest python_setuptools_build_meta | 13 | inherit pypi ptest python_setuptools_build_meta |
@@ -17,8 +17,8 @@ SRC_URI += " \ | |||
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS:${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | python3-pytest \ |
21 | ${PYTHON_PN}-unittest-automake-output \ | 21 | python3-unittest-automake-output \ |
22 | " | 22 | " |
23 | 23 | ||
24 | do_install_ptest() { | 24 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-ply_3.11.bb b/meta/recipes-devtools/python/python3-ply_3.11.bb index 4a559e44f8..a05bd6702d 100644 --- a/meta/recipes-devtools/python/python3-ply_3.11.bb +++ b/meta/recipes-devtools/python/python3-ply_3.11.bb | |||
@@ -11,8 +11,8 @@ SRC_URI[sha256sum] = "00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446 | |||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS:${PN}:class-target += "\ | 13 | RDEPENDS:${PN}:class-target += "\ |
14 | ${PYTHON_PN}-netclient \ | 14 | python3-netclient \ |
15 | ${PYTHON_PN}-shell \ | 15 | python3-shell \ |
16 | " | 16 | " |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.8.bb b/meta/recipes-devtools/python/python3-psutil_5.9.8.bb index f07f1131a6..1a394eda33 100644 --- a/meta/recipes-devtools/python/python3-psutil_5.9.8.bb +++ b/meta/recipes-devtools/python/python3-psutil_5.9.8.bb | |||
@@ -16,17 +16,17 @@ FILES:${PN}-tests += " \ | |||
16 | 16 | ||
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-shell \ | 19 | python3-shell \ |
20 | ${PYTHON_PN}-threading \ | 20 | python3-threading \ |
21 | ${PYTHON_PN}-xml \ | 21 | python3-xml \ |
22 | ${PYTHON_PN}-netclient \ | 22 | python3-netclient \ |
23 | ${PYTHON_PN}-ctypes \ | 23 | python3-ctypes \ |
24 | ${PYTHON_PN}-resource \ | 24 | python3-resource \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS:${PN}-tests += " \ | 27 | RDEPENDS:${PN}-tests += " \ |
28 | ${PN} \ | 28 | ${PN} \ |
29 | ${PYTHON_PN} \ | 29 | python3 \ |
30 | coreutils \ | 30 | coreutils \ |
31 | procps \ | 31 | procps \ |
32 | binutils \ | 32 | binutils \ |
diff --git a/meta/recipes-devtools/python/python3-py_1.11.0.bb b/meta/recipes-devtools/python/python3-py_1.11.0.bb index a2bd2d84fc..31d5a377a7 100644 --- a/meta/recipes-devtools/python/python3-py_1.11.0.bb +++ b/meta/recipes-devtools/python/python3-py_1.11.0.bb | |||
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" | 6 | SRC_URI[sha256sum] = "51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" |
7 | 7 | ||
8 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 8 | DEPENDS += "python3-setuptools-scm-native" |
9 | 9 | ||
10 | inherit pypi python_setuptools_build_meta | 10 | inherit pypi python_setuptools_build_meta |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | 13 | ||
14 | RDEPENDS:${PN} += "${PYTHON_PN}-netclient" | 14 | RDEPENDS:${PN} += "python3-netclient" |
diff --git a/meta/recipes-devtools/python/python3-pycparser_2.21.bb b/meta/recipes-devtools/python/python3-pycparser_2.21.bb index 53b7367903..00deceebf9 100644 --- a/meta/recipes-devtools/python/python3-pycparser_2.21.bb +++ b/meta/recipes-devtools/python/python3-pycparser_2.21.bb | |||
@@ -10,9 +10,9 @@ inherit pypi setuptools3 | |||
10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
11 | 11 | ||
12 | RDEPENDS:${PN}:class-target += "\ | 12 | RDEPENDS:${PN}:class-target += "\ |
13 | ${PYTHON_PN}-netclient \ | 13 | python3-netclient \ |
14 | ${PYTHON_PN}-ply \ | 14 | python3-ply \ |
15 | ${PYTHON_PN}-pprint \ | 15 | python3-pprint \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RSUGGESTS:${PN}:class-target += "\ | 18 | RSUGGESTS:${PN}:class-target += "\ |
diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.30.bb b/meta/recipes-devtools/python/python3-pyelftools_0.30.bb index e976d6cae8..837edb7165 100644 --- a/meta/recipes-devtools/python/python3-pyelftools_0.30.bb +++ b/meta/recipes-devtools/python/python3-pyelftools_0.30.bb | |||
@@ -12,4 +12,4 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
14 | 14 | ||
15 | RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint" | 15 | RDEPENDS:${PN} += "python3-debugger python3-pprint" |
diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb index 47850220ea..9ea3075482 100644 --- a/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb +++ b/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pyopenssl.org/" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
5 | 5 | ||
6 | DEPENDS += "openssl ${PYTHON_PN}-cryptography" | 6 | DEPENDS += "openssl python3-cryptography" |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "6aa33039a93fffa4563e655b61d11364d01264be8ccb49906101e02a334530bf" | 8 | SRC_URI[sha256sum] = "6aa33039a93fffa4563e655b61d11364d01264be8ccb49906101e02a334530bf" |
9 | 9 | ||
@@ -14,9 +14,9 @@ PACKAGES =+ "${PN}-tests" | |||
14 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" | 14 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" |
15 | 15 | ||
16 | RDEPENDS:${PN}:class-target = " \ | 16 | RDEPENDS:${PN}:class-target = " \ |
17 | ${PYTHON_PN}-cryptography \ | 17 | python3-cryptography \ |
18 | ${PYTHON_PN}-six \ | 18 | python3-six \ |
19 | ${PYTHON_PN}-threading \ | 19 | python3-threading \ |
20 | " | 20 | " |
21 | RDEPENDS:${PN}-tests = "${PN}" | 21 | RDEPENDS:${PN}-tests = "${PN}" |
22 | 22 | ||
diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb b/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb index 5f791cfb7e..6f34091c86 100644 --- a/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb +++ b/meta/recipes-devtools/python/python3-pyparsing_3.1.1.bb | |||
@@ -17,14 +17,14 @@ UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar" | |||
17 | inherit pypi python_flit_core | 17 | inherit pypi python_flit_core |
18 | 18 | ||
19 | RDEPENDS:${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |
20 | ${PYTHON_PN}-datetime \ | 20 | python3-datetime \ |
21 | ${PYTHON_PN}-debugger \ | 21 | python3-debugger \ |
22 | ${PYTHON_PN}-html \ | 22 | python3-html \ |
23 | ${PYTHON_PN}-json \ | 23 | python3-json \ |
24 | ${PYTHON_PN}-netclient \ | 24 | python3-netclient \ |
25 | ${PYTHON_PN}-pprint \ | 25 | python3-pprint \ |
26 | ${PYTHON_PN}-stringold \ | 26 | python3-stringold \ |
27 | ${PYTHON_PN}-threading \ | 27 | python3-threading \ |
28 | " | 28 | " |
29 | 29 | ||
30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb b/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb index 9661f1474e..7de70942a9 100644 --- a/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb +++ b/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "4c48f78f62ab596c679086084d0dd13254ae4f3d6c72a83ffdf5ebdef8 | |||
8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-numbers \ | 11 | python3-numbers \ |
12 | " | 12 | " |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb b/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb index b77bf0fb8d..7f2c217f19 100644 --- a/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb +++ b/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb | |||
@@ -10,11 +10,11 @@ PYPI_PACKAGE = "PySocks" | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS:${PN}:class-target += "\ | 12 | RDEPENDS:${PN}:class-target += "\ |
13 | ${PYTHON_PN}-email \ | 13 | python3-email \ |
14 | ${PYTHON_PN}-io \ | 14 | python3-io \ |
15 | ${PYTHON_PN}-logging \ | 15 | python3-logging \ |
16 | ${PYTHON_PN}-netclient \ | 16 | python3-netclient \ |
17 | ${PYTHON_PN}-shell \ | 17 | python3-shell \ |
18 | " | 18 | " |
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb b/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb index deb9ab002e..cce9ce33e2 100644 --- a/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb +++ b/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb | |||
@@ -8,9 +8,9 @@ SRC_URI[sha256sum] = "70d4739585a7008f37bf4933c013fdb327b8878a5a69fcbb3316c88882 | |||
8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
9 | 9 | ||
10 | DEPENDS += " \ | 10 | DEPENDS += " \ |
11 | ${PYTHON_PN}-setuptools-scm-native" | 11 | python3-setuptools-scm-native" |
12 | 12 | ||
13 | RDEPENDS:${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \ | 13 | RDEPENDS:${PN} = "python3-py python3-setuptools python3-debugger python3-json \ |
14 | ${PYTHON_PN}-io" | 14 | python3-io" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb b/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb index ddba031880..44fa1e2b80 100644 --- a/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb +++ b/meta/recipes-devtools/python/python3-pytest-subtests_0.11.0.bb | |||
@@ -11,10 +11,10 @@ SRC_URI[sha256sum] = "51865c88457545f51fb72011942f0a3c6901ee9e24cbfb6d1b9dc1348b | |||
11 | 11 | ||
12 | inherit pypi python_setuptools_build_meta | 12 | inherit pypi python_setuptools_build_meta |
13 | 13 | ||
14 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 14 | DEPENDS += "python3-setuptools-scm-native" |
15 | 15 | ||
16 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | python3-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-pytest_8.0.0.bb b/meta/recipes-devtools/python/python3-pytest_8.0.0.bb index 994f6cbdaf..f43796710a 100644 --- a/meta/recipes-devtools/python/python3-pytest_8.0.0.bb +++ b/meta/recipes-devtools/python/python3-pytest_8.0.0.bb | |||
@@ -12,22 +12,22 @@ DEPENDS += "python3-setuptools-scm-native" | |||
12 | inherit update-alternatives pypi python_setuptools_build_meta | 12 | inherit update-alternatives pypi python_setuptools_build_meta |
13 | 13 | ||
14 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-atomicwrites \ | 15 | python3-atomicwrites \ |
16 | ${PYTHON_PN}-attrs \ | 16 | python3-attrs \ |
17 | ${PYTHON_PN}-debugger \ | 17 | python3-debugger \ |
18 | ${PYTHON_PN}-doctest \ | 18 | python3-doctest \ |
19 | ${PYTHON_PN}-importlib-metadata \ | 19 | python3-importlib-metadata \ |
20 | ${PYTHON_PN}-iniconfig \ | 20 | python3-iniconfig \ |
21 | ${PYTHON_PN}-json \ | 21 | python3-json \ |
22 | ${PYTHON_PN}-more-itertools \ | 22 | python3-more-itertools \ |
23 | ${PYTHON_PN}-packaging \ | 23 | python3-packaging \ |
24 | ${PYTHON_PN}-pathlib2 \ | 24 | python3-pathlib2 \ |
25 | ${PYTHON_PN}-pluggy \ | 25 | python3-pluggy \ |
26 | ${PYTHON_PN}-py \ | 26 | python3-py \ |
27 | ${PYTHON_PN}-setuptools \ | 27 | python3-setuptools \ |
28 | ${PYTHON_PN}-six \ | 28 | python3-six \ |
29 | ${PYTHON_PN}-tomllib \ | 29 | python3-tomllib \ |
30 | ${PYTHON_PN}-wcwidth \ | 30 | python3-wcwidth \ |
31 | " | 31 | " |
32 | 32 | ||
33 | ALTERNATIVE:${PN} += "py.test pytest" | 33 | ALTERNATIVE:${PN} += "py.test pytest" |
diff --git a/meta/recipes-devtools/python/python3-pytz_2023.4.bb b/meta/recipes-devtools/python/python3-pytz_2023.4.bb index c2e8e3707a..78d2b323de 100644 --- a/meta/recipes-devtools/python/python3-pytz_2023.4.bb +++ b/meta/recipes-devtools/python/python3-pytz_2023.4.bb | |||
@@ -8,12 +8,12 @@ inherit pypi setuptools3 ptest | |||
8 | SRC_URI[sha256sum] = "31d4583c4ed539cd037956140d695e42c033a19e984bfce9964a3f7d59bc2b40" | 8 | SRC_URI[sha256sum] = "31d4583c4ed539cd037956140d695e42c033a19e984bfce9964a3f7d59bc2b40" |
9 | 9 | ||
10 | RDEPENDS:${PN}:class-target += "\ | 10 | RDEPENDS:${PN}:class-target += "\ |
11 | ${PYTHON_PN}-datetime \ | 11 | python3-datetime \ |
12 | ${PYTHON_PN}-doctest \ | 12 | python3-doctest \ |
13 | ${PYTHON_PN}-io \ | 13 | python3-io \ |
14 | ${PYTHON_PN}-pickle \ | 14 | python3-pickle \ |
15 | ${PYTHON_PN}-pprint \ | 15 | python3-pprint \ |
16 | ${PYTHON_PN}-threading \ | 16 | python3-threading \ |
17 | " | 17 | " |
18 | 18 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
@@ -23,8 +23,8 @@ SRC_URI += " \ | |||
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS:${PN}-ptest += " \ | 25 | RDEPENDS:${PN}-ptest += " \ |
26 | ${PYTHON_PN}-pytest \ | 26 | python3-pytest \ |
27 | ${PYTHON_PN}-unittest-automake-output \ | 27 | python3-unittest-automake-output \ |
28 | " | 28 | " |
29 | 29 | ||
30 | do_install_ptest() { | 30 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb b/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb index 62be059df5..3388312557 100644 --- a/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb +++ b/meta/recipes-devtools/python/python3-pyyaml_6.0.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Python support for YAML" | 1 | SUMMARY = "Python support for YAML" |
2 | DEPENDS += "libyaml ${PYTHON_PN}-cython-native" | 2 | DEPENDS += "libyaml python3-cython-native" |
3 | HOMEPAGE = "https://pyyaml.org/" | 3 | HOMEPAGE = "https://pyyaml.org/" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
@@ -16,8 +16,8 @@ PACKAGECONFIG ?= "libyaml" | |||
16 | PACKAGECONFIG[libyaml] = "--with-libyaml,--without-libyaml,libyaml" | 16 | PACKAGECONFIG[libyaml] = "--with-libyaml,--without-libyaml,libyaml" |
17 | 17 | ||
18 | RDEPENDS:${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
19 | ${PYTHON_PN}-datetime \ | 19 | python3-datetime \ |
20 | ${PYTHON_PN}-netclient \ | 20 | python3-netclient \ |
21 | " | 21 | " |
22 | 22 | ||
23 | inherit ptest | 23 | inherit ptest |
@@ -28,8 +28,8 @@ SRC_URI += "\ | |||
28 | SRC_URI[test.sha256sum] = "b6a8a2825d89fdc8aee226560f66b8196e872012a0ea7118cbef1a832359434a" | 28 | SRC_URI[test.sha256sum] = "b6a8a2825d89fdc8aee226560f66b8196e872012a0ea7118cbef1a832359434a" |
29 | 29 | ||
30 | RDEPENDS:${PN}-ptest += " \ | 30 | RDEPENDS:${PN}-ptest += " \ |
31 | ${PYTHON_PN}-pytest \ | 31 | python3-pytest \ |
32 | ${PYTHON_PN}-unittest-automake-output \ | 32 | python3-unittest-automake-output \ |
33 | " | 33 | " |
34 | 34 | ||
35 | do_install_ptest() { | 35 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb b/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb index 09515337c5..4057c1dbbc 100644 --- a/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb +++ b/meta/recipes-devtools/python/python3-rdflib_7.0.0.bb | |||
@@ -9,13 +9,13 @@ SRC_URI[sha256sum] = "9995eb8569428059b8c1affd26b25eac510d64f5043d9ce8c84e0d0036 | |||
9 | inherit pypi python_poetry_core | 9 | inherit pypi python_poetry_core |
10 | 10 | ||
11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-isodate \ | 12 | python3-isodate \ |
13 | ${PYTHON_PN}-pyparsing \ | 13 | python3-pyparsing \ |
14 | ${PYTHON_PN}-logging \ | 14 | python3-logging \ |
15 | ${PYTHON_PN}-numbers \ | 15 | python3-numbers \ |
16 | ${PYTHON_PN}-xml \ | 16 | python3-xml \ |
17 | ${PYTHON_PN}-compression \ | 17 | python3-compression \ |
18 | ${PYTHON_PN}-core \ | 18 | python3-core \ |
19 | " | 19 | " |
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-requests_2.31.0.bb b/meta/recipes-devtools/python/python3-requests_2.31.0.bb index 7ac43f2eb9..df48cd54c3 100644 --- a/meta/recipes-devtools/python/python3-requests_2.31.0.bb +++ b/meta/recipes-devtools/python/python3-requests_2.31.0.bb | |||
@@ -8,17 +8,17 @@ SRC_URI[sha256sum] = "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-email \ | 11 | python3-email \ |
12 | ${PYTHON_PN}-json \ | 12 | python3-json \ |
13 | ${PYTHON_PN}-ndg-httpsclient \ | 13 | python3-ndg-httpsclient \ |
14 | ${PYTHON_PN}-netserver \ | 14 | python3-netserver \ |
15 | ${PYTHON_PN}-pyasn1 \ | 15 | python3-pyasn1 \ |
16 | ${PYTHON_PN}-pyopenssl \ | 16 | python3-pyopenssl \ |
17 | ${PYTHON_PN}-pysocks \ | 17 | python3-pysocks \ |
18 | ${PYTHON_PN}-urllib3 \ | 18 | python3-urllib3 \ |
19 | ${PYTHON_PN}-chardet \ | 19 | python3-chardet \ |
20 | ${PYTHON_PN}-idna \ | 20 | python3-idna \ |
21 | ${PYTHON_PN}-compression \ | 21 | python3-compression \ |
22 | " | 22 | " |
23 | 23 | ||
24 | CVE_PRODUCT = "requests" | 24 | CVE_PRODUCT = "requests" |
diff --git a/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb b/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb index 9bc5fed921..e809c2280d 100644 --- a/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb +++ b/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb | |||
@@ -13,9 +13,9 @@ UPSTREAM_CHECK_REGEX = "/rfc3339-validator/(?P<pver>(\d+[\.\-_]*)+)/" | |||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | RDEPENDS:${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-core \ | 16 | python3-core \ |
17 | ${PYTHON_PN}-datetime \ | 17 | python3-datetime \ |
18 | ${PYTHON_PN}-six \ | 18 | python3-six \ |
19 | " | 19 | " |
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb index 1760fec7ee..02911ebde0 100644 --- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb +++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.35.bb | |||
@@ -11,9 +11,9 @@ inherit pypi setuptools3 | |||
11 | SRC_URI[sha256sum] = "801046a9caacb1b43acc118969b49b96b65e8847f29029563b29ac61d02db61b" | 11 | SRC_URI[sha256sum] = "801046a9caacb1b43acc118969b49b96b65e8847f29029563b29ac61d02db61b" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-shell \ | 14 | python3-shell \ |
15 | ${PYTHON_PN}-datetime \ | 15 | python3-datetime \ |
16 | ${PYTHON_PN}-netclient \ | 16 | python3-netclient \ |
17 | " | 17 | " |
18 | 18 | ||
19 | do_install:prepend() { | 19 | do_install:prepend() { |
diff --git a/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb b/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb index 0a24ca9ebc..27e3f534b8 100644 --- a/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb +++ b/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "semantic_version" | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-pkg-resources \ | 13 | python3-pkg-resources \ |
14 | " | 14 | " |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb b/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb index 5467b793ce..64b5050c3b 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_8.0.4.bb | |||
@@ -15,17 +15,17 @@ UPSTREAM_CHECK_REGEX = "scm-(?P<pver>.*)\.tar" | |||
15 | DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native" | 15 | DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native" |
16 | 16 | ||
17 | RDEPENDS:${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PYTHON_PN}-packaging \ | 18 | python3-packaging \ |
19 | ${PYTHON_PN}-pip \ | 19 | python3-pip \ |
20 | ${PYTHON_PN}-pyparsing \ | 20 | python3-pyparsing \ |
21 | ${PYTHON_PN}-setuptools \ | 21 | python3-setuptools \ |
22 | ${PYTHON_PN}-tomli \ | 22 | python3-tomli \ |
23 | ${PYTHON_PN}-typing-extensions \ | 23 | python3-typing-extensions \ |
24 | " | 24 | " |
25 | 25 | ||
26 | RDEPENDS:${PN}:append:class-target = " \ | 26 | RDEPENDS:${PN}:append:class-target = " \ |
27 | ${PYTHON_PN}-debugger \ | 27 | python3-debugger \ |
28 | ${PYTHON_PN}-json \ | 28 | python3-json \ |
29 | " | 29 | " |
30 | 30 | ||
31 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb b/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb index ae8944f8b3..715c89338f 100644 --- a/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb +++ b/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb | |||
@@ -13,27 +13,27 @@ SRC_URI += " \ | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78" | 14 | SRC_URI[sha256sum] = "be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78" |
15 | 15 | ||
16 | DEPENDS += "${PYTHON_PN}" | 16 | DEPENDS += "python3" |
17 | 17 | ||
18 | RDEPENDS:${PN} = "\ | 18 | RDEPENDS:${PN} = "\ |
19 | ${PYTHON_PN}-2to3 \ | 19 | python3-2to3 \ |
20 | ${PYTHON_PN}-compile \ | 20 | python3-compile \ |
21 | ${PYTHON_PN}-compression \ | 21 | python3-compression \ |
22 | ${PYTHON_PN}-ctypes \ | 22 | python3-ctypes \ |
23 | ${PYTHON_PN}-email \ | 23 | python3-email \ |
24 | ${PYTHON_PN}-html \ | 24 | python3-html \ |
25 | ${PYTHON_PN}-json \ | 25 | python3-json \ |
26 | ${PYTHON_PN}-netserver \ | 26 | python3-netserver \ |
27 | ${PYTHON_PN}-numbers \ | 27 | python3-numbers \ |
28 | ${PYTHON_PN}-pickle \ | 28 | python3-pickle \ |
29 | ${PYTHON_PN}-pkg-resources \ | 29 | python3-pkg-resources \ |
30 | ${PYTHON_PN}-pkgutil \ | 30 | python3-pkgutil \ |
31 | ${PYTHON_PN}-plistlib \ | 31 | python3-plistlib \ |
32 | ${PYTHON_PN}-shell \ | 32 | python3-shell \ |
33 | ${PYTHON_PN}-stringold \ | 33 | python3-stringold \ |
34 | ${PYTHON_PN}-threading \ | 34 | python3-threading \ |
35 | ${PYTHON_PN}-unittest \ | 35 | python3-unittest \ |
36 | ${PYTHON_PN}-xml \ | 36 | python3-xml \ |
37 | " | 37 | " |
38 | 38 | ||
39 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "native nativesdk" |
@@ -41,13 +41,13 @@ BBCLASSEXTEND = "native nativesdk" | |||
41 | # The pkg-resources module can be used by itself, without the package downloader | 41 | # The pkg-resources module can be used by itself, without the package downloader |
42 | # and easy_install. Ship it in a separate package so that it can be used by | 42 | # and easy_install. Ship it in a separate package so that it can be used by |
43 | # minimal distributions. | 43 | # minimal distributions. |
44 | PACKAGES =+ "${PYTHON_PN}-pkg-resources " | 44 | PACKAGES =+ "python3-pkg-resources " |
45 | FILES:${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" | 45 | FILES:python3-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" |
46 | RDEPENDS:${PYTHON_PN}-pkg-resources = "\ | 46 | RDEPENDS:python3-pkg-resources = "\ |
47 | ${PYTHON_PN}-compression \ | 47 | python3-compression \ |
48 | ${PYTHON_PN}-email \ | 48 | python3-email \ |
49 | ${PYTHON_PN}-plistlib \ | 49 | python3-plistlib \ |
50 | ${PYTHON_PN}-pprint \ | 50 | python3-pprint \ |
51 | " | 51 | " |
52 | 52 | ||
53 | # This used to use the bootstrap install which didn't compile. Until we bump the | 53 | # This used to use the bootstrap install which didn't compile. Until we bump the |
diff --git a/meta/recipes-devtools/python/python3-smmap_6.0.0.bb b/meta/recipes-devtools/python/python3-smmap_6.0.0.bb index 02c43e069b..6abed1205f 100644 --- a/meta/recipes-devtools/python/python3-smmap_6.0.0.bb +++ b/meta/recipes-devtools/python/python3-smmap_6.0.0.bb | |||
@@ -13,7 +13,7 @@ PYPI_PACKAGE = "smmap" | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "8d79028ea6cc131da5eab099a5d95a998d43c6779956fffe3b455040911076da" | 14 | SRC_URI[sha256sum] = "8d79028ea6cc131da5eab099a5d95a998d43c6779956fffe3b455040911076da" |
15 | 15 | ||
16 | RDEPENDS:${PN} += "${PYTHON_PN}-codecs \ | 16 | RDEPENDS:${PN} += "python3-codecs \ |
17 | ${PYTHON_PN}-mmap \ | 17 | python3-mmap \ |
18 | " | 18 | " |
19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-toml_0.10.2.bb b/meta/recipes-devtools/python/python3-toml_0.10.2.bb index be29cac798..649464b961 100644 --- a/meta/recipes-devtools/python/python3-toml_0.10.2.bb +++ b/meta/recipes-devtools/python/python3-toml_0.10.2.bb | |||
@@ -11,5 +11,5 @@ inherit pypi setuptools3 | |||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | 12 | ||
13 | RDEPENDS:${PN} += " \ | 13 | RDEPENDS:${PN} += " \ |
14 | ${PYTHON_PN}-misc \ | 14 | python3-misc \ |
15 | " | 15 | " |
diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb index 9e7e61a37e..6b923bb43f 100644 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2024.1.8.bb | |||
@@ -14,8 +14,8 @@ SRC_URI += " \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS:${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | python3-pytest \ |
18 | ${PYTHON_PN}-unittest-automake-output \ | 18 | python3-unittest-automake-output \ |
19 | " | 19 | " |
20 | 20 | ||
21 | do_install_ptest() { | 21 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb b/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb index 826f126ad9..8ba2788c9b 100644 --- a/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb +++ b/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb | |||
@@ -10,5 +10,5 @@ SRC_URI[sha256sum] = "8be4668cda434163ce229d87ca273a11922cb1614cb359970b7dc96eed | |||
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "${PYTHON_PN}-smartypants" | 13 | RDEPENDS:${PN} += "python3-smartypants" |
14 | 14 | ||
diff --git a/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb b/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb index b5b37e2924..ad6dc6d405 100644 --- a/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb +++ b/meta/recipes-devtools/python/python3-urllib3_2.1.0.bb | |||
@@ -8,15 +8,15 @@ SRC_URI[sha256sum] = "df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7 | |||
8 | inherit pypi python_hatchling | 8 | inherit pypi python_hatchling |
9 | 9 | ||
10 | RDEPENDS:${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-certifi \ | 11 | python3-certifi \ |
12 | ${PYTHON_PN}-cryptography \ | 12 | python3-cryptography \ |
13 | ${PYTHON_PN}-email \ | 13 | python3-email \ |
14 | ${PYTHON_PN}-idna \ | 14 | python3-idna \ |
15 | ${PYTHON_PN}-json \ | 15 | python3-json \ |
16 | ${PYTHON_PN}-netclient \ | 16 | python3-netclient \ |
17 | ${PYTHON_PN}-pyopenssl \ | 17 | python3-pyopenssl \ |
18 | ${PYTHON_PN}-threading \ | 18 | python3-threading \ |
19 | ${PYTHON_PN}-logging \ | 19 | python3-logging \ |
20 | " | 20 | " |
21 | 21 | ||
22 | CVE_PRODUCT = "urllib3" | 22 | CVE_PRODUCT = "urllib3" |
diff --git a/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb b/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb index ae845a39a7..6ce5e70c2a 100644 --- a/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb +++ b/meta/recipes-devtools/python/python3-wcwidth_0.2.12.bb | |||
@@ -13,8 +13,8 @@ SRC_URI += " \ | |||
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | python3-pytest \ |
17 | ${PYTHON_PN}-unittest-automake-output \ | 17 | python3-unittest-automake-output \ |
18 | " | 18 | " |
19 | 19 | ||
20 | do_install_ptest() { | 20 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-webcolors_1.13.bb b/meta/recipes-devtools/python/python3-webcolors_1.13.bb index 2a6be3f9cb..cea2a971d3 100644 --- a/meta/recipes-devtools/python/python3-webcolors_1.13.bb +++ b/meta/recipes-devtools/python/python3-webcolors_1.13.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "c225b674c83fa923be93d235330ce0300373d02885cef23238813b0d56 | |||
8 | inherit pypi python_setuptools_build_meta ptest | 8 | inherit pypi python_setuptools_build_meta ptest |
9 | 9 | ||
10 | RDEPENDS:${PN}:class-target = "\ | 10 | RDEPENDS:${PN}:class-target = "\ |
11 | ${PYTHON_PN}-stringold \ | 11 | python3-stringold \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI += " \ | 14 | SRC_URI += " \ |
@@ -16,8 +16,8 @@ SRC_URI += " \ | |||
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS:${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | python3-pytest \ |
20 | ${PYTHON_PN}-unittest-automake-output \ | 20 | python3-unittest-automake-output \ |
21 | " | 21 | " |
22 | 22 | ||
23 | do_install_ptest() { | 23 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb b/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb index 132aae8929..e8e275647c 100644 --- a/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb +++ b/meta/recipes-devtools/python/python3-xmltodict_0.13.0.bb | |||
@@ -16,13 +16,13 @@ SRC_URI += " \ | |||
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-core \ | 19 | python3-core \ |
20 | ${PYTHON_PN}-xml \ | 20 | python3-xml \ |
21 | ${PYTHON_PN}-io \ | 21 | python3-io \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RDEPENDS:${PN}-ptest += " \ | 24 | RDEPENDS:${PN}-ptest += " \ |
25 | ${PYTHON_PN}-pytest \ | 25 | python3-pytest \ |
26 | " | 26 | " |
27 | 27 | ||
28 | do_install_ptest() { | 28 | do_install_ptest() { |
diff --git a/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb b/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb index 7e51fc9395..155b65b008 100644 --- a/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb +++ b/meta/recipes-devtools/python/python3-yamllint_1.33.0.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "yamllint" | |||
9 | 9 | ||
10 | SRC_URI[sha256sum] = "2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d" | 10 | SRC_URI[sha256sum] = "2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d" |
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
13 | RDEPENDS:${PN} += "${PYTHON_PN}-pathspec ${PYTHON_PN}-pyyaml" | 13 | RDEPENDS:${PN} += "python3-pathspec python3-pyyaml" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-zipp_3.17.0.bb b/meta/recipes-devtools/python/python3-zipp_3.17.0.bb index 11f3b5cda0..e9e220e315 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.17.0.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.17.0.bb | |||
@@ -5,14 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0" | 6 | SRC_URI[sha256sum] = "84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0" |
7 | 7 | ||
8 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 8 | DEPENDS += "python3-setuptools-scm-native" |
9 | 9 | ||
10 | inherit pypi python_setuptools_build_meta | 10 | inherit pypi python_setuptools_build_meta |
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-toml-native" | 12 | DEPENDS += "python3-toml-native" |
13 | 13 | ||
14 | RDEPENDS:${PN} += "${PYTHON_PN}-compression \ | 14 | RDEPENDS:${PN} += "python3-compression \ |
15 | ${PYTHON_PN}-math \ | 15 | python3-math \ |
16 | ${PYTHON_PN}-more-itertools" | 16 | python3-more-itertools" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |