diff options
Diffstat (limited to 'meta-python')
341 files changed, 556 insertions, 556 deletions
diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb index d3e7d48dab..a5581c252b 100644 --- a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb +++ b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/studio-ousia/gsocketpool" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" |
6 | DEPENDS += "${PYTHON_PN}-gevent" | 6 | DEPENDS += "${PYTHON_PN}-gevent" |
7 | RDEPENDS_${PN} += "${PYTHON_PN}-gevent" | 7 | RDEPENDS:${PN} += "${PYTHON_PN}-gevent" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550" | 9 | SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550" |
10 | SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14" | 10 | SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14" |
diff --git a/meta-python/recipes-connectivity/python-h2/python3-h2_4.0.0.bb b/meta-python/recipes-connectivity/python-h2/python3-h2_4.0.0.bb index ff1d20a89e..8c488fe2c6 100644 --- a/meta-python/recipes-connectivity/python-h2/python3-h2_4.0.0.bb +++ b/meta-python/recipes-connectivity/python-h2/python3-h2_4.0.0.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "bb7ac7099dd67a857ed52c815a6192b6b1f5ba6b516237fc24a0853413 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-hpack ${PYTHON_PN}-hyperframe" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-hpack ${PYTHON_PN}-hyperframe" |
diff --git a/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb b/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb index b80c167bb5..045655caa4 100644 --- a/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb +++ b/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} = "connman python3-dbus python3-pprint" | 12 | RDEPENDS:${PN} = "connman python3-dbus python3-pprint" |
diff --git a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb index dfea673687..ba331eea02 100644 --- a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb +++ b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "Pyro4" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-logging \ | 13 | ${PYTHON_PN}-logging \ |
14 | ${PYTHON_PN}-serpent \ | 14 | ${PYTHON_PN}-serpent \ |
15 | ${PYTHON_PN}-threading \ | 15 | ${PYTHON_PN}-threading \ |
diff --git a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb index c17a602be8..d62ba66223 100644 --- a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb +++ b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb | |||
@@ -8,9 +8,9 @@ SRC_URI[sha256sum] = "9af1c86bf73433afc6010ed376a6c6aca2b54099cc0d61895f640870a9 | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | # Use different filename to prevent conflicts with thrift itself | 10 | # Use different filename to prevent conflicts with thrift itself |
11 | PYPI_SRC_URI_append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}" | 11 | PYPI_SRC_URI:append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-logging \ | 14 | ${PYTHON_PN}-logging \ |
15 | ${PYTHON_PN}-six \ | 15 | ${PYTHON_PN}-six \ |
16 | ${PYTHON_PN}-stringold \ | 16 | ${PYTHON_PN}-stringold \ |
diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb index d92e6577af..1e9ba9e140 100644 --- a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb +++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb | |||
@@ -20,15 +20,15 @@ inherit autotools python3native | |||
20 | SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" | 20 | SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" |
21 | SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376" | 21 | SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376" |
22 | 22 | ||
23 | FILES_${PN} += "\ | 23 | FILES:${PN} += "\ |
24 | ${libdir}/python*/site-packages/telepathy/*.py \ | 24 | ${libdir}/python*/site-packages/telepathy/*.py \ |
25 | ${libdir}/python*/site-packages/telepathy/*/*.py \ | 25 | ${libdir}/python*/site-packages/telepathy/*/*.py \ |
26 | " | 26 | " |
27 | 27 | ||
28 | do_install_append () { | 28 | do_install:append () { |
29 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ | 29 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ |
30 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ | 30 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ |
31 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ | 31 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ |
32 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ | 32 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ |
33 | } | 33 | } |
34 | RDEPENDS_${PN} += "python3-dbus" | 34 | RDEPENDS:${PN} += "python3-dbus" |
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 063b6e4f2c..c2a80aa1c6 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -9,8 +9,8 @@ PACKAGES = ' \ | |||
9 | 9 | ||
10 | # Note that python3-cvxopt requires Fortran support. To enable this, | 10 | # Note that python3-cvxopt requires Fortran support. To enable this, |
11 | # add the following to your local.conf: | 11 | # add the following to your local.conf: |
12 | # FORTRAN_forcevariable = ",fortran" | 12 | # FORTRAN:forcevariable = ",fortran" |
13 | RDEPENDS_packagegroup-meta-python3 = "\ | 13 | RDEPENDS:packagegroup-meta-python3 = "\ |
14 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ | 14 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ |
15 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \ | 15 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \ |
16 | gyp \ | 16 | gyp \ |
@@ -465,9 +465,9 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
465 | python3-zopeinterface \ | 465 | python3-zopeinterface \ |
466 | telepathy-python3 \ | 466 | telepathy-python3 \ |
467 | " | 467 | " |
468 | RDEPENDS_packagegroup-meta-python3_remove_libc-musl_powerpc64le = "python3-grpcio python3-grpcio-tools" | 468 | RDEPENDS:packagegroup-meta-python3:remove:libc-musl:powerpc64le = "python3-grpcio python3-grpcio-tools" |
469 | 469 | ||
470 | RDEPENDS_packagegroup-meta-python3-ptest = "\ | 470 | RDEPENDS:packagegroup-meta-python3-ptest = "\ |
471 | python3-cryptography-ptest \ | 471 | python3-cryptography-ptest \ |
472 | python3-jinja2-ptest \ | 472 | python3-jinja2-ptest \ |
473 | python3-markupsafe-ptest \ | 473 | python3-markupsafe-ptest \ |
diff --git a/meta-python/recipes-devtools/python/pamela_1.0.0.bb b/meta-python/recipes-devtools/python/pamela_1.0.0.bb index 8ce95a5d02..369ed78ca7 100644 --- a/meta-python/recipes-devtools/python/pamela_1.0.0.bb +++ b/meta-python/recipes-devtools/python/pamela_1.0.0.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "pamela" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} = "libpam" | 12 | RDEPENDS:${PN} = "libpam" |
13 | 13 | ||
14 | inherit features_check | 14 | inherit features_check |
15 | REQUIRED_DISTRO_FEATURES = "pam" | 15 | REQUIRED_DISTRO_FEATURES = "pam" |
diff --git a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb index 798daeb212..71e932bb0c 100644 --- a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb +++ b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | |||
@@ -12,25 +12,25 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | PACKAGES =+ "${PN}-tests ${PN}-samples" | 13 | PACKAGES =+ "${PN}-tests ${PN}-samples" |
14 | 14 | ||
15 | FILES_${PN}-samples += " \ | 15 | FILES:${PN}-samples += " \ |
16 | ${PYTHON_SITEPACKAGES_DIR}/rtm/samples \ | 16 | ${PYTHON_SITEPACKAGES_DIR}/rtm/samples \ |
17 | " | 17 | " |
18 | 18 | ||
19 | FILES_${PN}-tests += " \ | 19 | FILES:${PN}-tests += " \ |
20 | ${PYTHON_SITEPACKAGES_DIR}/rtm/tests \ | 20 | ${PYTHON_SITEPACKAGES_DIR}/rtm/tests \ |
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS_${PN} += "\ | 23 | RDEPENDS:${PN} += "\ |
24 | ${PYTHON_PN}-json \ | 24 | ${PYTHON_PN}-json \ |
25 | ${PYTHON_PN}-logging \ | 25 | ${PYTHON_PN}-logging \ |
26 | ${PYTHON_PN}-netclient \ | 26 | ${PYTHON_PN}-netclient \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RDEPENDS_${PN}-samples += " \ | 29 | RDEPENDS:${PN}-samples += " \ |
30 | ${PN} \ | 30 | ${PN} \ |
31 | " | 31 | " |
32 | 32 | ||
33 | RDEPENDS_${PN}-tests += " \ | 33 | RDEPENDS:${PN}-tests += " \ |
34 | ${PN} \ | 34 | ${PN} \ |
35 | ${PYTHON_PN}-unittest \ | 35 | ${PYTHON_PN}-unittest \ |
36 | " | 36 | " |
diff --git a/meta-python/recipes-devtools/python/python-django-south.inc b/meta-python/recipes-devtools/python/python-django-south.inc index e4f03b937d..4a376391aa 100644 --- a/meta-python/recipes-devtools/python/python-django-south.inc +++ b/meta-python/recipes-devtools/python/python-django-south.inc | |||
@@ -12,6 +12,6 @@ inherit pypi | |||
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-django \ | 16 | ${PYTHON_PN}-django \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index c02b3fa522..e030ff4087 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc | |||
@@ -8,11 +8,11 @@ inherit pypi | |||
8 | 8 | ||
9 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | 9 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" |
10 | 10 | ||
11 | FILES_${PN} += "${datadir}/django" | 11 | FILES:${PN} += "${datadir}/django" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-compression \ | 16 | ${PYTHON_PN}-compression \ |
17 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |
18 | ${PYTHON_PN}-datetime \ | 18 | ${PYTHON_PN}-datetime \ |
diff --git a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc index 0723b97383..688622afa6 100644 --- a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc +++ b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "Flask-Bootstrap" | 8 | PYPI_PACKAGE = "Flask-Bootstrap" |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-dominate \ | 11 | ${PYTHON_PN}-dominate \ |
12 | ${PYTHON_PN}-flask \ | 12 | ${PYTHON_PN}-flask \ |
13 | ${PYTHON_PN}-visitor \ | 13 | ${PYTHON_PN}-visitor \ |
diff --git a/meta-python/recipes-devtools/python/python-flask-script.inc b/meta-python/recipes-devtools/python/python-flask-script.inc index f48af8bc9e..3a7adb32ca 100644 --- a/meta-python/recipes-devtools/python/python-flask-script.inc +++ b/meta-python/recipes-devtools/python/python-flask-script.inc | |||
@@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0 | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "Flask-Script" | 8 | PYPI_PACKAGE = "Flask-Script" |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-flask \ | 11 | ${PYTHON_PN}-flask \ |
12 | " | 12 | " |
diff --git a/meta-python/recipes-devtools/python/python-flask-sijax.inc b/meta-python/recipes-devtools/python/python-flask-sijax.inc index ff4e70a53c..4264f8f6d5 100644 --- a/meta-python/recipes-devtools/python/python-flask-sijax.inc +++ b/meta-python/recipes-devtools/python/python-flask-sijax.inc | |||
@@ -5,4 +5,4 @@ LICENSE = "BSD-3-Clause" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" |
6 | 6 | ||
7 | PYPI_PACKAGE = "Flask-Sijax" | 7 | PYPI_PACKAGE = "Flask-Sijax" |
8 | RDEPENDS_${PN} = "${PYTHON_PN}-sijax" \ No newline at end of file | 8 | RDEPENDS:${PN} = "${PYTHON_PN}-sijax" \ No newline at end of file |
diff --git a/meta-python/recipes-devtools/python/python-flask-xstatic.inc b/meta-python/recipes-devtools/python/python-flask-xstatic.inc index 48ff7149c6..5f4e0858f8 100644 --- a/meta-python/recipes-devtools/python/python-flask-xstatic.inc +++ b/meta-python/recipes-devtools/python/python-flask-xstatic.inc | |||
@@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=659968f6ebd4b70b6c3190d20b4a924c" | |||
5 | SRC_URI[md5sum] = "2f56023e1444c8bd1fec41afe93de743" | 5 | SRC_URI[md5sum] = "2f56023e1444c8bd1fec41afe93de743" |
6 | SRC_URI[sha256sum] = "226ea8e97065a9488b59bfe5c94af4c6e2ea70a25052e301fb231a1381490133" | 6 | SRC_URI[sha256sum] = "226ea8e97065a9488b59bfe5c94af4c6e2ea70a25052e301fb231a1381490133" |
7 | 7 | ||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-flask-xstatic:" | 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-flask-xstatic:" |
9 | SRC_URI += "file://remove-pip-requires.patch" | 9 | SRC_URI += "file://remove-pip-requires.patch" |
10 | 10 | ||
11 | PYPI_PACKAGE = "Flask-XStatic" | 11 | PYPI_PACKAGE = "Flask-XStatic" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-flask \ | 14 | ${PYTHON_PN}-flask \ |
15 | ${PYTHON_PN}-xstatic \ | 15 | ${PYTHON_PN}-xstatic \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index d9557646a0..6cbed0fcd5 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd" | |||
6 | SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54" | 6 | SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54" |
7 | SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" | 7 | SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" |
8 | 8 | ||
9 | RDEPENDS_${PN}_class-target += " \ | 9 | RDEPENDS:${PN}:class-target += " \ |
10 | ${PYTHON_PN}-codecs \ | 10 | ${PYTHON_PN}-codecs \ |
11 | ${PYTHON_PN}-logging \ | 11 | ${PYTHON_PN}-logging \ |
12 | ${PYTHON_PN}-math \ | 12 | ${PYTHON_PN}-math \ |
@@ -21,7 +21,7 @@ SRC_URI += " \ | |||
21 | file://run-ptest \ | 21 | file://run-ptest \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RDEPENDS_${PN}-ptest += " \ | 24 | RDEPENDS:${PN}-ptest += " \ |
25 | ${PYTHON_PN}-pytest \ | 25 | ${PYTHON_PN}-pytest \ |
26 | " | 26 | " |
27 | 27 | ||
diff --git a/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb b/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb index 9d7a49eb63..55e5545373 100644 --- a/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb | |||
@@ -10,6 +10,6 @@ PYPI_PACKAGE = "aiofiles" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${PYTHON_PN}-asyncio \ | 14 | ${PYTHON_PN}-asyncio \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb index 05afed8b6e..f97cf12dbf 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "9c22a0e48e3b277fc145c67dd8c3b8f609dab36bce9eb337f70dfe7166 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-jinja2 \ | 11 | ${PYTHON_PN}-jinja2 \ |
12 | ${PYTHON_PN}-aiohttp \ | 12 | ${PYTHON_PN}-aiohttp \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb index 8bf129d30c..ea47ad2eb9 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc4888849 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "aiohttp" | 9 | PYPI_PACKAGE = "aiohttp" |
10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
11 | RDEPENDS_${PN} = "\ | 11 | RDEPENDS:${PN} = "\ |
12 | ${PYTHON_PN}-async-timeout \ | 12 | ${PYTHON_PN}-async-timeout \ |
13 | ${PYTHON_PN}-attrs \ | 13 | ${PYTHON_PN}-attrs \ |
14 | ${PYTHON_PN}-chardet \ | 14 | ${PYTHON_PN}-chardet \ |
diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb index 4a203ccc63..6ea4da3eae 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "3ee8e857b07364516f8b9f0e5c52d4cd775036f3ace37c2769de1e8579 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" | 11 | RDEPENDS:${PN} += "${PYTHON_PN}-aiohttp" |
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb b/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb index 6b58c7704c..9af21c92fb 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "a21fedebb3fb8f6bbbba51a11114f08c78709377051384c9c5ead5705e | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "alembic" | 9 | PYPI_PACKAGE = "alembic" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-dateutil \ | 12 | ${PYTHON_PN}-dateutil \ |
13 | ${PYTHON_PN}-editor \ | 13 | ${PYTHON_PN}-editor \ |
14 | ${PYTHON_PN}-mako \ | 14 | ${PYTHON_PN}-mako \ |
diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb index d31448d6a8..0b6ba9ff75 100644 --- a/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "0f124ea7efcf3f24f1f9398e527e688c9ae6eab26b0b84e1299ef7f94d | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" | 12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" |
13 | RDEPENDS_${PN} = "${PYTHON_PN}-six" | 13 | RDEPENDS:${PN} = "${PYTHON_PN}-six" |
diff --git a/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb index a9ebebeef9..0e32443992 100644 --- a/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb +++ b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
diff --git a/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb b/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb index 2176f20aae..07cc99860d 100644 --- a/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | ${PYTHON_PN}-nose \ | 16 | ${PYTHON_PN}-nose \ |
17 | " | 17 | " |
@@ -24,4 +24,4 @@ do_install_ptest() { | |||
24 | SRC_URI[md5sum] = "2ea28d6ec311aeeebaf993cb3008b27c" | 24 | SRC_URI[md5sum] = "2ea28d6ec311aeeebaf993cb3008b27c" |
25 | SRC_URI[sha256sum] = "37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba" | 25 | SRC_URI[sha256sum] = "37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba" |
26 | 26 | ||
27 | RDEPENDS_${PN} += "${PYTHON_PN}-simplejson" | 27 | RDEPENDS:${PN} += "${PYTHON_PN}-simplejson" |
diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb index eef5c02735..977999bfe5 100644 --- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 ptest | 12 | inherit pypi setuptools3 ptest |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb b/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb index 8d23678a09..7889f0c62a 100644 --- a/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "1ce26326a61d8773d38a9726a345c6525a91a6120d7333af79ad792dac | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core" | 13 | RDEPENDS:${PN} += "python3-core" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.3.bb b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.3.bb index 7fdf9e0190..aff0c97ec9 100644 --- a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.3.bb +++ b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.3.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "argcomplete" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-core \ | 13 | ${PYTHON_PN}-core \ |
14 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb index 9f152a1d60..017a7e954b 100644 --- a/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[md5sum] = "448635948823309312ea9f70b30b6c2d" | |||
8 | SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c98c3bf" | 8 | SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c98c3bf" |
9 | 9 | ||
10 | DEPENDS += "python3-setuptools-scm-native" | 10 | DEPENDS += "python3-setuptools-scm-native" |
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | python3-dynamic-dispatch \ | 12 | python3-dynamic-dispatch \ |
13 | python3-typeguard \ | 13 | python3-typeguard \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb index 6aa7588760..d07ccbbf90 100644 --- a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb +++ b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a584 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-logging \ | 11 | ${PYTHON_PN}-logging \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb index bb1271e330..c052cb8c82 100644 --- a/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99b | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN}_class-target += " \ | 14 | RDEPENDS:${PN}:class-target += " \ |
15 | ${PYTHON_PN}-codecs \ | 15 | ${PYTHON_PN}-codecs \ |
16 | ${PYTHON_PN}-crypt \ | 16 | ${PYTHON_PN}-crypt \ |
17 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |
diff --git a/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb b/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb index 2dc57a6bb0..0cbeca21c7 100644 --- a/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb | |||
@@ -19,11 +19,11 @@ do_install_ptest() { | |||
19 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 19 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
20 | } | 20 | } |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += "\ | 22 | RDEPENDS:${PN}-ptest += "\ |
23 | python3-tornado \ | 23 | python3-tornado \ |
24 | python3-process-tests \ | 24 | python3-process-tests \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS_${PN} += "python3-core python3-fields" | 27 | RDEPENDS:${PN} += "python3-core python3-fields" |
28 | 28 | ||
29 | BBCLASSEXTEND = "native nativesdk" | 29 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb index 513235bd82..5d7ef8f29b 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb | |||
@@ -12,12 +12,12 @@ DEPENDS += "${PYTHON_PN}-pytest-runner-native" | |||
12 | 12 | ||
13 | PACKAGES =+ "${PN}-tests" | 13 | PACKAGES =+ "${PN}-tests" |
14 | 14 | ||
15 | FILES_${PN}-tests += " \ | 15 | FILES:${PN}-tests += " \ |
16 | ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \ | 16 | ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \ |
17 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ | 17 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN}_class-target += "\ | 20 | RDEPENDS:${PN}:class-target += "\ |
21 | ${PYTHON_PN}-distutils \ | 21 | ${PYTHON_PN}-distutils \ |
22 | ${PYTHON_PN}-lazy-object-proxy \ | 22 | ${PYTHON_PN}-lazy-object-proxy \ |
23 | ${PYTHON_PN}-logging \ | 23 | ${PYTHON_PN}-logging \ |
@@ -26,7 +26,7 @@ RDEPENDS_${PN}_class-target += "\ | |||
26 | ${PYTHON_PN}-setuptools \ | 26 | ${PYTHON_PN}-setuptools \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RDEPENDS_${PN}-tests_class-target += "\ | 29 | RDEPENDS:${PN}-tests:class-target += "\ |
30 | ${PYTHON_PN}-unittest \ | 30 | ${PYTHON_PN}-unittest \ |
31 | ${PYTHON_PN}-xml \ | 31 | ${PYTHON_PN}-xml \ |
32 | " | 32 | " |
diff --git a/meta-python/recipes-devtools/python/python3-async-timeout_3.0.1.bb b/meta-python/recipes-devtools/python/python3-async-timeout_3.0.1.bb index 22dffe6462..b8ec02385c 100644 --- a/meta-python/recipes-devtools/python/python3-async-timeout_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-async-timeout_3.0.1.bb | |||
@@ -14,6 +14,6 @@ SRC_URI[sha256sum] = "0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b2 | |||
14 | PYPI_PACKAGE = "async-timeout" | 14 | PYPI_PACKAGE = "async-timeout" |
15 | inherit pypi setuptools3 | 15 | inherit pypi setuptools3 |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PYTHON_PN}-asyncio \ | 18 | ${PYTHON_PN}-asyncio \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb index 72da6081ae..6f67d28651 100644 --- a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb +++ b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb | |||
@@ -8,4 +8,4 @@ inherit setuptools3 pypi | |||
8 | SRC_URI[md5sum] = "60153055e76ceaacdfbaeafb03d61dd9" | 8 | SRC_URI[md5sum] = "60153055e76ceaacdfbaeafb03d61dd9" |
9 | SRC_URI[sha256sum] = "fe3ceb2ba5f541330c07ca1bd7ae792468d625bad1acf5354a3a7a0b9fd87521" | 9 | SRC_URI[sha256sum] = "fe3ceb2ba5f541330c07ca1bd7ae792468d625bad1acf5354a3a7a0b9fd87521" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python3-asyncio python3-pygobject" | 11 | RDEPENDS:${PN} += "python3-asyncio python3-pygobject" |
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb index daa66ec1ac..d11c70e13d 100644 --- a/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "e126c1f583e872fb59e79d36977cfa1f2d0a8a79f90ae31f406faae766 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-twisted \ | 11 | ${PYTHON_PN}-twisted \ |
12 | ${PYTHON_PN}-zopeinterface \ | 12 | ${PYTHON_PN}-zopeinterface \ |
13 | ${PYTHON_PN}-py-ubjson \ | 13 | ${PYTHON_PN}-py-ubjson \ |
diff --git a/meta-python/recipes-devtools/python/python3-automat_20.2.0.bb b/meta-python/recipes-devtools/python/python3-automat_20.2.0.bb index bddc5be69c..dbba97e76d 100644 --- a/meta-python/recipes-devtools/python/python3-automat_20.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-automat_20.2.0.bb | |||
@@ -8,14 +8,14 @@ SRC_URI[sha256sum] = "7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831 | |||
8 | 8 | ||
9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
10 | 10 | ||
11 | SRC_URI_append = " \ | 11 | SRC_URI:append = " \ |
12 | file://0001-setup.py-remove-the-dependency-on-m2r.patch \ | 12 | file://0001-setup.py-remove-the-dependency-on-m2r.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | PYPI_PACKAGE = "Automat" | 15 | PYPI_PACKAGE = "Automat" |
16 | inherit pypi setuptools3 | 16 | inherit pypi setuptools3 |
17 | 17 | ||
18 | RDEPENDS_${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
19 | ${PYTHON_PN}-attrs \ | 19 | ${PYTHON_PN}-attrs \ |
20 | ${PYTHON_PN}-six \ | 20 | ${PYTHON_PN}-six \ |
21 | " | 21 | " |
diff --git a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.9.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.9.bb index 5408c5aa8d..27f37fec4c 100644 --- a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.9.bb +++ b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.9.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "SDK for connecting to AWS IoT using Python." | 1 | DESCRIPTION = "SDK for connecting to AWS IoT using Python." |
2 | HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-python" | 2 | HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-python" |
3 | LICENSE = "Apache-2.0 & (EPL-1.0 | EDL-1.0)" | 3 | LICENSE = "Apache-2.0 & (EPL-1.0 | EDL-1.0)" |
4 | LICENSE_${PN}-examples = "Apache-2.0" | 4 | LICENSE:${PN}-examples = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "\ | 5 | LIC_FILES_CHKSUM = "\ |
6 | file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30 \ | 6 | file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30 \ |
7 | file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9 \ | 7 | file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9 \ |
@@ -13,7 +13,7 @@ inherit pypi setuptools3 | |||
13 | 13 | ||
14 | PYPI_PACKAGE = "AWSIoTPythonSDK" | 14 | PYPI_PACKAGE = "AWSIoTPythonSDK" |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | install -d -m0755 ${D}${datadir}/${BPN}/examples | 17 | install -d -m0755 ${D}${datadir}/${BPN}/examples |
18 | cp --preserve=mode,timestamps -R ${S}/samples/* ${D}${datadir}/${BPN}/examples | 18 | cp --preserve=mode,timestamps -R ${S}/samples/* ${D}${datadir}/${BPN}/examples |
19 | # this requires the full blown AWS Python SDK | 19 | # this requires the full blown AWS Python SDK |
@@ -22,7 +22,7 @@ do_install_append() { | |||
22 | 22 | ||
23 | PACKAGES =+ "${PN}-examples" | 23 | PACKAGES =+ "${PN}-examples" |
24 | 24 | ||
25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS:${PN} += " \ |
26 | ${PYTHON_PN}-crypt \ | 26 | ${PYTHON_PN}-crypt \ |
27 | ${PYTHON_PN}-datetime \ | 27 | ${PYTHON_PN}-datetime \ |
28 | ${PYTHON_PN}-io \ | 28 | ${PYTHON_PN}-io \ |
@@ -33,8 +33,8 @@ RDEPENDS_${PN} += " \ | |||
33 | ${PYTHON_PN}-numbers \ | 33 | ${PYTHON_PN}-numbers \ |
34 | ${PYTHON_PN}-threading \ | 34 | ${PYTHON_PN}-threading \ |
35 | " | 35 | " |
36 | RDEPENDS_${PN}-examples += "${PN}" | 36 | RDEPENDS:${PN}-examples += "${PN}" |
37 | 37 | ||
38 | FILES_${PN}-examples = "${datadir}/${BPN}/examples" | 38 | FILES:${PN}-examples = "${datadir}/${BPN}/examples" |
39 | 39 | ||
40 | BBCLASSEXTEND = "native nativesdk" | 40 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb b/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb index a54f0d2100..11c8d60105 100644 --- a/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb | |||
@@ -11,7 +11,7 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-codecs \ | 15 | ${PYTHON_PN}-codecs \ |
16 | ${PYTHON_PN}-difflib \ | 16 | ${PYTHON_PN}-difflib \ |
17 | ${PYTHON_PN}-distutils \ | 17 | ${PYTHON_PN}-distutils \ |
diff --git a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb index c90ffa1b47..392c044bfc 100644 --- a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb +++ b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb | |||
@@ -16,7 +16,7 @@ SRC_URI += " \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | " | 21 | " |
22 | 22 | ||
@@ -25,7 +25,7 @@ do_install_ptest() { | |||
25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
26 | } | 26 | } |
27 | 27 | ||
28 | RDEPENDS_${PN} += "\ | 28 | RDEPENDS:${PN} += "\ |
29 | ${PYTHON_PN}-pickle \ | 29 | ${PYTHON_PN}-pickle \ |
30 | ${PYTHON_PN}-threading \ | 30 | ${PYTHON_PN}-threading \ |
31 | " | 31 | " |
diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb index 2ef956e07a..18989c6d82 100644 --- a/meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb | |||
@@ -9,6 +9,6 @@ DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six | |||
9 | 9 | ||
10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
11 | 11 | ||
12 | RDEPENDS_${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" | 12 | RDEPENDS:${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
diff --git a/meta-python/recipes-devtools/python/python3-bcrypt_3.2.0.bb b/meta-python/recipes-devtools/python/python3-bcrypt_3.2.0.bb index 360f14be1d..a6d5007069 100644 --- a/meta-python/recipes-devtools/python/python3-bcrypt_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-bcrypt_3.2.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
@@ -22,7 +22,7 @@ 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}_class-target += "\ | 25 | RDEPENDS:${PN}:class-target += "\ |
26 | ${PYTHON_PN}-cffi \ | 26 | ${PYTHON_PN}-cffi \ |
27 | ${PYTHON_PN}-ctypes \ | 27 | ${PYTHON_PN}-ctypes \ |
28 | ${PYTHON_PN}-shell \ | 28 | ${PYTHON_PN}-shell \ |
diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb index 5e03ad5e9e..cf92c8e9cf 100644 --- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb +++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e13 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "\ | 11 | RDEPENDS:${PN} = "\ |
12 | ${PYTHON_PN}-html5lib \ | 12 | ${PYTHON_PN}-html5lib \ |
13 | ${PYTHON_PN}-lxml \ | 13 | ${PYTHON_PN}-lxml \ |
14 | ${PYTHON_PN}-soupsieve \ | 14 | ${PYTHON_PN}-soupsieve \ |
diff --git a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb index a28e527315..04e24a607f 100644 --- a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "b9662327aa53294c1351b0a9c369093ccec1d21026f050c3bd9b3e5ccc | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-parse-type \ | 12 | ${PYTHON_PN}-parse-type \ |
13 | ${PYTHON_PN}-setuptools \ | 13 | ${PYTHON_PN}-setuptools \ |
14 | ${PYTHON_PN}-six \ | 14 | ${PYTHON_PN}-six \ |
diff --git a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb index ef654e9172..2caeb5afa2 100644 --- a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd05 | |||
12 | 12 | ||
13 | inherit pypi setuptools3 ptest | 13 | inherit pypi setuptools3 ptest |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | ${PYTHON_PN}-requests \ | 17 | ${PYTHON_PN}-requests \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb b/meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb index 9c80013eb5..94dbae2afc 100644 --- a/meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb +++ b/meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "bitstring" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${PYTHON_PN}-core \ | 14 | ${PYTHON_PN}-core \ |
15 | ${PYTHON_PN}-numbers \ | 15 | ${PYTHON_PN}-numbers \ |
16 | ${PYTHON_PN}-mmap \ | 16 | ${PYTHON_PN}-mmap \ |
diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb b/meta-python/recipes-devtools/python/python3-blinker_1.4.bb index 18544b9007..397fdcfb05 100644 --- a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb +++ b/meta-python/recipes-devtools/python/python3-blinker_1.4.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | ${PYTHON_PN}-nose \ | 16 | ${PYTHON_PN}-nose \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.6.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.6.bb index 7c45ed3300..e07fa98992 100644 --- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.6.bb +++ b/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.6.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "be9aa45477a134aee56c8fac518627e1154df063e85f67d4f83ce0ccc2 | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | python3-crypt \ | 16 | python3-crypt \ |
17 | python3-datetime \ | 17 | python3-datetime \ |
18 | python3-email \ | 18 | python3-email \ |
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_4.2.2.bb b/meta-python/recipes-devtools/python/python3-cachetools_4.2.2.bb index 43049dafe7..58994d7096 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_4.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_4.2.2.bb | |||
@@ -14,11 +14,11 @@ SRC_URI += " \ | |||
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
18 | ${PYTHON_PN}-math \ | 18 | ${PYTHON_PN}-math \ |
19 | " | 19 | " |
20 | 20 | ||
21 | RDEPENDS_${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
22 | ${PYTHON_PN}-pytest \ | 22 | ${PYTHON_PN}-pytest \ |
23 | " | 23 | " |
24 | 24 | ||
diff --git a/meta-python/recipes-devtools/python/python3-can_3.3.4.bb b/meta-python/recipes-devtools/python/python3-can_3.3.4.bb index 3ca303c72c..760b5dde9c 100644 --- a/meta-python/recipes-devtools/python/python3-can_3.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-can_3.3.4.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE="python-can" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN}_class-target += "\ | 13 | RDEPENDS:${PN}:class-target += "\ |
14 | ${PYTHON_PN}-aenum \ | 14 | ${PYTHON_PN}-aenum \ |
15 | ${PYTHON_PN}-ctypes \ | 15 | ${PYTHON_PN}-ctypes \ |
16 | ${PYTHON_PN}-codecs \ | 16 | ${PYTHON_PN}-codecs \ |
diff --git a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb index ad446d6efa..cf27f7f476 100644 --- a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb +++ b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "8ad7d7c090eb1cac6110b3bfc1fd2d334ac62f415aac09350ebb8d241b | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-cython \ | 16 | ${PYTHON_PN}-cython \ |
17 | ${PYTHON_PN}-geomet \ | 17 | ${PYTHON_PN}-geomet \ |
18 | ${PYTHON_PN}-json \ | 18 | ${PYTHON_PN}-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb index ba015a8188..9f0242de48 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | ${PYTHON_PN}-unixadmin \ | 17 | ${PYTHON_PN}-unixadmin \ |
18 | " | 18 | " |
@@ -22,7 +22,7 @@ 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} += " \ | 25 | RDEPENDS:${PN} += " \ |
26 | ${PYTHON_PN}-datetime \ | 26 | ${PYTHON_PN}-datetime \ |
27 | " | 27 | " |
28 | 28 | ||
diff --git a/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb b/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb index 95934c6e42..f9f8853495 100644 --- a/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb" |
6 | 6 | ||
7 | RDEPENDS_${PN} += "python3-setuptools" | 7 | RDEPENDS:${PN} += "python3-setuptools" |
8 | 8 | ||
9 | # The PyPI package uses a capital letter so we have to specify this explicitly | 9 | # The PyPI package uses a capital letter so we have to specify this explicitly |
10 | PYPI_PACKAGE = "Cerberus" | 10 | PYPI_PACKAGE = "Cerberus" |
diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb b/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb index bcd185d899..529d8960a8 100644 --- a/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb +++ b/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a | |||
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 | ${PYTHON_PN}-ctypes \ |
13 | ${PYTHON_PN}-io \ | 13 | ${PYTHON_PN}-io \ |
14 | ${PYTHON_PN}-pycparser \ | 14 | ${PYTHON_PN}-pycparser \ |
diff --git a/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb b/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb index 4caf33cb25..8b3c8bbaaf 100644 --- a/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb | |||
@@ -10,13 +10,13 @@ DEPENDS += "${PYTHON_PN}-pytest-runner-native" | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | PACKAGES =+ "${PN}-cli" | 12 | PACKAGES =+ "${PN}-cli" |
13 | FILES_${PN}-cli += " \ | 13 | FILES:${PN}-cli += " \ |
14 | ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \ | 14 | ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN}-cli = "${PN} " | 17 | RDEPENDS:${PN}-cli = "${PN} " |
18 | 18 | ||
19 | RDEPENDS_${PN}_class-target += " \ | 19 | RDEPENDS:${PN}:class-target += " \ |
20 | ${PYTHON_PN}-logging \ | 20 | ${PYTHON_PN}-logging \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb index 8149d6ccee..448772960b 100644 --- a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb +++ b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb | |||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=15e13a4ed0e5880e3e55ec88b0921181" | |||
6 | PYPI_PACKAGE = "Cheetah3" | 6 | PYPI_PACKAGE = "Cheetah3" |
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} = "python3-pickle python3-pprint" | 9 | RDEPENDS:${PN} = "python3-pickle python3-pprint" |
10 | RDEPENDS_${PN}_class-native = "" | 10 | RDEPENDS:${PN}:class-native = "" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb b/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb index 76affe2747..cf5ba988b4 100644 --- a/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb | |||
@@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} = "${PYTHON_PN}-click" | 10 | RDEPENDS:${PN} = "${PYTHON_PN}-click" |
diff --git a/meta-python/recipes-devtools/python/python3-click_8.0.1.bb b/meta-python/recipes-devtools/python/python3-click_8.0.1.bb index 22c6c7903c..be13570b59 100644 --- a/meta-python/recipes-devtools/python/python3-click_8.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-click_8.0.1.bb | |||
@@ -16,7 +16,7 @@ SRC_URI += " \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | ${PYTHON_PN}-terminal \ | 21 | ${PYTHON_PN}-terminal \ |
22 | ${PYTHON_PN}-unixadmin \ | 22 | ${PYTHON_PN}-unixadmin \ |
@@ -31,7 +31,7 @@ UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/" | |||
31 | 31 | ||
32 | CLEANBROKEN = "1" | 32 | CLEANBROKEN = "1" |
33 | 33 | ||
34 | RDEPENDS_${PN} += "\ | 34 | RDEPENDS:${PN} += "\ |
35 | ${PYTHON_PN}-io \ | 35 | ${PYTHON_PN}-io \ |
36 | ${PYTHON_PN}-threading \ | 36 | ${PYTHON_PN}-threading \ |
37 | " | 37 | " |
diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb index 38f050a044..874e7cf0c1 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "25dbb2e9847aaa686a8a21e84e3d101db8b79f5cb992e044fc54210ab8 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-attrs \ | 13 | ${PYTHON_PN}-attrs \ |
14 | ${PYTHON_PN}-colorama \ | 14 | ${PYTHON_PN}-colorama \ |
15 | ${PYTHON_PN}-pyperclip \ | 15 | ${PYTHON_PN}-pyperclip \ |
diff --git a/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb b/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb index 5de59d5b45..8777036d96 100644 --- a/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb | |||
@@ -8,15 +8,15 @@ SRC_URI[sha256sum] = "7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | do_compile_prepend() { | 11 | do_compile:prepend() { |
12 | sed -ie "s/find_pth_directory(),/'',/g" ${S}/setup.py | 12 | sed -ie "s/find_pth_directory(),/'',/g" ${S}/setup.py |
13 | } | 13 | } |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | rm -rf ${D}${datadir} | 16 | rm -rf ${D}${datadir} |
17 | } | 17 | } |
18 | 18 | ||
19 | RDEPENDS_${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
20 | ${PYTHON_PN}-humanfriendly \ | 20 | ${PYTHON_PN}-humanfriendly \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb index 596d16fa4a..32b24f0429 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | PACKAGECONFIG ?= "yaml" | 12 | PACKAGECONFIG ?= "yaml" |
13 | PACKAGECONFIG[yaml] = ",,,${PYTHON_PN}-pyyaml" | 13 | PACKAGECONFIG[yaml] = ",,,${PYTHON_PN}-pyyaml" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-core \ | 16 | ${PYTHON_PN}-core \ |
17 | ${PYTHON_PN}-shell \ | 17 | ${PYTHON_PN}-shell \ |
18 | ${PYTHON_PN}-json \ | 18 | ${PYTHON_PN}-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb index 70e67a1a7e..359c9d002c 100644 --- a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb +++ b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb | |||
@@ -13,4 +13,4 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit setuptools3 | 14 | inherit setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "python3-modules python3-fcntl python3-six" | 16 | RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" |
diff --git a/meta-python/recipes-devtools/python/python3-constantly_15.1.0.bb b/meta-python/recipes-devtools/python/python3-constantly_15.1.0.bb index ad24f6de6d..7f9b0326fa 100644 --- a/meta-python/recipes-devtools/python/python3-constantly_15.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-constantly_15.1.0.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba5914 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "${PYTHON_PN}-json" | 11 | RDEPENDS:${PN} += "${PYTHON_PN}-json" |
diff --git a/meta-python/recipes-devtools/python/python3-crcmod_1.7.bb b/meta-python/recipes-devtools/python/python3-crcmod_1.7.bb index 14a344f76f..df8f0d83d8 100644 --- a/meta-python/recipes-devtools/python/python3-crcmod_1.7.bb +++ b/meta-python/recipes-devtools/python/python3-crcmod_1.7.bb | |||
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f2 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-unittest" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-unittest" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb index 1782391a62..e4058caab9 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "a70dfc9d52de9fc1a886128b9148c89dd9e76b67d55f46516ca94d2d73 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " python3-dateutil python3-natsort" | 12 | RDEPENDS:${PN} += " python3-dateutil python3-natsort" |
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb index 0a36ffe1bd..baec105a3e 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb | |||
@@ -22,7 +22,7 @@ DEPENDS += " \ | |||
22 | ${PYTHON_PN}-six \ | 22 | ${PYTHON_PN}-six \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS:${PN} += " \ |
26 | ${PYTHON_PN}-cffi \ | 26 | ${PYTHON_PN}-cffi \ |
27 | ${PYTHON_PN}-idna \ | 27 | ${PYTHON_PN}-idna \ |
28 | ${PYTHON_PN}-asn1crypto \ | 28 | ${PYTHON_PN}-asn1crypto \ |
@@ -30,7 +30,7 @@ RDEPENDS_${PN} += " \ | |||
30 | ${PYTHON_PN}-six \ | 30 | ${PYTHON_PN}-six \ |
31 | " | 31 | " |
32 | 32 | ||
33 | RDEPENDS_${PN}_class-target += " \ | 33 | RDEPENDS:${PN}:class-target += " \ |
34 | ${PYTHON_PN}-cffi \ | 34 | ${PYTHON_PN}-cffi \ |
35 | ${PYTHON_PN}-idna \ | 35 | ${PYTHON_PN}-idna \ |
36 | ${PYTHON_PN}-numbers \ | 36 | ${PYTHON_PN}-numbers \ |
@@ -40,7 +40,7 @@ RDEPENDS_${PN}_class-target += " \ | |||
40 | ${PYTHON_PN}-threading \ | 40 | ${PYTHON_PN}-threading \ |
41 | " | 41 | " |
42 | 42 | ||
43 | RDEPENDS_${PN}-ptest += " \ | 43 | RDEPENDS:${PN}-ptest += " \ |
44 | ${PN} \ | 44 | ${PN} \ |
45 | ${PYTHON_PN}-cryptography-vectors \ | 45 | ${PYTHON_PN}-cryptography-vectors \ |
46 | ${PYTHON_PN}-iso8601 \ | 46 | ${PYTHON_PN}-iso8601 \ |
@@ -58,7 +58,7 @@ do_install_ptest() { | |||
58 | cp -rf ${S}/tests/hazmat/* ${D}${PTEST_PATH}/tests/hazmat/ | 58 | cp -rf ${S}/tests/hazmat/* ${D}${PTEST_PATH}/tests/hazmat/ |
59 | } | 59 | } |
60 | 60 | ||
61 | FILES_${PN}-dbg += " \ | 61 | FILES:${PN}-dbg += " \ |
62 | ${libdir}/${PYTHON_PN}2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \ | 62 | ${libdir}/${PYTHON_PN}2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \ |
63 | " | 63 | " |
64 | 64 | ||
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb index 360df6a3ef..cc017dd833 100644 --- a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb | |||
@@ -9,7 +9,7 @@ SRCREV = "60fdb838e0bb2d8f32ba51129552c83b55acd2a7" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | RDEPENDS_${PN} += "lapack suitesparse" | 12 | RDEPENDS:${PN} += "lapack suitesparse" |
13 | DEPENDS += "lapack suitesparse" | 13 | DEPENDS += "lapack suitesparse" |
14 | 14 | ||
15 | inherit setuptools3 | 15 | inherit setuptools3 |
diff --git a/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb b/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb index cd21be8ac1..91df9875fc 100644 --- a/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | python3-core \ | 12 | python3-core \ |
13 | python3-six \ | 13 | python3-six \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb index e3691dd83a..3d6995adb8 100644 --- a/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | CLEANBROKEN = "1" | 13 | CLEANBROKEN = "1" |
14 | 14 | ||
15 | RDEPENDS_${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
16 | ${PYTHON_PN}-dateutil \ | 16 | ${PYTHON_PN}-dateutil \ |
17 | ${PYTHON_PN}-tzlocal \ | 17 | ${PYTHON_PN}-tzlocal \ |
18 | ${PYTHON_PN}-ruamel-yaml \ | 18 | ${PYTHON_PN}-ruamel-yaml \ |
diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb index a68a736a8c..cd0bdf6671 100644 --- a/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb | |||
@@ -10,11 +10,11 @@ PYPI_PACKAGE = "python-dateutil" | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | PACKAGES =+ "${PN}-zoneinfo" | 12 | PACKAGES =+ "${PN}-zoneinfo" |
13 | FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" | 13 | FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" |
14 | 14 | ||
15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PYTHON_PN}-datetime \ | 18 | ${PYTHON_PN}-datetime \ |
19 | ${PYTHON_PN}-numbers \ | 19 | ${PYTHON_PN}-numbers \ |
20 | ${PYTHON_PN}-six \ | 20 | ${PYTHON_PN}-six \ |
diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb index 08f5e940fe..e69c9b4793 100644 --- a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb +++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git" | |||
11 | 11 | ||
12 | inherit distutils3 | 12 | inherit distutils3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | python3-asyncio \ | 15 | python3-asyncio \ |
16 | python3-core \ | 16 | python3-core \ |
17 | python3-ctypes \ | 17 | python3-ctypes \ |
diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb b/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb index c3acc518a7..f7594e87e2 100644 --- a/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb +++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb | |||
@@ -13,6 +13,6 @@ SRC_URI[sha256sum] = "72ecfba4320a893c53f9706bebb2d55c270c1e51a28789361aa93e4a21 | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | ${PYTHON_PN}-stringold \ | 17 | ${PYTHON_PN}-stringold \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb index 0634e17f5e..f77d11e255 100644 --- a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb | |||
@@ -9,6 +9,6 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | PYPI_PACKAGE_EXT = "zip" | 10 | PYPI_PACKAGE_EXT = "zip" |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-multiprocessing \ | 13 | ${PYTHON_PN}-multiprocessing \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.24.bb b/meta-python/recipes-devtools/python/python3-django_2.2.24.bb index 964ca6ba03..2c0bcf720e 100644 --- a/meta-python/recipes-devtools/python/python3-django_2.2.24.bb +++ b/meta-python/recipes-devtools/python/python3-django_2.2.24.bb | |||
@@ -4,6 +4,6 @@ inherit setuptools3 | |||
4 | SRC_URI[md5sum] = "ebf3bbb7716a7b11029e860475b9a122" | 4 | SRC_URI[md5sum] = "ebf3bbb7716a7b11029e860475b9a122" |
5 | SRC_URI[sha256sum] = "3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7" | 5 | SRC_URI[sha256sum] = "3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7" |
6 | 6 | ||
7 | RDEPENDS_${PN} += "\ | 7 | RDEPENDS:${PN} += "\ |
8 | ${PYTHON_PN}-sqlparse \ | 8 | ${PYTHON_PN}-sqlparse \ |
9 | " | 9 | " |
diff --git a/meta-python/recipes-devtools/python/python3-django_3.2.5.bb b/meta-python/recipes-devtools/python/python3-django_3.2.5.bb index 5890c85419..c10212c4cd 100644 --- a/meta-python/recipes-devtools/python/python3-django_3.2.5.bb +++ b/meta-python/recipes-devtools/python/python3-django_3.2.5.bb | |||
@@ -3,7 +3,7 @@ inherit setuptools3 | |||
3 | 3 | ||
4 | SRC_URI[sha256sum] = "3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd" | 4 | SRC_URI[sha256sum] = "3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd" |
5 | 5 | ||
6 | RDEPENDS_${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
7 | ${PYTHON_PN}-sqlparse \ | 7 | ${PYTHON_PN}-sqlparse \ |
8 | " | 8 | " |
9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb index 417e36721a..b05a8d817a 100644 --- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb +++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb | |||
@@ -11,6 +11,6 @@ PYPI_PACKAGE = "djangorestframework" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-django \ | 15 | ${PYTHON_PN}-django \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb index 20de09391f..5466b40614 100644 --- a/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
@@ -22,7 +22,7 @@ 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} += " \ | 25 | RDEPENDS:${PN} += " \ |
26 | ${PYTHON_PN}-crypt \ | 26 | ${PYTHON_PN}-crypt \ |
27 | ${PYTHON_PN}-io \ | 27 | ${PYTHON_PN}-io \ |
28 | ${PYTHON_PN}-math \ | 28 | ${PYTHON_PN}-math \ |
diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb b/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb index b7c738d656..40bc1868f4 100644 --- a/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | " | 16 | " |
17 | 17 | ||
@@ -20,7 +20,7 @@ do_install_ptest() { | |||
20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} += "\ | 23 | RDEPENDS:${PN} += "\ |
24 | ${PYTHON_PN}-numbers \ | 24 | ${PYTHON_PN}-numbers \ |
25 | ${PYTHON_PN}-threading \ | 25 | ${PYTHON_PN}-threading \ |
26 | " | 26 | " |
diff --git a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb index 06a9012ca4..663fe775f4 100644 --- a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb +++ b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb | |||
@@ -12,4 +12,4 @@ PV = "0.1+git${SRCPV}" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | RDEPENDS_${PN} = "python3-jsonschema python3-ruamel-yaml" | 15 | RDEPENDS:${PN} = "python3-jsonschema python3-ruamel-yaml" |
diff --git a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb index 0ed5df1b2e..9e4a13cff4 100644 --- a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "fbc676aaedc8ec542056c21e5e206b8b62b8d11c3f3c5cfb32b273936d | |||
11 | PYPI_PACKAGE = "dynamic_dispatch" | 11 | PYPI_PACKAGE = "dynamic_dispatch" |
12 | 12 | ||
13 | DEPENDS += "python3-setuptools-scm-native" | 13 | DEPENDS += "python3-setuptools-scm-native" |
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | python3-typeguard \ | 15 | python3-typeguard \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb index 1401f8e58d..a217ecd224 100644 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-six python3-gmpy2 python3-pbr" | 13 | RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr" |
diff --git a/meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb b/meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb index 2d9c53172d..1801fc26b8 100644 --- a/meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "60139b91ef9646e27381fd62b8c38f1fc8ebc78dc4bc231c08c5124006 | |||
8 | PYPI_PACKAGE = "elementpath" | 8 | PYPI_PACKAGE = "elementpath" |
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-xml \ | 12 | ${PYTHON_PN}-xml \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb index 15b321c359..7a828a645d 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | PYPI_PACKAGE = "python-engineio" | 10 | PYPI_PACKAGE = "python-engineio" |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | python3-netclient \ | 13 | python3-netclient \ |
14 | python3-json \ | 14 | python3-json \ |
15 | python3-logging \ | 15 | python3-logging \ |
diff --git a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb index 182a81d694..7c66342ec4 100644 --- a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148 | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" | 11 | SRC_URI[sha256sum] = "8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" |
14 | 14 | ||
15 | inherit setuptools3 pypi | 15 | inherit setuptools3 pypi |
16 | 16 | ||
diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb b/meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb index e15d83b60e..97a8aedd79 100644 --- a/meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb | |||
@@ -7,13 +7,13 @@ SRC_URI[sha256sum] = "8782740eb1a86b187334c07feb5127d3faa0b236e113206dfe3ae8f77f | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | do_compile_prepend() { | 10 | do_compile:prepend() { |
11 | rm -rf ${S}/evdev/ecodes.c | 11 | rm -rf ${S}/evdev/ecodes.c |
12 | } | 12 | } |
13 | 13 | ||
14 | DISTUTILS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h" | 14 | DISTUTILS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h" |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |
18 | ${PYTHON_PN}-fcntl \ | 18 | ${PYTHON_PN}-fcntl \ |
19 | ${PYTHON_PN}-io \ | 19 | ${PYTHON_PN}-io \ |
diff --git a/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb b/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb index a7b156535d..73bdd7007b 100644 --- a/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb | |||
@@ -19,10 +19,10 @@ do_install_ptest() { | |||
19 | cp -rf ${S}/testing/* ${D}${PTEST_PATH}/tests/ | 19 | cp -rf ${S}/testing/* ${D}${PTEST_PATH}/tests/ |
20 | } | 20 | } |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += "\ | 22 | RDEPENDS:${PN}-ptest += "\ |
23 | python3-pytest \ | 23 | python3-pytest \ |
24 | " | 24 | " |
25 | 25 | ||
26 | RDEPENDS_${PN} += "python3-core python3-crypt python3-ctypes python3-fcntl python3-io python3-shell python3-threading" | 26 | RDEPENDS:${PN} += "python3-core python3-crypt python3-ctypes python3-fcntl python3-io python3-shell python3-threading" |
27 | 27 | ||
28 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb index 6f283a3929..26549c151f 100644 --- a/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb +++ b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba334 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-logging \ | 11 | ${PYTHON_PN}-logging \ |
12 | ${PYTHON_PN}-fcntl \ | 12 | ${PYTHON_PN}-fcntl \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.1.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.1.bb index d901fcb2e0..a8bc0c10d4 100644 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.1.bb | |||
@@ -20,7 +20,7 @@ do_install_ptest() { | |||
20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN}-ptest += "\ | 23 | RDEPENDS:${PN}-ptest += "\ |
24 | python3-colorama \ | 24 | python3-colorama \ |
25 | python3-jsonschema \ | 25 | python3-jsonschema \ |
26 | python3-pylint \ | 26 | python3-pylint \ |
@@ -28,7 +28,7 @@ RDEPENDS_${PN}-ptest += "\ | |||
28 | python3-pytest-benchmark \ | 28 | python3-pytest-benchmark \ |
29 | python3-pytest-cache \ | 29 | python3-pytest-cache \ |
30 | " | 30 | " |
31 | RDEPENDS_${PN} += "\ | 31 | RDEPENDS:${PN} += "\ |
32 | python3-core \ | 32 | python3-core \ |
33 | python3-urllib3 \ | 33 | python3-urllib3 \ |
34 | python3-numbers \ | 34 | python3-numbers \ |
diff --git a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb index 81c5fde132..f57727bebd 100644 --- a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb +++ b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git" | |||
11 | 11 | ||
12 | inherit setuptools3 | 12 | inherit setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-datetime \ | 15 | ${PYTHON_PN}-datetime \ |
16 | ${PYTHON_PN}-io \ | 16 | ${PYTHON_PN}-io \ |
17 | ${PYTHON_PN}-xml \ | 17 | ${PYTHON_PN}-xml \ |
diff --git a/meta-python/recipes-devtools/python/python3-fields_5.0.0.bb b/meta-python/recipes-devtools/python/python3-fields_5.0.0.bb index 9c22b920d2..c1dfe0a377 100644 --- a/meta-python/recipes-devtools/python/python3-fields_5.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-fields_5.0.0.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "31d4aa03d8d44e35df13c431de35136997f047a924a597d84f7bc209e1 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core" | 13 | RDEPENDS:${PN} += "python3-core" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-babel_2.0.0.bb b/meta-python/recipes-devtools/python/python3-flask-babel_2.0.0.bb index 8a01b49b45..657c190ec5 100644 --- a/meta-python/recipes-devtools/python/python3-flask-babel_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-babel_2.0.0.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "Flask-Babel" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-speaklater \ | 13 | ${PYTHON_PN}-speaklater \ |
14 | ${PYTHON_PN}-babel \ | 14 | ${PYTHON_PN}-babel \ |
15 | ${PYTHON_PN}-flask \ | 15 | ${PYTHON_PN}-flask \ |
diff --git a/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb index 5d7e9b517e..68eb2cefe7 100644 --- a/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb | |||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "8ac4c732aa5b11d9f6c2de58065d3b669f139518ca8f529bce943817e2 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-flask" | 14 | RDEPENDS:${PN} += "${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb index 779a2e25e9..f2eb34d0f7 100644 --- a/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb | |||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "49c0672fbde0f1cd3374bd834918d28956e3c521c7e00089cdc5380d32 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-pyjwt ${PYTHON_PN}-flask" | 14 | RDEPENDS:${PN} += "${PYTHON_PN}-pyjwt ${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb index d776ce9682..b03929104d 100644 --- a/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb | |||
@@ -13,4 +13,4 @@ PYPI_PACKAGE = "Flask-Login" | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN}_class-target = "${PYTHON_PN}-flask" | 16 | RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb index 7a89cac9d2..e568f7fac2 100644 --- a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | |||
@@ -11,4 +11,4 @@ PYPI_PACKAGE = "Flask-Mail" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} = "${PYTHON_PN}-flask" | 14 | RDEPENDS:${PN} = "${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_3.0.1.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_3.0.1.bb index 77fd172bc4..04b71c6018 100644 --- a/meta-python/recipes-devtools/python/python3-flask-migrate_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-migrate_3.0.1.bb | |||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "Flask-Migrate" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-flask-sqlalchemy \ | 12 | ${PYTHON_PN}-flask-sqlalchemy \ |
13 | ${PYTHON_PN}-alembic \ | 13 | ${PYTHON_PN}-alembic \ |
14 | ${PYTHON_PN}-flask \ | 14 | ${PYTHON_PN}-flask \ |
diff --git a/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb b/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb index 77735e3254..d7edba25c1 100644 --- a/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb +++ b/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "flask-nav" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-blinker \ | 13 | ${PYTHON_PN}-blinker \ |
14 | ${PYTHON_PN}-flask \ | 14 | ${PYTHON_PN}-flask \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb index e3c744d925..a995a2ea39 100644 --- a/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb | |||
@@ -14,4 +14,4 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | DEPENDS = "${PYTHON_PN}-vcversioner ${PYTHON_PN}-vcversioner-native" | 15 | DEPENDS = "${PYTHON_PN}-vcversioner ${PYTHON_PN}-vcversioner-native" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "${PYTHON_PN}-pymongo ${PYTHON_PN}-flask" | 17 | RDEPENDS:${PN} = "${PYTHON_PN}-pymongo ${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb index 4b83158a79..294e3b0928 100644 --- a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb +++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb | |||
@@ -12,4 +12,4 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | PYPI_PACKAGE = "Flask-RESTful" | 13 | PYPI_PACKAGE = "Flask-RESTful" |
14 | 14 | ||
15 | RDEPENDS_${PN} = "${PYTHON_PN}-flask" | 15 | RDEPENDS:${PN} = "${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb index 5a6b83bfec..deca5f5d8e 100644 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb | |||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "Flask-SocketIO" | |||
11 | 11 | ||
12 | SRC_URI[sha256sum] = "b41b9f6fb0d7f3fcadd54c44653307a9b96e985c7da73f92779480248b5b6874" | 12 | SRC_URI[sha256sum] = "b41b9f6fb0d7f3fcadd54c44653307a9b96e985c7da73f92779480248b5b6874" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-flask \ | 15 | ${PYTHON_PN}-flask \ |
16 | ${PYTHON_PN}-socketio \ | 16 | ${PYTHON_PN}-socketio \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb index 3ca0227bd7..3aa6303da7 100644 --- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb | |||
@@ -8,4 +8,4 @@ PYPI_PACKAGE = "Flask-SQLAlchemy" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask" | 11 | RDEPENDS:${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb b/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb index e8d5b5f2f2..388e257a8b 100644 --- a/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb | |||
@@ -9,6 +9,6 @@ PYPI_PACKAGE = "Flask-Uploads" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-flask \ | 13 | ${PYTHON_PN}-flask \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb index a59019af85..fbacf2e996 100644 --- a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb +++ b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb | |||
@@ -13,7 +13,7 @@ PYPI_PACKAGE = "Flask-User" | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} = "${PYTHON_PN}-flask \ | 16 | RDEPENDS:${PN} = "${PYTHON_PN}-flask \ |
17 | ${PYTHON_PN}-flask-login \ | 17 | ${PYTHON_PN}-flask-login \ |
18 | ${PYTHON_PN}-flask-mail \ | 18 | ${PYTHON_PN}-flask-mail \ |
19 | ${PYTHON_PN}-babel" | 19 | ${PYTHON_PN}-babel" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb index 84b2a9e279..aebc1344f8 100644 --- a/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb | |||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "Flask-WTF" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "\ | 11 | RDEPENDS:${PN} = "\ |
12 | ${PYTHON_PN}-flask \ | 12 | ${PYTHON_PN}-flask \ |
13 | ${PYTHON_PN}-itsdangerous \ | 13 | ${PYTHON_PN}-itsdangerous \ |
14 | ${PYTHON_PN}-json \ | 14 | ${PYTHON_PN}-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb b/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb index 6c63a388aa..f1c0461470 100644 --- a/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb | |||
@@ -14,7 +14,7 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | CLEANBROKEN = "1" | 15 | CLEANBROKEN = "1" |
16 | 16 | ||
17 | RDEPENDS_${PN} = " \ | 17 | RDEPENDS:${PN} = " \ |
18 | ${PYTHON_PN}-werkzeug \ | 18 | ${PYTHON_PN}-werkzeug \ |
19 | ${PYTHON_PN}-jinja2 \ | 19 | ${PYTHON_PN}-jinja2 \ |
20 | ${PYTHON_PN}-itsdangerous \ | 20 | ${PYTHON_PN}-itsdangerous \ |
diff --git a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb b/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb index c3fd37c8b7..1a21230113 100644 --- a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
@@ -21,6 +21,6 @@ do_install_ptest() { | |||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
22 | } | 22 | } |
23 | 23 | ||
24 | RDEPENDS_${PN} += "python3-simplejson python3-math" | 24 | RDEPENDS:${PN} += "python3-simplejson python3-math" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb index de05534b16..4337d8558e 100644 --- a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb | |||
@@ -15,7 +15,7 @@ SRCREV = "73ec5ec96cca32f2e2461d3964fc3d4ab80248f9" | |||
15 | 15 | ||
16 | inherit setuptools3 | 16 | inherit setuptools3 |
17 | 17 | ||
18 | RDEPENDS_${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
19 | ${PYTHON_PN}-click \ | 19 | ${PYTHON_PN}-click \ |
20 | ${PYTHON_PN}-core \ | 20 | ${PYTHON_PN}-core \ |
21 | ${PYTHON_PN}-io \ | 21 | ${PYTHON_PN}-io \ |
diff --git a/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb b/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb index 5edd96b348..e4eaad0170 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb | |||
@@ -9,14 +9,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65 \ | |||
9 | " | 9 | " |
10 | DEPENDS += "libevent" | 10 | DEPENDS += "libevent" |
11 | DEPENDS += "${PYTHON_PN}-greenlet" | 11 | DEPENDS += "${PYTHON_PN}-greenlet" |
12 | RDEPENDS_${PN} = "${PYTHON_PN}-greenlet \ | 12 | RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \ |
13 | ${PYTHON_PN}-mime \ | 13 | ${PYTHON_PN}-mime \ |
14 | ${PYTHON_PN}-pprint \ | 14 | ${PYTHON_PN}-pprint \ |
15 | " | 15 | " |
16 | 16 | ||
17 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-gevent:" | 17 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-gevent:" |
18 | 18 | ||
19 | SRC_URI_append = " \ | 19 | SRC_URI:append = " \ |
20 | file://libev-conf.patch;patch=1;pnum=1 \ | 20 | file://libev-conf.patch;patch=1;pnum=1 \ |
21 | " | 21 | " |
22 | 22 | ||
@@ -25,7 +25,7 @@ SRC_URI[sha256sum] = "520cc2a029a9eef436e4e56b007af7859315cafa21937d43c1d5269f12 | |||
25 | # The python-gevent has no autoreconf ability | 25 | # The python-gevent has no autoreconf ability |
26 | # and the logic for detecting a cross compile is flawed | 26 | # and the logic for detecting a cross compile is flawed |
27 | # so always force a cross compile | 27 | # so always force a cross compile |
28 | do_configure_append() { | 28 | do_configure:append() { |
29 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/libev/configure | 29 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/libev/configure |
30 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/c-ares/configure | 30 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/c-ares/configure |
31 | } | 31 | } |
diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb index 8ecb691f82..eee47fefa0 100644 --- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb +++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "7ab7a226ab13d75f7bc34a1422da73658ce4cac86708bf55f92daf7c5f | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | python3-asyncio \ | 11 | python3-asyncio \ |
12 | python3-core \ | 12 | python3-core \ |
13 | python3-datetime \ | 13 | python3-datetime \ |
diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb b/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb index cc441af0b8..5808c8db05 100644 --- a/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb +++ b/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "2061f56b1942c29b92727bf9aecbd3cea3893acc9cccbdc7eb4604285e | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | gnupg-gpg \ | 12 | gnupg-gpg \ |
13 | python3-logging \ | 13 | python3-logging \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb b/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb index 08cc35d064..2ded8c66bb 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb | |||
@@ -8,14 +8,14 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "0724d354d394b3d763bc10dfee05807813c5210f0bd9b8e2ddf6b6925603411c" | 9 | SRC_URI[sha256sum] = "0724d354d394b3d763bc10dfee05807813c5210f0bd9b8e2ddf6b6925603411c" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-asyncio \ | 12 | ${PYTHON_PN}-asyncio \ |
13 | ${PYTHON_PN}-datetime \ | 13 | ${PYTHON_PN}-datetime \ |
14 | ${PYTHON_PN}-logging \ | 14 | ${PYTHON_PN}-logging \ |
15 | ${PYTHON_PN}-math \ | 15 | ${PYTHON_PN}-math \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
19 | ${PYTHON_PN}-googleapis-common-protos \ | 19 | ${PYTHON_PN}-googleapis-common-protos \ |
20 | ${PYTHON_PN}-google-auth \ | 20 | ${PYTHON_PN}-google-auth \ |
21 | ${PYTHON_PN}-grpcio \ | 21 | ${PYTHON_PN}-grpcio \ |
diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb index 67d05b5dd0..36345e0166 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "a5d203241a93201a770c966f8eca39de7f88b28194f9d252065b18e83b | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-logging \ | 12 | ${PYTHON_PN}-logging \ |
13 | ${PYTHON_PN}-six \ | 13 | ${PYTHON_PN}-six \ |
14 | ${PYTHON_PN}-json \ | 14 | ${PYTHON_PN}-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb index d492bbbcb7..72dd24dedb 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb | |||
@@ -8,7 +8,7 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "e34e5f5de5610b202f9b40ebd9f8b27571d5c5537db9afed3a72b2db5a345039" | 9 | SRC_URI[sha256sum] = "e34e5f5de5610b202f9b40ebd9f8b27571d5c5537db9afed3a72b2db5a345039" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-asyncio \ | 12 | ${PYTHON_PN}-asyncio \ |
13 | ${PYTHON_PN}-datetime \ | 13 | ${PYTHON_PN}-datetime \ |
14 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
@@ -18,7 +18,7 @@ RDEPENDS_${PN} += "\ | |||
18 | ${PYTHON_PN}-numbers \ | 18 | ${PYTHON_PN}-numbers \ |
19 | " | 19 | " |
20 | 20 | ||
21 | RDEPENDS_${PN} += "\ | 21 | RDEPENDS:${PN} += "\ |
22 | ${PYTHON_PN}-aiohttp \ | 22 | ${PYTHON_PN}-aiohttp \ |
23 | ${PYTHON_PN}-cachetools \ | 23 | ${PYTHON_PN}-cachetools \ |
24 | ${PYTHON_PN}-pyasn1-modules \ | 24 | ${PYTHON_PN}-pyasn1-modules \ |
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb index 2c59ae86d2..58d35f3d8d 100644 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb | |||
@@ -8,7 +8,7 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "a88ee8903aa0a81f6c3cec2d5cf62d3c8aa67c06439b0496b49048fb1854ebf4" | 9 | SRC_URI[sha256sum] = "a88ee8903aa0a81f6c3cec2d5cf62d3c8aa67c06439b0496b49048fb1854ebf4" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-grpcio \ | 12 | ${PYTHON_PN}-grpcio \ |
13 | ${PYTHON_PN}-protobuf \ | 13 | ${PYTHON_PN}-protobuf \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb b/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb index 35485ba7c4..50c1ebd153 100644 --- a/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb | |||
@@ -11,6 +11,6 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | python3 \ | 15 | python3 \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.17.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.17.bb index 306ada89cd..017a1d0fe6 100644 --- a/meta-python/recipes-devtools/python/python3-graphviz_0.17.bb +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.17.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | PYPI_PACKAGE_EXT = "zip" | 10 | PYPI_PACKAGE_EXT = "zip" |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-logging \ | 13 | ${PYTHON_PN}-logging \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb b/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb index 9af5a0b4ef..841b84ddf6 100644 --- a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "0020970abdb6f400586938573cbbec80410e83805d61e46cf76ea3ed71129257" | 6 | SRC_URI[sha256sum] = "0020970abdb6f400586938573cbbec80410e83805d61e46cf76ea3ed71129257" |
7 | 7 | ||
8 | RDEPENDS_${PN} += "python3-io python3-core" | 8 | RDEPENDS:${PN} += "python3-io python3-core" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | inherit setuptools3 | 11 | inherit setuptools3 |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb index e6680e84b9..ee7c140b3c 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb | |||
@@ -13,10 +13,10 @@ SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "cd85f58038b92e1961f8127d79691e84e151390d35cae73c4c0cbe2042f76b77" | 14 | SRC_URI[sha256sum] = "cd85f58038b92e1961f8127d79691e84e151390d35cae73c4c0cbe2042f76b77" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "${PYTHON_PN}-grpcio" | 16 | RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
19 | 19 | ||
20 | # Needs abseil-cpp which does not build for ppc64le/musl | 20 | # Needs abseil-cpp which does not build for ppc64le/musl |
21 | COMPATIBLE_HOST_libc-musl_powerpc64le = "null" | 21 | COMPATIBLE_HOST:libc-musl:powerpc64le = "null" |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb index 3af033d966..cbc8ce95fc 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb | |||
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
7 | DEPENDS += "${PYTHON_PN}-protobuf" | 7 | DEPENDS += "${PYTHON_PN}-protobuf" |
8 | 8 | ||
9 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | 9 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" |
10 | SRC_URI_append_class-target = " file://ppc-boringssl-support.patch \ | 10 | SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \ |
11 | file://boring_ssl.patch \ | 11 | file://boring_ssl.patch \ |
12 | file://mips_bigendian.patch \ | 12 | file://mips_bigendian.patch \ |
13 | file://0001-absl-always-use-asm-sgidefs.h.patch \ | 13 | file://0001-absl-always-use-asm-sgidefs.h.patch \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "1f79d8a24261e3c12ec3a6c25945ff799ae09874fd24815bc17c2dc37715ef6c" | 15 | SRC_URI[sha256sum] = "1f79d8a24261e3c12ec3a6c25945ff799ae09874fd24815bc17c2dc37715ef6c" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ | 17 | RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \ |
18 | ${PYTHON_PN}-setuptools \ | 18 | ${PYTHON_PN}-setuptools \ |
19 | ${PYTHON_PN}-six \ | 19 | ${PYTHON_PN}-six \ |
20 | " | 20 | " |
@@ -24,17 +24,17 @@ inherit pypi | |||
24 | 24 | ||
25 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" | 25 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" |
26 | 26 | ||
27 | BORING_SSL_PLATFORM_arm = "linux-arm" | 27 | BORING_SSL_PLATFORM:arm = "linux-arm" |
28 | BORING_SSL_PLATFORM_x86-64 = "linux-x86_64" | 28 | BORING_SSL_PLATFORM:x86-64 = "linux-x86_64" |
29 | BORING_SSL_PLATFORM ?= "unsupported" | 29 | BORING_SSL_PLATFORM ?= "unsupported" |
30 | export GRPC_BORING_SSL_PLATFORM = "${BORING_SSL_PLATFORM}" | 30 | export GRPC_BORING_SSL_PLATFORM = "${BORING_SSL_PLATFORM}" |
31 | 31 | ||
32 | BORING_SSL_x86-64 = "1" | 32 | BORING_SSL:x86-64 = "1" |
33 | BORING_SSL_arm = "1" | 33 | BORING_SSL:arm = "1" |
34 | BORING_SSL ?= "0" | 34 | BORING_SSL ?= "0" |
35 | export GRPC_BUILD_WITH_BORING_SSL_ASM = "${BORING_SSL}" | 35 | export GRPC_BUILD_WITH_BORING_SSL_ASM = "${BORING_SSL}" |
36 | 36 | ||
37 | GRPC_CFLAGS_append_toolchain-clang = " -fvisibility=hidden -fno-wrapv -fno-exceptions" | 37 | GRPC_CFLAGS:append:toolchain-clang = " -fvisibility=hidden -fno-wrapv -fno-exceptions" |
38 | export GRPC_PYTHON_CFLAGS = "${GRPC_CFLAGS}" | 38 | export GRPC_PYTHON_CFLAGS = "${GRPC_CFLAGS}" |
39 | 39 | ||
40 | CLEANBROKEN = "1" | 40 | CLEANBROKEN = "1" |
@@ -44,4 +44,4 @@ BBCLASSEXTEND = "native nativesdk" | |||
44 | CCACHE_DISABLE = "1" | 44 | CCACHE_DISABLE = "1" |
45 | 45 | ||
46 | # needs vdso support | 46 | # needs vdso support |
47 | COMPATIBLE_HOST_libc-musl_powerpc64le = "null" | 47 | COMPATIBLE_HOST:libc-musl:powerpc64le = "null" |
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb index 22fe495f42..38353c4736 100644 --- a/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | " | 16 | " |
17 | 17 | ||
@@ -20,4 +20,4 @@ do_install_ptest() { | |||
20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-fcntl" | 23 | RDEPENDS:${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-fcntl" |
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb index 58498f89a0..68cd8ea850 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c" | |||
6 | 6 | ||
7 | SRC_URI[sha256sum] = "e0dac887d779929778b3cfd13309a939359cc9e74756fc09af7c527a82797186" | 7 | SRC_URI[sha256sum] = "e0dac887d779929778b3cfd13309a939359cc9e74756fc09af7c527a82797186" |
8 | 8 | ||
9 | SRC_URI_append = " \ | 9 | SRC_URI:append = " \ |
10 | file://0001-setup_build.py-avoid-absolute-path.patch \ | 10 | file://0001-setup_build.py-avoid-absolute-path.patch \ |
11 | file://0001-setup.py-Fix-numpy-version.patch \ | 11 | file://0001-setup.py-Fix-numpy-version.patch \ |
12 | " | 12 | " |
@@ -24,7 +24,7 @@ DEPENDS = "python3-pkgconfig-native \ | |||
24 | hdf5 \ | 24 | hdf5 \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS_${PN} = "python3-numpy \ | 27 | RDEPENDS:${PN} = "python3-numpy \ |
28 | python3-six \ | 28 | python3-six \ |
29 | " | 29 | " |
30 | 30 | ||
diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb b/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb index c3251624f5..c24c6124e0 100644 --- a/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb | |||
@@ -6,6 +6,6 @@ SRC_URI[sha256sum] = "75a7f859b3fb6df746564ca66ad1fd5b4052cdbab3d74ff16e8f1a7c3d | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} += "python3-numpy" | 9 | RDEPENDS:${PN} += "python3-numpy" |
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb index 5325048039..64aa6b34b2 100644 --- a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb +++ b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb | |||
@@ -19,7 +19,7 @@ S = "${WORKDIR}" | |||
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | 21 | ||
22 | do_install_append() { | 22 | do_install:append() { |
23 | rm ${D}${datadir}/data/hexfile.bin | 23 | rm ${D}${datadir}/data/hexfile.bin |
24 | rmdir ${D}${datadir}/data ${D}${datadir} | 24 | rmdir ${D}${datadir}/data ${D}${datadir} |
25 | } | 25 | } |
diff --git a/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb index ea17190d59..c5ef2ccd3a 100644 --- a/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb +++ b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
diff --git a/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb b/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb index 59f3cc9455..ee44e837e1 100644 --- a/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb +++ b/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c1 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-lxml \ | 11 | ${PYTHON_PN}-lxml \ |
12 | ${PYTHON_PN}-six \ | 12 | ${PYTHON_PN}-six \ |
13 | ${PYTHON_PN}-webencodings \ | 13 | ${PYTHON_PN}-webencodings \ |
diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb index 122b4bd8b7..3f244eccd4 100644 --- a/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb +++ b/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "0b12617eeca7433d4c396a100eaecfa4b08ee99aa881e6df6e257a7aad | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-compression \ | 12 | ${PYTHON_PN}-compression \ |
13 | ${PYTHON_PN}-netclient \ | 13 | ${PYTHON_PN}-netclient \ |
14 | ${PYTHON_PN}-pyparsing \ | 14 | ${PYTHON_PN}-pyparsing \ |
diff --git a/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb b/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb index 6be27f7606..d87ed4d2a2 100644 --- a/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb +++ b/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "f7dba53ac7935fd0b4a2fc9a29e316ddd9ea135fb3052d3d0279d10c18 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN}_class-target += " \ | 13 | RDEPENDS:${PN}:class-target += " \ |
14 | ${PYTHON_PN}-datetime \ | 14 | ${PYTHON_PN}-datetime \ |
15 | ${PYTHON_PN}-fcntl \ | 15 | ${PYTHON_PN}-fcntl \ |
16 | ${PYTHON_PN}-io \ | 16 | ${PYTHON_PN}-io \ |
diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb b/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb index eba13dbc7e..56983841cb 100644 --- a/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb | |||
@@ -13,7 +13,7 @@ DEPENDS += "\ | |||
13 | ${PYTHON_PN}-setuptools-scm-native \ | 13 | ${PYTHON_PN}-setuptools-scm-native \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | ${PYTHON_PN}-datetime \ | 17 | ${PYTHON_PN}-datetime \ |
18 | ${PYTHON_PN}-setuptools \ | 18 | ${PYTHON_PN}-setuptools \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb b/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb index 5a8791dfbc..e9bf92aa1a 100644 --- a/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb | |||
@@ -7,10 +7,10 @@ SRC_URI[sha256sum] = "427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d27 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient ${PYTHON_PN}-idna" | 10 | RDEPENDS:${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient ${PYTHON_PN}-idna" |
11 | 11 | ||
12 | PACKAGES =. "${PN}-test " | 12 | PACKAGES =. "${PN}-test " |
13 | 13 | ||
14 | FILES_${PN}-test += " \ | 14 | FILES:${PN}-test += " \ |
15 | ${PYTHON_SITEPACKAGES_DIR}/hyperlinkt/test \ | 15 | ${PYTHON_SITEPACKAGES_DIR}/hyperlinkt/test \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-idna_3.2.bb b/meta-python/recipes-devtools/python/python3-idna_3.2.bb index 4ca7f625a8..22f6402c3b 100644 --- a/meta-python/recipes-devtools/python/python3-idna_3.2.bb +++ b/meta-python/recipes-devtools/python/python3-idna_3.2.bb | |||
@@ -8,11 +8,11 @@ SRC_URI[sha256sum] = "467fbad99067910785144ce333826c71fb0e63a425657295239737f7ec | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | # Remove bundled egg-info | 10 | # Remove bundled egg-info |
11 | do_compile_prepend() { | 11 | do_compile:prepend() { |
12 | rm -rf ${S}/idna.egg-info | 12 | rm -rf ${S}/idna.egg-info |
13 | } | 13 | } |
14 | 14 | ||
15 | RDEPENDS_${PN}_class-target = "\ | 15 | RDEPENDS:${PN}:class-target = "\ |
16 | ${PYTHON_PN}-codecs \ | 16 | ${PYTHON_PN}-codecs \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb b/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb index 6d4fab3c98..b73063eaaa 100644 --- a/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb +++ b/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb | |||
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-ctypes \ | 13 | ${PYTHON_PN}-ctypes \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb index fbe5e2c975..2783669b43 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb | |||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "52ddbaeca2dccf53ba2d6dec5676ca7bc3b2403ef8b37f7da78b7654bb | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} = "python3-numpy python3-pillow" | 14 | RDEPENDS:${PN} = "python3-numpy python3-pillow" |
diff --git a/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb b/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb index ff8fab31f4..60c80a2c85 100644 --- a/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d75 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-twisted \ | 11 | ${PYTHON_PN}-twisted \ |
12 | ${PYTHON_PN}-click \ | 12 | ${PYTHON_PN}-click \ |
13 | " | 13 | " |
@@ -15,5 +15,5 @@ RDEPENDS_${PN} += " \ | |||
15 | # -native is needed to build python[3]-twisted, however, we need to take steps to | 15 | # -native is needed to build python[3]-twisted, however, we need to take steps to |
16 | # prevent a circular dependency. The build apparently does not use the part of | 16 | # prevent a circular dependency. The build apparently does not use the part of |
17 | # python-incremental which uses python-twisted, so this hack is OK. | 17 | # python-incremental which uses python-twisted, so this hack is OK. |
18 | RDEPENDS_${PYTHON_PN}-incremental-native_remove = "${PYTHON_PN}-twisted-native" | 18 | RDEPENDS:${PYTHON_PN}-incremental-native:remove = "${PYTHON_PN}-twisted-native" |
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
diff --git a/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb index b5cde669ff..ea3b76d511 100644 --- a/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb | |||
@@ -13,7 +13,7 @@ SRC_URI +=" \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}_ptest +=" \ | 16 | RDEPENDS:${PN}_ptest +=" \ |
17 | ${PYTHON_PN}_pytest \ | 17 | ${PYTHON_PN}_pytest \ |
18 | " | 18 | " |
19 | 19 | ||
@@ -22,6 +22,6 @@ do_install_ptest() { | |||
22 | } | 22 | } |
23 | 23 | ||
24 | 24 | ||
25 | RDEPENDS_${PN} += "${PYTHON_PN}-pytest" | 25 | RDEPENDS:${PN} += "${PYTHON_PN}-pytest" |
26 | 26 | ||
27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb index 14bc9ad254..fd636421bd 100644 --- a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb +++ b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | 13 | ||
14 | inherit pypi setuptools3 ptest | 14 | inherit pypi setuptools3 ptest |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb index c141f6865f..8b39679e45 100644 --- a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb +++ b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb | |||
@@ -18,7 +18,7 @@ SRC_URI += " \ | |||
18 | file://run-ptest \ | 18 | file://run-ptest \ |
19 | " | 19 | " |
20 | 20 | ||
21 | RDEPENDS_${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
22 | ${PYTHON_PN}-pytest \ | 22 | ${PYTHON_PN}-pytest \ |
23 | " | 23 | " |
24 | 24 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb index b8a6db2b11..5e5261fa51 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb | |||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "ipython" | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc" | 9 | SRC_URI[sha256sum] = "54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc" |
10 | 10 | ||
11 | RDEPENDS_${PN} = "\ | 11 | RDEPENDS:${PN} = "\ |
12 | ${PYTHON_PN}-setuptools \ | 12 | ${PYTHON_PN}-setuptools \ |
13 | ${PYTHON_PN}-jedi \ | 13 | ${PYTHON_PN}-jedi \ |
14 | ${PYTHON_PN}-decorator \ | 14 | ${PYTHON_PN}-decorator \ |
diff --git a/meta-python/recipes-devtools/python/python3-iso3166_1.0.1.bb b/meta-python/recipes-devtools/python/python3-iso3166_1.0.1.bb index 36f9c911b8..8ff3059520 100644 --- a/meta-python/recipes-devtools/python/python3-iso3166_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-iso3166_1.0.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
@@ -21,6 +21,6 @@ do_install_ptest() { | |||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
22 | } | 22 | } |
23 | 23 | ||
24 | RDEPENDS_${PN} += "python3-numbers" | 24 | RDEPENDS:${PN} += "python3-numbers" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb index c72a10882b..2923647c28 100644 --- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "36532f77cc800594e8f16641edae7f1baf7932f05d8e508545b95fc53c | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-datetime \ | 11 | ${PYTHON_PN}-datetime \ |
12 | ${PYTHON_PN}-numbers \ | 12 | ${PYTHON_PN}-numbers \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-isodate_0.6.0.bb b/meta-python/recipes-devtools/python/python3-isodate_0.6.0.bb index 2aa64d08d4..dd39541726 100644 --- a/meta-python/recipes-devtools/python/python3-isodate_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-isodate_0.6.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-six \ | 11 | ${PYTHON_PN}-six \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-isort_5.9.2.bb b/meta-python/recipes-devtools/python/python3-isort_5.9.2.bb index 5832136dfb..a459423839 100644 --- a/meta-python/recipes-devtools/python/python3-isort_5.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-isort_5.9.2.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "f65ce5bd4cbc6abdfbe29afc2f0245538ab358c14590912df638033f15 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-datetime \ | 12 | ${PYTHON_PN}-datetime \ |
13 | ${PYTHON_PN}-shell \ | 13 | ${PYTHON_PN}-shell \ |
14 | ${PYTHON_PN}-profile \ | 14 | ${PYTHON_PN}-profile \ |
diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.1.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.1.bb index f8f2fbdaa1..48a77dc8f8 100644 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.1.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | CLEANBROKEN = "1" | 10 | CLEANBROKEN = "1" |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-simplejson \ | 13 | ${PYTHON_PN}-simplejson \ |
14 | ${PYTHON_PN}-netclient \ | 14 | ${PYTHON_PN}-netclient \ |
15 | ${PYTHON_PN}-compression \ | 15 | ${PYTHON_PN}-compression \ |
diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb b/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb index 43f6e18493..cadddc49f5 100644 --- a/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | CLEANBROKEN = "1" | 13 | CLEANBROKEN = "1" |
14 | 14 | ||
15 | RDEPENDS_${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
16 | ${PYTHON_PN}-modules \ | 16 | ${PYTHON_PN}-modules \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb index 46deeae158..765de4d4f4 100644 --- a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb | |||
@@ -12,13 +12,13 @@ inherit pypi setuptools3 ptest | |||
12 | SRC_URI[md5sum] = "e05bdb60fa80f25bc60e73e0c6b7c5dc" | 12 | SRC_URI[md5sum] = "e05bdb60fa80f25bc60e73e0c6b7c5dc" |
13 | SRC_URI[sha256sum] = "472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8" | 13 | SRC_URI[sha256sum] = "472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" | 15 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" |
16 | 16 | ||
17 | SRC_URI += " \ | 17 | SRC_URI += " \ |
18 | file://run-ptest \ | 18 | file://run-ptest \ |
19 | " | 19 | " |
20 | 20 | ||
21 | RDEPENDS_${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
22 | ${PYTHON_PN}-pytest \ | 22 | ${PYTHON_PN}-pytest \ |
23 | " | 23 | " |
24 | 24 | ||
diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb b/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb index 6c857f09ee..0ea5b46b84 100644 --- a/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb | |||
@@ -8,6 +8,6 @@ PYPI_PACKAGE = "jedi" | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707" | 9 | SRC_URI[sha256sum] = "92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707" |
10 | 10 | ||
11 | RDEPENDS_${PN} = "${PYTHON_PN}-parso" | 11 | RDEPENDS:${PN} = "${PYTHON_PN}-parso" |
12 | 12 | ||
13 | inherit setuptools3 pypi | 13 | inherit setuptools3 pypi |
diff --git a/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb b/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb index 46976d19b3..c395143cc9 100644 --- a/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "python3-math python3-json python3-numbers" | 12 | RDEPENDS:${PN} += "python3-math python3-json python3-numbers" |
diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.0.1.bb b/meta-python/recipes-devtools/python/python3-joblib_1.0.1.bb index 4e63b056c2..e325ad8777 100644 --- a/meta-python/recipes-devtools/python/python3-joblib_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-joblib_1.0.1.bb | |||
@@ -7,7 +7,7 @@ inherit setuptools3 pypi | |||
7 | SRC_URI[md5sum] = "9914b330916395c0a1feca54949867a3" | 7 | SRC_URI[md5sum] = "9914b330916395c0a1feca54949867a3" |
8 | SRC_URI[sha256sum] = "9c17567692206d2f3fb9ecf5e991084254fe631665c450b443761c4186a613f7" | 8 | SRC_URI[sha256sum] = "9c17567692206d2f3fb9ecf5e991084254fe631665c450b443761c4186a613f7" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | python3-asyncio \ | 11 | python3-asyncio \ |
12 | python3-distutils \ | 12 | python3-distutils \ |
13 | python3-json \ | 13 | python3-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb b/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb index 9b7a824087..1a0578eddd 100644 --- a/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb | |||
@@ -14,7 +14,7 @@ SRC_URI += " \ | |||
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
19 | " | 19 | " |
20 | 20 | ||
diff --git a/meta-python/recipes-devtools/python/python3-jsonpatch_1.32.bb b/meta-python/recipes-devtools/python/python3-jsonpatch_1.32.bb index 0c86240361..2a653cce88 100644 --- a/meta-python/recipes-devtools/python/python3-jsonpatch_1.32.bb +++ b/meta-python/recipes-devtools/python/python3-jsonpatch_1.32.bb | |||
@@ -7,7 +7,7 @@ inherit pypi setuptools3 | |||
7 | 7 | ||
8 | SRC_URI[sha256sum] = "b6ddfe6c3db30d81a96aaeceb6baf916094ffa23d7dd5fa2c13e13f8b6e600c2" | 8 | SRC_URI[sha256sum] = "b6ddfe6c3db30d81a96aaeceb6baf916094ffa23d7dd5fa2c13e13f8b6e600c2" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-json \ | 11 | ${PYTHON_PN}-json \ |
12 | ${PYTHON_PN}-jsonpointer \ | 12 | ${PYTHON_PN}-jsonpointer \ |
13 | ${PYTHON_PN}-netclient \ | 13 | ${PYTHON_PN}-netclient \ |
diff --git a/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb b/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb index 54e1b646d5..51280eb9e2 100644 --- a/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fa | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " python3-decorator" | 12 | RDEPENDS:${PN} += " python3-decorator" |
diff --git a/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb b/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb index a4cc05c947..fb3d9e0da9 100644 --- a/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb +++ b/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb | |||
@@ -7,7 +7,7 @@ inherit pypi ptest setuptools3 | |||
7 | 7 | ||
8 | SRC_URI[sha256sum] = "5a34b698db1eb79ceac454159d3f7c12a451a91f6334a4f638454327b7a89962" | 8 | SRC_URI[sha256sum] = "5a34b698db1eb79ceac454159d3f7c12a451a91f6334a4f638454327b7a89962" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-json \ | 11 | ${PYTHON_PN}-json \ |
12 | " | 12 | " |
13 | 13 | ||
@@ -17,7 +17,7 @@ SRC_URI += " \ | |||
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
21 | ${PYTHON_PN}-pytest \ | 21 | ${PYTHON_PN}-pytest \ |
22 | " | 22 | " |
23 | 23 | ||
diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.2.0.bb b/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.2.0.bb index 53f01f622e..492ed658ef 100644 --- a/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.2.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "0c9e5b9445621138521e912016ae39b3badadd2607140dcbb0c8062934 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | python3-apply-defaults \ | 11 | python3-apply-defaults \ |
12 | python3-asyncio \ | 12 | python3-asyncio \ |
13 | python3-core \ | 13 | python3-core \ |
diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb b/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb index 2705dd3bad..c7efe33a83 100644 --- a/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb | |||
@@ -26,7 +26,7 @@ PACKAGECONFIG[nongpl] = ",,,\ | |||
26 | ${PYTHON_PN}-rfc3339-validator \ | 26 | ${PYTHON_PN}-rfc3339-validator \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RDEPENDS_${PN} += " \ | 29 | RDEPENDS:${PN} += " \ |
30 | ${PYTHON_PN}-attrs \ | 30 | ${PYTHON_PN}-attrs \ |
31 | ${PYTHON_PN}-core \ | 31 | ${PYTHON_PN}-core \ |
32 | ${PYTHON_PN}-datetime \ | 32 | ${PYTHON_PN}-datetime \ |
diff --git a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb index 4293a63c1e..c8c0f7df97 100644 --- a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb | |||
@@ -14,6 +14,6 @@ S = "${WORKDIR}/git" | |||
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "python3-numpy \ | 17 | RDEPENDS:${PN} = "python3-numpy \ |
18 | python3-h5py \ | 18 | python3-h5py \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.1.bb b/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.1.bb index be60dc20e5..fb66619dbd 100644 --- a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.1.bb | |||
@@ -12,7 +12,7 @@ DEPENDS += "\ | |||
12 | python3-cppy-native \ | 12 | python3-cppy-native \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | python3-core \ | 16 | python3-core \ |
17 | python3-setuptools \ | 17 | python3-setuptools \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb index b9b4069fdc..e41cfd5dd5 100644 --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb | |||
@@ -14,9 +14,9 @@ inherit pypi setuptools3 python3native | |||
14 | DISTUTILS_INSTALL_ARGS += " \ | 14 | DISTUTILS_INSTALL_ARGS += " \ |
15 | --install-data=${datadir}/langtable" | 15 | --install-data=${datadir}/langtable" |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}/*" | 17 | FILES:${PN} += "${datadir}/*" |
18 | 18 | ||
19 | RDEPENDS_${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |
20 | ${PYTHON_PN}-compression \ | 20 | ${PYTHON_PN}-compression \ |
21 | ${PYTHON_PN}-doctest \ | 21 | ${PYTHON_PN}-doctest \ |
22 | ${PYTHON_PN}-logging \ | 22 | ${PYTHON_PN}-logging \ |
diff --git a/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb b/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb index 0513d091f9..2ed5d91709 100644 --- a/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb +++ b/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb | |||
@@ -13,7 +13,7 @@ DEPENDS += "\ | |||
13 | ${PYTHON_PN}-wheel-native \ | 13 | ${PYTHON_PN}-wheel-native \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | ${PYTHON_PN}-booleanpy \ | 17 | ${PYTHON_PN}-booleanpy \ |
18 | " | 18 | " |
19 | 19 | ||
@@ -23,7 +23,7 @@ SRC_URI += " \ | |||
23 | file://run-ptest \ | 23 | file://run-ptest \ |
24 | " | 24 | " |
25 | 25 | ||
26 | RDEPENDS_${PN}-ptest += " \ | 26 | RDEPENDS:${PN}-ptest += " \ |
27 | ${PYTHON_PN}-pytest \ | 27 | ${PYTHON_PN}-pytest \ |
28 | " | 28 | " |
29 | 29 | ||
diff --git a/meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb b/meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb index 30b1297e7b..b9dc4722af 100644 --- a/meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb +++ b/meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb | |||
@@ -12,6 +12,6 @@ SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361 | |||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | DEPENDS += "python3-distutils-extra-native python3-pbr-native" | 14 | DEPENDS += "python3-distutils-extra-native python3-pbr-native" |
15 | RDEPENDS_${PN} += "python3-sqlite3" | 15 | RDEPENDS:${PN} += "python3-sqlite3" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb b/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb index fc75e43485..9ce7a6293c 100644 --- a/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb | |||
@@ -11,6 +11,6 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | python3 \ | 15 | python3 \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-luma-core_2.3.1.bb b/meta-python/recipes-devtools/python/python3-luma-core_2.3.1.bb index 47efe8a723..c37cc22c46 100644 --- a/meta-python/recipes-devtools/python/python3-luma-core_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-luma-core_2.3.1.bb | |||
@@ -12,7 +12,7 @@ CLEANBROKEN = "1" | |||
12 | 12 | ||
13 | PYPI_PACKAGE = "luma.core" | 13 | PYPI_PACKAGE = "luma.core" |
14 | 14 | ||
15 | RDEPENDS_${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
16 | ${PYTHON_PN}-pillow \ | 16 | ${PYTHON_PN}-pillow \ |
17 | ${PYTHON_PN}-threading \ | 17 | ${PYTHON_PN}-threading \ |
18 | ${PYTHON_PN}-smbus2 \ | 18 | ${PYTHON_PN}-smbus2 \ |
diff --git a/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb b/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb index 329cdb9e3f..a551e46fcb 100644 --- a/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb | |||
@@ -14,6 +14,6 @@ CLEANBROKEN = "1" | |||
14 | 14 | ||
15 | PYPI_PACKAGE = "luma.oled" | 15 | PYPI_PACKAGE = "luma.oled" |
16 | 16 | ||
17 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
18 | ${PYTHON_PN}-luma-core \ | 18 | ${PYTHON_PN}-luma-core \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb index cefe1ba340..241ffcfc0d 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb | |||
@@ -24,18 +24,18 @@ inherit pypi setuptools3 | |||
24 | 24 | ||
25 | # {standard input}: Assembler messages: | 25 | # {standard input}: Assembler messages: |
26 | # {standard input}:1488805: Error: branch out of range | 26 | # {standard input}:1488805: Error: branch out of range |
27 | DEBUG_OPTIMIZATION_remove_mips = " -Og" | 27 | DEBUG_OPTIMIZATION:remove:mips = " -Og" |
28 | DEBUG_OPTIMIZATION_append_mips = " -O" | 28 | DEBUG_OPTIMIZATION:append:mips = " -O" |
29 | BUILD_OPTIMIZATION_remove_mips = " -Og" | 29 | BUILD_OPTIMIZATION:remove:mips = " -Og" |
30 | BUILD_OPTIMIZATION_append_mips = " -O" | 30 | BUILD_OPTIMIZATION:append:mips = " -O" |
31 | 31 | ||
32 | DEBUG_OPTIMIZATION_remove_mipsel = " -Og" | 32 | DEBUG_OPTIMIZATION:remove:mipsel = " -Og" |
33 | DEBUG_OPTIMIZATION_append_mipsel = " -O" | 33 | DEBUG_OPTIMIZATION:append:mipsel = " -O" |
34 | BUILD_OPTIMIZATION_remove_mipsel = " -Og" | 34 | BUILD_OPTIMIZATION:remove:mipsel = " -Og" |
35 | BUILD_OPTIMIZATION_append_mipsel = " -O" | 35 | BUILD_OPTIMIZATION:append:mipsel = " -O" |
36 | 36 | ||
37 | BBCLASSEXTEND = "native nativesdk" | 37 | BBCLASSEXTEND = "native nativesdk" |
38 | 38 | ||
39 | RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" | 39 | RDEPENDS:${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" |
40 | 40 | ||
41 | CLEANBROKEN = "1" | 41 | CLEANBROKEN = "1" |
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb index 950de564f2..e0f4870bea 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://gitlab.com/m2crypto/m2crypto" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" | 5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" |
6 | 6 | ||
7 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-m2crypto:" | 7 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-m2crypto:" |
8 | 8 | ||
9 | SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch \ | 9 | SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch \ |
10 | file://cross-compile-platform.patch \ | 10 | file://cross-compile-platform.patch \ |
@@ -16,7 +16,7 @@ PYPI_PACKAGE = "M2Crypto" | |||
16 | inherit pypi siteinfo setuptools3 | 16 | inherit pypi siteinfo setuptools3 |
17 | 17 | ||
18 | DEPENDS += "openssl swig-native" | 18 | DEPENDS += "openssl swig-native" |
19 | RDEPENDS_${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
20 | ${PYTHON_PN}-datetime \ | 20 | ${PYTHON_PN}-datetime \ |
21 | ${PYTHON_PN}-distutils \ | 21 | ${PYTHON_PN}-distutils \ |
22 | ${PYTHON_PN}-logging \ | 22 | ${PYTHON_PN}-logging \ |
@@ -30,15 +30,15 @@ RDEPENDS_${PN} += "\ | |||
30 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" | 30 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" |
31 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" | 31 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" |
32 | 32 | ||
33 | SWIG_FEATURES_x86 = "-D__i386__" | 33 | SWIG_FEATURES:x86 = "-D__i386__" |
34 | SWIG_FEATURES_x32 = "-D__ILP32__" | 34 | SWIG_FEATURES_x32 = "-D__ILP32__" |
35 | 35 | ||
36 | SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '32']}" | 36 | SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '32']}" |
37 | 37 | ||
38 | SWIG_FEATURES_append_riscv64 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" | 38 | SWIG_FEATURES:append:riscv64 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" |
39 | SWIG_FEATURES_append_riscv32 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" | 39 | SWIG_FEATURES:append:riscv32 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" |
40 | SWIG_FEATURES_append_mipsarch = " -D_MIPS_SZPTR=${SITEINFO_BITS}" | 40 | SWIG_FEATURES:append:mipsarch = " -D_MIPS_SZPTR=${SITEINFO_BITS}" |
41 | SWIG_FEATURES_append_powerpc64le = " -D__powerpc64__" | 41 | SWIG_FEATURES:append:powerpc64le = " -D_:powerpc64__" |
42 | export SWIG_FEATURES | 42 | export SWIG_FEATURES |
43 | 43 | ||
44 | export STAGING_DIR | 44 | export STAGING_DIR |
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb index 21c29aa2ce..9e933f5c4b 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb | |||
@@ -24,10 +24,10 @@ SRC_URI[sha256sum] = "84d4c4f650f356678a5d658a43ca21a41fca13f9b8b00169c0b76e6a6a | |||
24 | inherit pypi setuptools3 pkgconfig | 24 | inherit pypi setuptools3 pkgconfig |
25 | 25 | ||
26 | # LTO with clang needs lld | 26 | # LTO with clang needs lld |
27 | LDFLAGS_append_toolchain-clang = " -fuse-ld=lld" | 27 | LDFLAGS:append:toolchain-clang = " -fuse-ld=lld" |
28 | LDFLAGS_remove_toolchain-clang_mips = "-fuse-ld=lld" | 28 | LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld" |
29 | 29 | ||
30 | RDEPENDS_${PN} = "\ | 30 | RDEPENDS:${PN} = "\ |
31 | freetype \ | 31 | freetype \ |
32 | libpng \ | 32 | libpng \ |
33 | python3-numpy \ | 33 | python3-numpy \ |
@@ -38,10 +38,10 @@ RDEPENDS_${PN} = "\ | |||
38 | python3-pytz \ | 38 | python3-pytz \ |
39 | " | 39 | " |
40 | 40 | ||
41 | ENABLELTO_toolchain-clang_riscv64 = "echo enable_lto = False >> ${S}/setup.cfg" | 41 | ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/setup.cfg" |
42 | ENABLELTO_toolchain-clang_riscv32 = "echo enable_lto = False >> ${S}/setup.cfg" | 42 | ENABLELTO:toolchain-clang:riscv32 = "echo enable_lto = False >> ${S}/setup.cfg" |
43 | ENABLELTO_toolchain-clang_mips = "echo enable_lto = False >> ${S}/setup.cfg" | 43 | ENABLELTO:toolchain-clang:mips = "echo enable_lto = False >> ${S}/setup.cfg" |
44 | do_compile_prepend() { | 44 | do_compile:prepend() { |
45 | echo [libs] > ${S}/setup.cfg | 45 | echo [libs] > ${S}/setup.cfg |
46 | echo system_freetype = true >> ${S}/setup.cfg | 46 | echo system_freetype = true >> ${S}/setup.cfg |
47 | ${ENABLELTO} | 47 | ${ENABLELTO} |
diff --git a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb index b366f04309..f1190c36fb 100644 --- a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb | |||
@@ -11,7 +11,7 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 12 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ | 14 | RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \ |
15 | ${PYTHON_PN}-cmd2 \ | 15 | ${PYTHON_PN}-cmd2 \ |
16 | ${PYTHON_PN}-pyparsing \ | 16 | ${PYTHON_PN}-pyparsing \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb b/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb index b34f25b93d..8f2305b50b 100644 --- a/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ | 9 | RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \ |
10 | ${PYTHON_PN}-cmd2 \ | 10 | ${PYTHON_PN}-cmd2 \ |
11 | ${PYTHON_PN}-pyparsing \ | 11 | ${PYTHON_PN}-pyparsing \ |
12 | ${PYTHON_PN}-mccabe \ | 12 | ${PYTHON_PN}-mccabe \ |
diff --git a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb index 51a7c05847..e1c52e7bad 100644 --- a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb | |||
@@ -11,6 +11,6 @@ SRC_URI[sha256sum] = "79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c42 | |||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 13 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
14 | RDEPENDS_${PN} += "python3-image" | 14 | RDEPENDS:${PN} += "python3-image" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb index 989a7ae3fd..19c9caa406 100644 --- a/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb | |||
@@ -7,7 +7,7 @@ inherit pypi setuptools3 ptest | |||
7 | 7 | ||
8 | SRC_URI[sha256sum] = "fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984" | 8 | SRC_URI[sha256sum] = "fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984" |
9 | 9 | ||
10 | RDEPENDS_${PN}_class-target += "\ | 10 | RDEPENDS:${PN}:class-target += "\ |
11 | ${PYTHON_PN}-io \ | 11 | ${PYTHON_PN}-io \ |
12 | " | 12 | " |
13 | 13 | ||
@@ -17,7 +17,7 @@ SRC_URI += " \ | |||
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
21 | ${PYTHON_PN}-pytest \ | 21 | ${PYTHON_PN}-pytest \ |
22 | " | 22 | " |
23 | 23 | ||
diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb b/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb index a3206f79bc..a1572276be 100644 --- a/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb +++ b/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "c6a717fc068f7c69ddc8cb21dbeeda7cfa97a4e9f41690459c9fbec68b | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python3-git" | 11 | RDEPENDS:${PN} += "python3-git" |
diff --git a/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb index f5e3f59cd5..848b25dae8 100644 --- a/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb +++ b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb | |||
@@ -8,13 +8,13 @@ SRC_URI[sha256sum] = "a502aee54917cd394217b31c977a1ba3d9541a0120e0a045c49fd77b32 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | python3-pako \ | 12 | python3-pako \ |
13 | python3-monotonic \ | 13 | python3-monotonic \ |
14 | python3-appdirs \ | 14 | python3-appdirs \ |
15 | " | 15 | " |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | # Stop this from being installed | 18 | # Stop this from being installed |
19 | rm -rf ${D}/usr/share | 19 | rm -rf ${D}/usr/share |
20 | } | 20 | } |
diff --git a/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb b/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb index b960affac4..3ec271a0f2 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.910.bb b/meta-python/recipes-devtools/python/python3-mypy_0.910.bb index 8e675e6a9b..1a494af5af 100644 --- a/meta-python/recipes-devtools/python/python3-mypy_0.910.bb +++ b/meta-python/recipes-devtools/python/python3-mypy_0.910.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916f | |||
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-mypy-extensions \ | 15 | ${PYTHON_PN}-mypy-extensions \ |
16 | ${PYTHON_PN}-typed-ast \ | 16 | ${PYTHON_PN}-typed-ast \ |
17 | ${PYTHON_PN}-typing-extensions \ | 17 | ${PYTHON_PN}-typing-extensions \ |
diff --git a/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb b/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb index 89df3dc381..ee8d900964 100644 --- a/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "00c603a42365830c4722a2eb7663a25919551217ec09a243d3399fa8dd | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "python3-fastnumbers python3-icu" | 11 | RDEPENDS:${PN} = "python3-fastnumbers python3-icu" |
diff --git a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb index 23e1868c22..6f3c096cf0 100644 --- a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb | |||
@@ -15,7 +15,7 @@ DEPENDS += " \ | |||
15 | ${PYTHON_PN}-pyasn1 \ | 15 | ${PYTHON_PN}-pyasn1 \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-datetime \ | 19 | ${PYTHON_PN}-datetime \ |
20 | ${PYTHON_PN}-logging \ | 20 | ${PYTHON_PN}-logging \ |
21 | ${PYTHON_PN}-pyopenssl \ | 21 | ${PYTHON_PN}-pyopenssl \ |
@@ -26,6 +26,6 @@ BBCLASSEXTEND = "native nativesdk" | |||
26 | 26 | ||
27 | UPSTREAM_CHECK_REGEX = "" | 27 | UPSTREAM_CHECK_REGEX = "" |
28 | 28 | ||
29 | ALTERNATIVE_${PN} = "ndg_httpclient" | 29 | ALTERNATIVE:${PN} = "ndg_httpclient" |
30 | ALTERNATIVE_LINK_NAME[ndg_httpclient] = "${bindir}/ndg_httpclient" | 30 | ALTERNATIVE_LINK_NAME[ndg_httpclient] = "${bindir}/ndg_httpclient" |
31 | ALTERNATIVE_PRIORITY = "30" | 31 | ALTERNATIVE_PRIORITY = "30" |
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb index a120b24f16..ad03eec851 100644 --- a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-pprint \ | 11 | ${PYTHON_PN}-pprint \ |
12 | ${PYTHON_PN}-xml \ | 12 | ${PYTHON_PN}-xml \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb b/meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb index 38e303ef1b..e7676a7138 100644 --- a/meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "2306f1950ce772c5a59a57f5486d59bb9cab98497c45fc49cbc45ac0de | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-decorator \ | 11 | ${PYTHON_PN}-decorator \ |
12 | ${PYTHON_PN}-netclient \ | 12 | ${PYTHON_PN}-netclient \ |
13 | ${PYTHON_PN}-compression \ | 13 | ${PYTHON_PN}-compression \ |
diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb b/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb index e6f093360f..a3523b7dfe 100644 --- a/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "b52744e0c9944c567733b8deb60d6363e17233ee40466edfb1b09a5780 | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "nmap \ | 16 | RDEPENDS:${PN} += "nmap \ |
17 | ${PYTHON_PN}-requests \ | 17 | ${PYTHON_PN}-requests \ |
18 | ${PYTHON_PN}-simplejson \ | 18 | ${PYTHON_PN}-simplejson \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb index 9477a7606a..d117cc3994 100644 --- a/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb | |||
@@ -10,4 +10,4 @@ S = "${WORKDIR}/git" | |||
10 | 10 | ||
11 | inherit setuptools3 python3native | 11 | inherit setuptools3 python3native |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io" | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io" |
diff --git a/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb b/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb index e11786349c..c2ec856fdb 100644 --- a/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb | |||
@@ -19,4 +19,4 @@ PACKAGECONFIG[signedtoken] = ",,,${PYTHON_PN}-cryptography ${PYTHON_PN}-pyjwt" | |||
19 | PACKAGECONFIG[signals] = ",,,${PYTHON_PN}-blinker" | 19 | PACKAGECONFIG[signals] = ",,,${PYTHON_PN}-blinker" |
20 | PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography" | 20 | PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography" |
21 | 21 | ||
22 | RDEPENDS_${PN} += "${PYTHON_PN}-core ${PYTHON_PN}-crypt ${PYTHON_PN}-datetime ${PYTHON_PN}-json ${PYTHON_PN}-logging ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-unittest" | 22 | RDEPENDS:${PN} += "${PYTHON_PN}-core ${PYTHON_PN}-crypt ${PYTHON_PN}-datetime ${PYTHON_PN}-json ${PYTHON_PN}-logging ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-unittest" |
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb index 8f17068a48..b3a78ad651 100644 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb | |||
@@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d32681 | |||
7 | 7 | ||
8 | inherit setuptools3 pypi | 8 | inherit setuptools3 pypi |
9 | 9 | ||
10 | RDEPENDS_${PN} += "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint ${PYTHON_PN}-setuptools ${PYTHON_PN}-packaging" | 10 | RDEPENDS:${PN} += "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint ${PYTHON_PN}-setuptools ${PYTHON_PN}-packaging" |
diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb index b326321198..52489b8543 100644 --- a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb | |||
@@ -11,4 +11,4 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | SRC_URI[sha256sum] = "6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251" | 12 | SRC_URI[sha256sum] = "6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-jdcal ${PYTHON_PN}-et-xmlfile" | 14 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-jdcal ${PYTHON_PN}-et-xmlfile" |
diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_4.0.2.bb b/meta-python/recipes-devtools/python/python3-ordered-set_4.0.2.bb index 0e678b54d7..323fe18fd1 100644 --- a/meta-python/recipes-devtools/python/python3-ordered-set_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-ordered-set_4.0.2.bb | |||
@@ -14,7 +14,7 @@ SRC_URI += " \ | |||
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
19 | " | 19 | " |
20 | 20 | ||
diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb index d002c0fc51..2d4e55abc8 100644 --- a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb | |||
@@ -13,18 +13,18 @@ SRC_URI[sha256sum] = "9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965 | |||
13 | 13 | ||
14 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 14 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | install -d -m0755 ${D}${datadir}/${BPN}/examples | 17 | install -d -m0755 ${D}${datadir}/${BPN}/examples |
18 | cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples | 18 | cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples |
19 | } | 19 | } |
20 | 20 | ||
21 | PACKAGES =+ "${PN}-examples" | 21 | PACKAGES =+ "${PN}-examples" |
22 | 22 | ||
23 | RDEPENDS_${PN}-examples += "${PN}" | 23 | RDEPENDS:${PN}-examples += "${PN}" |
24 | 24 | ||
25 | FILES_${PN}-examples = "${datadir}/${BPN}/examples" | 25 | FILES:${PN}-examples = "${datadir}/${BPN}/examples" |
26 | 26 | ||
27 | RDEPENDS_${PN} = "\ | 27 | RDEPENDS:${PN} = "\ |
28 | ${PYTHON_PN}-io \ | 28 | ${PYTHON_PN}-io \ |
29 | ${PYTHON_PN}-logging \ | 29 | ${PYTHON_PN}-logging \ |
30 | ${PYTHON_PN}-math \ | 30 | ${PYTHON_PN}-math \ |
diff --git a/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb index 1930d866ee..65af4121f9 100644 --- a/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb | |||
@@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "c033a073bb818ca336ae1fccba2655bd60dfe77744f85d4517abd3160d | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | do_install_append() { | 10 | do_install:append() { |
11 | rm -rf ${D}/usr/share | 11 | rm -rf ${D}/usr/share |
12 | } | 12 | } |
diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb b/meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb index 02e21e4f83..95fd1fc719 100644 --- a/meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb | |||
@@ -14,9 +14,9 @@ DEPENDS += " \ | |||
14 | ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ | 14 | ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ |
15 | " | 15 | " |
16 | 16 | ||
17 | CFLAGS_append_toolchain-clang = " -Wno-error=deprecated-declarations" | 17 | CFLAGS:append:toolchain-clang = " -Wno-error=deprecated-declarations" |
18 | 18 | ||
19 | RDEPENDS_${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |
20 | ${PYTHON_PN}-json \ | 20 | ${PYTHON_PN}-json \ |
21 | ${PYTHON_PN}-numpy \ | 21 | ${PYTHON_PN}-numpy \ |
22 | ${PYTHON_PN}-dateutil \ | 22 | ${PYTHON_PN}-dateutil \ |
diff --git a/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb b/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb index 40876d352e..00a4ec86b7 100644 --- a/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb +++ b/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb | |||
@@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "c16703202ff67aed4740c0727df304abe9f3e7851e653533b24de21b33 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-threading ${PYTHON_PN}-unixadmin" | 11 | RDEPENDS:${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-threading ${PYTHON_PN}-unixadmin" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb index eb7ce62b83..ece55f1e30 100644 --- a/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | CLEANBROKEN = "1" | 13 | CLEANBROKEN = "1" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-bcrypt \ | 16 | ${PYTHON_PN}-bcrypt \ |
17 | ${PYTHON_PN}-cryptography \ | 17 | ${PYTHON_PN}-cryptography \ |
18 | ${PYTHON_PN}-pynacl \ | 18 | ${PYTHON_PN}-pynacl \ |
diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb index f61c480bdd..39812a17cd 100644 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb | |||
@@ -9,13 +9,13 @@ SRC_URI[sha256sum] = "7f690b18d35048c15438d6d0571f9045cffbec5907e0b1ccf006f889e3 | |||
9 | PYPI_PACKAGE = "parse_type" | 9 | PYPI_PACKAGE = "parse_type" |
10 | inherit pypi ptest setuptools3 | 10 | inherit pypi ptest setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-parse ${PYTHON_PN}-six" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-parse ${PYTHON_PN}-six" |
13 | 13 | ||
14 | SRC_URI += " \ | 14 | SRC_URI += " \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb b/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb index b5e0769544..2bf55cbaff 100644 --- a/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb6 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-datetime \ | 11 | ${PYTHON_PN}-datetime \ |
12 | ${PYTHON_PN}-logging \ | 12 | ${PYTHON_PN}-logging \ |
13 | " | 13 | " |
@@ -16,7 +16,7 @@ SRC_URI += " \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb index fd26f3a764..dc692303fe 100644 --- a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb +++ b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb | |||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c415 | |||
14 | 14 | ||
15 | inherit pypi setuptools3 | 15 | inherit pypi setuptools3 |
16 | 16 | ||
17 | RDEPENDS_${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
18 | ${PYTHON_PN}-crypt \ | 18 | ${PYTHON_PN}-crypt \ |
19 | ${PYTHON_PN}-logging \ | 19 | ${PYTHON_PN}-logging \ |
20 | ${PYTHON_PN}-netclient \ | 20 | ${PYTHON_PN}-netclient \ |
diff --git a/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb b/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb index 47508e2223..86f29e119d 100644 --- a/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb | |||
@@ -18,4 +18,4 @@ PACKAGECONFIG[paste] = ",,,python3-paste" | |||
18 | PACKAGECONFIG[docs] = ",,,python3-sphinx python3-pylons-sphinx-themes" | 18 | PACKAGECONFIG[docs] = ",,,python3-sphinx python3-pylons-sphinx-themes" |
19 | 19 | ||
20 | DEPENDS= "python3 python3-setuptools-scm-native python3-pytest-runner-native" | 20 | DEPENDS= "python3 python3-setuptools-scm-native python3-pytest-runner-native" |
21 | RDEPENDS_${PN} += "python3-core python3-misc python3-netclient python3-pkgutil python3-setuptools python3-threading python3-core" | 21 | RDEPENDS:${PN} += "python3-core python3-misc python3-netclient python3-pkgutil python3-setuptools python3-threading python3-core" |
diff --git a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb index e8587c8325..f3e03ed309 100644 --- a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \ |
13 | ${PYTHON_PN}-cmd2 \ | 13 | ${PYTHON_PN}-cmd2 \ |
14 | ${PYTHON_PN}-pyparsing" | 14 | ${PYTHON_PN}-pyparsing" |
15 | 15 | ||
diff --git a/meta-python/recipes-devtools/python/python3-periphery_2.3.0.bb b/meta-python/recipes-devtools/python/python3-periphery_2.3.0.bb index 9e3cbb43e1..4d81b8d244 100644 --- a/meta-python/recipes-devtools/python/python3-periphery_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-periphery_2.3.0.bb | |||
@@ -10,6 +10,6 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | PYPI_PACKAGE = "python-periphery" | 11 | PYPI_PACKAGE = "python-periphery" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-mmap \ | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-mmap \ |
14 | ${PYTHON_PN}-ctypes \ | 14 | ${PYTHON_PN}-ctypes \ |
15 | ${PYTHON_PN}-fcntl" | 15 | ${PYTHON_PN}-fcntl" |
diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb index 99e1f199fa..ed25406085 100644 --- a/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb | |||
@@ -13,7 +13,7 @@ inherit pypi setuptools3 | |||
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" | 14 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "\ | 16 | RDEPENDS:${PN} = "\ |
17 | ${PYTHON_PN}-core \ | 17 | ${PYTHON_PN}-core \ |
18 | ${PYTHON_PN}-io \ | 18 | ${PYTHON_PN}-io \ |
19 | ${PYTHON_PN}-terminal \ | 19 | ${PYTHON_PN}-terminal \ |
diff --git a/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb b/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb index 7a307a6ddc..412dcfce40 100644 --- a/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "0e33670e83f6a33ebb0822e43a609c3247178d4a375ff50a4689e266d8 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-logging ${PYTHON_PN}-io" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-logging ${PYTHON_PN}-io" |
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb index 9f275b3011..aa3179f2a6 100644 --- a/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb | |||
@@ -14,7 +14,7 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | PYPI_PACKAGE = "pika" | 15 | PYPI_PACKAGE = "pika" |
16 | 16 | ||
17 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
18 | ${PYTHON_PN}-logging \ | 18 | ${PYTHON_PN}-logging \ |
19 | ${PYTHON_PN}-tornado \ | 19 | ${PYTHON_PN}-tornado \ |
20 | ${PYTHON_PN}-twisted \ | 20 | ${PYTHON_PN}-twisted \ |
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb b/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb index 045357a6ad..d0a17cb1ac 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb | |||
@@ -22,7 +22,7 @@ DEPENDS += " \ | |||
22 | openjpeg \ | 22 | openjpeg \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS:${PN} += " \ |
26 | ${PYTHON_PN}-misc \ | 26 | ${PYTHON_PN}-misc \ |
27 | ${PYTHON_PN}-logging \ | 27 | ${PYTHON_PN}-logging \ |
28 | ${PYTHON_PN}-numbers \ | 28 | ${PYTHON_PN}-numbers \ |
@@ -32,6 +32,6 @@ CVE_PRODUCT = "pillow" | |||
32 | 32 | ||
33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
34 | 34 | ||
35 | RPROVIDES_${PN} += "python3-imaging" | 35 | RPROVIDES:${PN} += "python3-imaging" |
36 | 36 | ||
37 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native" |
diff --git a/meta-python/recipes-devtools/python/python3-pint_0.17.bb b/meta-python/recipes-devtools/python/python3-pint_0.17.bb index 9a474901e9..6642f4b9b1 100644 --- a/meta-python/recipes-devtools/python/python3-pint_0.17.bb +++ b/meta-python/recipes-devtools/python/python3-pint_0.17.bb | |||
@@ -20,12 +20,12 @@ SRC_URI += " \ | |||
20 | file://run-ptest \ | 20 | file://run-ptest \ |
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS:${PN} += " \ |
24 | ${PYTHON_PN}-setuptools \ | 24 | ${PYTHON_PN}-setuptools \ |
25 | ${PYTHON_PN}-packaging \ | 25 | ${PYTHON_PN}-packaging \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RDEPENDS_${PN}-ptest += " \ | 28 | RDEPENDS:${PN}-ptest += " \ |
29 | ${PYTHON_PN}-pytest \ | 29 | ${PYTHON_PN}-pytest \ |
30 | " | 30 | " |
31 | 31 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb index 4c0e799ac4..2d68a78e37 100644 --- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb +++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" | |||
6 | 6 | ||
7 | SRC_URI[sha256sum] = "deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899" | 7 | SRC_URI[sha256sum] = "deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "pkgconfig \ | 9 | RDEPENDS:${PN} = "pkgconfig \ |
10 | ${PYTHON_PN}-shell \ | 10 | ${PYTHON_PN}-shell \ |
11 | " | 11 | " |
12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ply_3.11.bb b/meta-python/recipes-devtools/python/python3-ply_3.11.bb index 3aa010fac3..99c037bb73 100644 --- a/meta-python/recipes-devtools/python/python3-ply_3.11.bb +++ b/meta-python/recipes-devtools/python/python3-ply_3.11.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446 | |||
10 | 10 | ||
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 | ${PYTHON_PN}-netclient \ |
15 | ${PYTHON_PN}-shell \ | 15 | ${PYTHON_PN}-shell \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb b/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb index d81ee5445c..486e70c8fd 100644 --- a/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "7c7f89d09a09c7b6161bdbfb4fd304b186fc7a2060fa4f31cb3f61c646 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 ptest | 9 | inherit pypi setuptools3 ptest |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python3-six" | 11 | RDEPENDS:${PN} += "python3-six" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||
@@ -16,7 +16,7 @@ SRC_URI += " \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb b/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb index 6155b79818..9e5435bada 100644 --- a/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb index 70034f8405..58a48e9e03 100644 --- a/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "5882ed9092b391bb8f6e91f59bcdbd748924ff556bb7c634089d5519be87baa0" | 6 | SRC_URI[sha256sum] = "5882ed9092b391bb8f6e91f59bcdbd748924ff556bb7c634089d5519be87baa0" |
7 | 7 | ||
8 | do_install_append() { | 8 | do_install:append() { |
9 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"` | 9 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"` |
10 | for f in $perm_files; do | 10 | for f in $perm_files; do |
11 | chmod 644 "${f}" | 11 | chmod 644 "${f}" |
@@ -24,13 +24,13 @@ SRC_URI += " \ | |||
24 | 24 | ||
25 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 25 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
26 | 26 | ||
27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS:${PN} += " \ |
28 | ${PYTHON_PN}-math \ | 28 | ${PYTHON_PN}-math \ |
29 | ${PYTHON_PN}-html \ | 29 | ${PYTHON_PN}-html \ |
30 | ${PYTHON_PN}-wcwidth \ | 30 | ${PYTHON_PN}-wcwidth \ |
31 | " | 31 | " |
32 | 32 | ||
33 | RDEPENDS_${PN}-ptest += " \ | 33 | RDEPENDS:${PN}-ptest += " \ |
34 | ${PYTHON_PN}-pytest \ | 34 | ${PYTHON_PN}-pytest \ |
35 | ${PYTHON_PN}-sqlite3 \ | 35 | ${PYTHON_PN}-sqlite3 \ |
36 | " | 36 | " |
diff --git a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb b/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb index dccdeb7a00..24ab0399f9 100644 --- a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "a3747ad947bdfc93e5c986bdb17a6d718f3f26e8577a0807a00962f29e | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core" | 13 | RDEPENDS:${PN} += "python3-core" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-progress_1.5.bb b/meta-python/recipes-devtools/python/python3-progress_1.5.bb index 1f299dbedc..7fd6fd3ba6 100644 --- a/meta-python/recipes-devtools/python/python3-progress_1.5.bb +++ b/meta-python/recipes-devtools/python/python3-progress_1.5.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "69ecedd1d1bbe71bf6313d88d1e6c4d2957b7f1d4f71312c211257f7da | |||
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}-datetime \ | 12 | ${PYTHON_PN}-datetime \ |
13 | ${PYTHON_PN}-math \ | 13 | ${PYTHON_PN}-math \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb index f384e216ee..5d809055b0 100644 --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | PYPI_PACKAGE = "prompt_toolkit" | 10 | PYPI_PACKAGE = "prompt_toolkit" |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-core \ | 13 | ${PYTHON_PN}-core \ |
14 | ${PYTHON_PN}-six \ | 14 | ${PYTHON_PN}-six \ |
15 | ${PYTHON_PN}-terminal \ | 15 | ${PYTHON_PN}-terminal \ |
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.17.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.17.3.bb index b3f9f6f21b..b43529cc95 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.17.3.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.17.3.bb | |||
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_REGEX = "protobuf/(?P<pver>\d+(\.\d+)+)/" | |||
17 | 17 | ||
18 | DEPENDS += "protobuf" | 18 | DEPENDS += "protobuf" |
19 | 19 | ||
20 | RDEPENDS_${PN} += " \ | 20 | RDEPENDS:${PN} += " \ |
21 | ${PYTHON_PN}-datetime \ | 21 | ${PYTHON_PN}-datetime \ |
22 | ${PYTHON_PN}-json \ | 22 | ${PYTHON_PN}-json \ |
23 | ${PYTHON_PN}-logging \ | 23 | ${PYTHON_PN}-logging \ |
@@ -34,6 +34,6 @@ BBCLASSEXTEND = "native nativesdk" | |||
34 | DISTUTILS_BUILD_ARGS += "--cpp_implementation" | 34 | DISTUTILS_BUILD_ARGS += "--cpp_implementation" |
35 | DISTUTILS_INSTALL_ARGS += "--cpp_implementation" | 35 | DISTUTILS_INSTALL_ARGS += "--cpp_implementation" |
36 | 36 | ||
37 | do_compile_prepend_class-native () { | 37 | do_compile:prepend:class-native () { |
38 | export KOKORO_BUILD_NUMBER="1" | 38 | export KOKORO_BUILD_NUMBER="1" |
39 | } | 39 | } |
diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb b/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb index bd43b414d0..7186d3c975 100644 --- a/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb | |||
@@ -8,13 +8,13 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | PACKAGES =+ "${PN}-tests" | 9 | PACKAGES =+ "${PN}-tests" |
10 | 10 | ||
11 | FILES_${PN}-tests += " \ | 11 | FILES:${PN}-tests += " \ |
12 | ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ | 12 | ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ |
13 | ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ | 13 | ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ |
14 | " | 14 | " |
15 | 15 | ||
16 | 16 | ||
17 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
18 | ${PYTHON_PN}-shell \ | 18 | ${PYTHON_PN}-shell \ |
19 | ${PYTHON_PN}-threading \ | 19 | ${PYTHON_PN}-threading \ |
20 | ${PYTHON_PN}-xml \ | 20 | ${PYTHON_PN}-xml \ |
diff --git a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb index 607c719461..ff1155eeb1 100644 --- a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb | |||
@@ -14,7 +14,7 @@ UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess" | |||
14 | 14 | ||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PYTHON_PN}-core \ | 18 | ${PYTHON_PN}-core \ |
19 | ${PYTHON_PN}-fcntl \ | 19 | ${PYTHON_PN}-fcntl \ |
20 | ${PYTHON_PN}-terminal \ | 20 | ${PYTHON_PN}-terminal \ |
@@ -29,7 +29,7 @@ SRC_URI += " \ | |||
29 | file://run-ptest \ | 29 | file://run-ptest \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS_${PN}-ptest += " \ | 32 | RDEPENDS:${PN}-ptest += " \ |
33 | ${PYTHON_PN}-pytest \ | 33 | ${PYTHON_PN}-pytest \ |
34 | ${PYTHON_PN}-fcntl \ | 34 | ${PYTHON_PN}-fcntl \ |
35 | ${PYTHON_PN}-terminal \ | 35 | ${PYTHON_PN}-terminal \ |
diff --git a/meta-python/recipes-devtools/python/python3-pulsectl_21.5.18.bb b/meta-python/recipes-devtools/python/python3-pulsectl_21.5.18.bb index d039b7ee30..22603209ee 100644 --- a/meta-python/recipes-devtools/python/python3-pulsectl_21.5.18.bb +++ b/meta-python/recipes-devtools/python/python3-pulsectl_21.5.18.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f1d10048469ff90123263eb5e214061d" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "14e34563cdad5f01d193f1ef7cd859a0fbdaa846726d44b0b68f4451a7458458" | 6 | SRC_URI[sha256sum] = "14e34563cdad5f01d193f1ef7cd859a0fbdaa846726d44b0b68f4451a7458458" |
7 | 7 | ||
8 | RDEPENDS_${PN} += " \ | 8 | RDEPENDS:${PN} += " \ |
9 | libpulse \ | 9 | libpulse \ |
10 | python3-ctypes \ | 10 | python3-ctypes \ |
11 | " | 11 | " |
diff --git a/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb b/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb index 1b62a7611f..6de2f17459 100644 --- a/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb | |||
@@ -18,10 +18,10 @@ do_install_ptest() { | |||
18 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 18 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
19 | } | 19 | } |
20 | 20 | ||
21 | RDEPENDS_${PN}-ptest += "\ | 21 | RDEPENDS:${PN}-ptest += "\ |
22 | python3-pytest \ | 22 | python3-pytest \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS_${PN} += "python3-core python3-ctypes python3-datetime python3-json python3-io python3-mmap python3-multiprocessing python3-netclient python3-pickle python3-pprint python3-shell" | 25 | RDEPENDS:${PN} += "python3-core python3-ctypes python3-datetime python3-json python3-io python3-mmap python3-multiprocessing python3-netclient python3-pickle python3-pprint python3-shell" |
26 | 26 | ||
27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb b/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb index 31f07a5180..222eb1e0e8 100644 --- a/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb +++ b/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b9bfb8695a1c7e3632e800fb83c943bf67ed45ddd87cd0344851610c69 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-numbers \ | 11 | ${PYTHON_PN}-numbers \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb index 90050fb146..c1e549bcb5 100644 --- a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "3ca069c736c8ad2a3047b5033468d983a2480f94fad4feb0169c056060 | |||
10 | 10 | ||
11 | DEPENDS += "alsa-lib" | 11 | DEPENDS += "alsa-lib" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "libasound" | 13 | RDEPENDS:${PN} += "libasound" |
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb index dd39e8c405..d6a2749c24 100644 --- a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb +++ b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f614 | |||
11 | 11 | ||
12 | inherit pypi ptest setuptools3 | 12 | inherit pypi ptest setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} = "${PYTHON_PN}-pyasn1" | 14 | RDEPENDS:${PN} = "${PYTHON_PN}-pyasn1" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
17 | 17 | ||
@@ -19,7 +19,7 @@ SRC_URI += " \ | |||
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | ${PYTHON_PN}-pytest \ | 23 | ${PYTHON_PN}-pytest \ |
24 | " | 24 | " |
25 | 25 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb index 3bdb86b453..1368b923d8 100644 --- a/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb | |||
@@ -17,4 +17,4 @@ ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | |||
17 | 17 | ||
18 | inherit pkgconfig autotools python3native | 18 | inherit pkgconfig autotools python3native |
19 | 19 | ||
20 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" | 20 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" |
diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb index b2c890659e..802ca35100 100644 --- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb | |||
@@ -12,4 +12,4 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | DEPENDS += "portaudio-v19" | 13 | DEPENDS += "portaudio-v19" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "portaudio-v19" | 15 | RDEPENDS:${PN} += "portaudio-v19" |
diff --git a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb index 5242059bc6..e8d14416f8 100644 --- a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb +++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b858 | |||
13 | PYPI_PACKAGE = "PyBluez" | 13 | PYPI_PACKAGE = "PyBluez" |
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | bluez5 \ | 17 | bluez5 \ |
18 | ${PYTHON_PN}-fcntl \ | 18 | ${PYTHON_PN}-fcntl \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb index ebe11241c9..c1f52881af 100644 --- a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "PyChromecast" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-logging \ | 13 | ${PYTHON_PN}-logging \ |
14 | ${PYTHON_PN}-zeroconf \ | 14 | ${PYTHON_PN}-zeroconf \ |
15 | ${PYTHON_PN}-json \ | 15 | ${PYTHON_PN}-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb index ef2a7c589e..d47b7b563e 100644 --- a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[md5sum] = "33858f23c8b99ce8116b70c32f6b6dd9" | |||
9 | SRC_URI[sha256sum] = "24717a12799b4471c2e54aa210d642e6cd4028826a1d49fcc2b0e3497e041f1a" | 9 | SRC_URI[sha256sum] = "24717a12799b4471c2e54aa210d642e6cd4028826a1d49fcc2b0e3497e041f1a" |
10 | 10 | ||
11 | DEPENDS = "python3-cython-native python3-numpy-native virtual/crypt" | 11 | DEPENDS = "python3-cython-native python3-numpy-native virtual/crypt" |
12 | RDEPENDS_${PN} = "python3-matplotlib python3-pillow python3-profile" | 12 | RDEPENDS:${PN} = "python3-matplotlib python3-pillow python3-profile" |
diff --git a/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb b/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb index 2a5f414b2f..845a9fa0cf 100644 --- a/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb +++ b/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb | |||
@@ -10,7 +10,7 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | 12 | ||
13 | RDEPENDS_${PN}_class-target += "\ | 13 | RDEPENDS:${PN}:class-target += "\ |
14 | ${PYTHON_PN}-netclient \ | 14 | ${PYTHON_PN}-netclient \ |
15 | ${PYTHON_PN}-ply \ | 15 | ${PYTHON_PN}-ply \ |
16 | ${PYTHON_PN}-pprint \ | 16 | ${PYTHON_PN}-pprint \ |
diff --git a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb index 9fb3a485b9..526d622fd7 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb | |||
@@ -12,4 +12,4 @@ PV = "git${SRCPV}" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "python3-pydbus" | 15 | RDEPENDS:${PN} += "python3-pydbus" |
diff --git a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb index 807e7b2de5..188934ab97 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | |||
@@ -14,6 +14,6 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | S = "${WORKDIR}/pydbus-${PV}" | 15 | S = "${WORKDIR}/pydbus-${PV}" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "${PYTHON_PN}-pygobject \ | 17 | RDEPENDS:${PN} = "${PYTHON_PN}-pygobject \ |
18 | ${PYTHON_PN}-io \ | 18 | ${PYTHON_PN}-io \ |
19 | ${PYTHON_PN}-logging" | 19 | ${PYTHON_PN}-logging" |
diff --git a/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb index c6e95eb525..5bbc33ade0 100644 --- a/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84ddcef430b7c44caa22b2ff4b37a3df" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84ddcef430b7c44caa22b2ff4b37a3df" |
4 | PYPI_PACKAGE = "pyFirmata" | 4 | PYPI_PACKAGE = "pyFirmata" |
5 | 5 | ||
6 | RDEPENDS_${PN} = "\ | 6 | RDEPENDS:${PN} = "\ |
7 | ${PYTHON_PN}-pyserial \ | 7 | ${PYTHON_PN}-pyserial \ |
8 | " | 8 | " |
9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb b/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb index 69680ddcba..607879c8d3 100644 --- a/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-prettytable \ | 11 | ${PYTHON_PN}-prettytable \ |
12 | ${PYTHON_PN}-cmd2 \ | 12 | ${PYTHON_PN}-cmd2 \ |
13 | ${PYTHON_PN}-pyparsing" | 13 | ${PYTHON_PN}-pyparsing" |
diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb index 59d9b5e8b3..056ecb549a 100644 --- a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "412e00137858f04bde0729913874a48485665f2d36fe9ee449f26be864 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-six" | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-six" |
diff --git a/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb b/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb index 049c3c3cf7..8c6550a2bf 100644 --- a/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb +++ b/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" |
4 | 4 | ||
5 | RDEPENDS_${PN} += "\ | 5 | RDEPENDS:${PN} += "\ |
6 | ${PYTHON_PN}-ctypes \ | 6 | ${PYTHON_PN}-ctypes \ |
7 | ${PYTHON_PN}-io \ | 7 | ${PYTHON_PN}-io \ |
8 | ${PYTHON_PN}-misc \ | 8 | ${PYTHON_PN}-misc \ |
diff --git a/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb b/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb index 520899b8e6..87e212d9dc 100644 --- a/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b3 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
15 | ${PYTHON_PN}-javaobj-py3 \ | 15 | ${PYTHON_PN}-javaobj-py3 \ |
16 | ${PYTHON_PN}-pyasn1 \ | 16 | ${PYTHON_PN}-pyasn1 \ |
17 | ${PYTHON_PN}-pyasn1-modules \ | 17 | ${PYTHON_PN}-pyasn1-modules \ |
diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb index f1486f4773..aae1474915 100644 --- a/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "fba44e7898bbca160a2b2b501f492824fc8382485d3a6f11ba5d0c1937 | |||
10 | PYPI_PACKAGE = "PyJWT" | 10 | PYPI_PACKAGE = "PyJWT" |
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = "${PYTHON_PN}-cryptography" | 13 | RDEPENDS:${PN} = "${PYTHON_PN}-cryptography" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb index 4d4d2b79cf..6d93f384e0 100644 --- a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "pykwalify" | |||
10 | 10 | ||
11 | inherit setuptools3 pypi | 11 | inherit setuptools3 pypi |
12 | 12 | ||
13 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${PYTHON_PN}-docopt \ | 14 | ${PYTHON_PN}-docopt \ |
15 | ${PYTHON_PN}-dateutil \ | 15 | ${PYTHON_PN}-dateutil \ |
16 | ${PYTHON_PN}-ruamel-yaml \ | 16 | ${PYTHON_PN}-ruamel-yaml \ |
diff --git a/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb b/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb index 7a873a1e12..47a40fdce2 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb | |||
@@ -10,7 +10,7 @@ inherit pypi setuptools3 python3-dir | |||
10 | 10 | ||
11 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 11 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" |
12 | 12 | ||
13 | do_install_append(){ | 13 | do_install:append(){ |
14 | rm ${D}${bindir}/pylint | 14 | rm ${D}${bindir}/pylint |
15 | cat >> ${D}${bindir}/pylint <<EOF | 15 | cat >> ${D}${bindir}/pylint <<EOF |
16 | #!/usr/bin/env ${PYTHON_PN} | 16 | #!/usr/bin/env ${PYTHON_PN} |
@@ -22,12 +22,12 @@ EOF | |||
22 | } | 22 | } |
23 | 23 | ||
24 | PACKAGES =+ "${PN}-tests" | 24 | PACKAGES =+ "${PN}-tests" |
25 | FILES_${PN}-tests+= " \ | 25 | FILES:${PN}-tests+= " \ |
26 | ${PYTHON_SITEPACKAGES_DIR}/pylint/test/ \ | 26 | ${PYTHON_SITEPACKAGES_DIR}/pylint/test/ \ |
27 | ${PYTHON_SITEPACKAGES_DIR}/pylint/testutils.py \ | 27 | ${PYTHON_SITEPACKAGES_DIR}/pylint/testutils.py \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RDEPENDS_${PN} += "${PYTHON_PN}-astroid \ | 30 | RDEPENDS:${PN} += "${PYTHON_PN}-astroid \ |
31 | ${PYTHON_PN}-isort \ | 31 | ${PYTHON_PN}-isort \ |
32 | ${PYTHON_PN}-numbers \ | 32 | ${PYTHON_PN}-numbers \ |
33 | ${PYTHON_PN}-shell \ | 33 | ${PYTHON_PN}-shell \ |
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb index 1e97b27aed..6393078069 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb | |||
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git" | |||
9 | 9 | ||
10 | inherit setuptools3 | 10 | inherit setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-dateutil \ | 13 | ${PYTHON_PN}-dateutil \ |
14 | ${PYTHON_PN}-json \ | 14 | ${PYTHON_PN}-json \ |
15 | ${PYTHON_PN}-jsonschema \ | 15 | ${PYTHON_PN}-jsonschema \ |
@@ -20,5 +20,5 @@ RDEPENDS_${PN} += " \ | |||
20 | " | 20 | " |
21 | 21 | ||
22 | # Fixes: python3-pymisp requires /bin/bash, but no | 22 | # Fixes: python3-pymisp requires /bin/bash, but no |
23 | # providers found in RDEPENDS_python3-pymisp? [file-rdep] | 23 | # providers found in RDEPENDS:python3-pymisp? [file-rdep] |
24 | RDEPENDS_${PN} += "bash" | 24 | RDEPENDS:${PN} += "bash" |
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb index e715eb86a0..17975ff5d3 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb | |||
@@ -14,9 +14,9 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | PACKAGES =+ "${PYTHON_PN}-bson" | 15 | PACKAGES =+ "${PYTHON_PN}-bson" |
16 | 16 | ||
17 | FILES_${PYTHON_PN}-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*" | 17 | FILES:${PYTHON_PN}-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*" |
18 | 18 | ||
19 | RDEPENDS_${PYTHON_PN}-bson += " \ | 19 | RDEPENDS:${PYTHON_PN}-bson += " \ |
20 | ${PYTHON_PN}-datetime \ | 20 | ${PYTHON_PN}-datetime \ |
21 | ${PYTHON_PN}-json \ | 21 | ${PYTHON_PN}-json \ |
22 | ${PYTHON_PN}-netclient \ | 22 | ${PYTHON_PN}-netclient \ |
@@ -24,7 +24,7 @@ RDEPENDS_${PYTHON_PN}-bson += " \ | |||
24 | ${PYTHON_PN}-threading \ | 24 | ${PYTHON_PN}-threading \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS:${PN} += " \ |
28 | ${PYTHON_PN}-bson \ | 28 | ${PYTHON_PN}-bson \ |
29 | ${PYTHON_PN}-pprint \ | 29 | ${PYTHON_PN}-pprint \ |
30 | " | 30 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb b/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb index 36e2921ae6..1f6fbd3bb1 100644 --- a/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb | |||
@@ -13,4 +13,4 @@ SRC_URI[sha256sum] = "816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5 | |||
13 | PYPI_PACKAGE = "PyMySQL" | 13 | PYPI_PACKAGE = "PyMySQL" |
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "${PYTHON_PN}-cryptography" | 16 | RDEPENDS:${PN} += "${PYTHON_PN}-cryptography" |
diff --git a/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb index 6fd42ebf81..b4a6b7af6f 100644 --- a/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb | |||
@@ -17,16 +17,16 @@ DEPENDS += "\ | |||
17 | libsodium \ | 17 | libsodium \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN} = "\ | 20 | RDEPENDS:${PN} = "\ |
21 | ${PYTHON_PN}-six \ | 21 | ${PYTHON_PN}-six \ |
22 | ${PYTHON_PN}-cffi \ | 22 | ${PYTHON_PN}-cffi \ |
23 | libsodium \ | 23 | libsodium \ |
24 | " | 24 | " |
25 | 25 | ||
26 | do_compile_prepend() { | 26 | do_compile:prepend() { |
27 | export SODIUM_INSTALL=system | 27 | export SODIUM_INSTALL=system |
28 | } | 28 | } |
29 | 29 | ||
30 | do_install_prepend() { | 30 | do_install:prepend() { |
31 | export SODIUM_INSTALL=system | 31 | export SODIUM_INSTALL=system |
32 | } | 32 | } |
diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb index e121ef8444..eda9381a54 100644 --- a/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb | |||
@@ -11,13 +11,13 @@ PYPI_PACKAGE = "pyOpenSSL" | |||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | PACKAGES =+ "${PN}-tests" | 13 | 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 | ${PYTHON_PN}-cryptography \ |
18 | ${PYTHON_PN}-six \ | 18 | ${PYTHON_PN}-six \ |
19 | ${PYTHON_PN}-threading \ | 19 | ${PYTHON_PN}-threading \ |
20 | " | 20 | " |
21 | RDEPENDS_${PN}-tests = "${PN}" | 21 | RDEPENDS:${PN}-tests = "${PN}" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb index 142d075493..5295bdaed3 100644 --- a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-ctypes \ | 11 | ${PYTHON_PN}-ctypes \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb b/meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb index 70676b05f3..89d22ee897 100644 --- a/meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb | |||
@@ -20,4 +20,4 @@ DEPENDS += "${PYTHON_PN}-six-native" | |||
20 | PYPI_PACKAGE = "pyperf" | 20 | PYPI_PACKAGE = "pyperf" |
21 | inherit pypi setuptools3 | 21 | inherit pypi setuptools3 |
22 | 22 | ||
23 | RDEPENDS_${PN} += "${PYTHON_PN}-misc" | 23 | RDEPENDS:${PN} += "${PYTHON_PN}-misc" |
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb index 903bd6459c..a85b0929d4 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "45460d12ed2a5caf272a357a3360b36d1e346f17afe1425b66fc21d70f | |||
7 | 7 | ||
8 | inherit setuptools3 pypi ptest | 8 | inherit setuptools3 pypi ptest |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-ctypes \ | 11 | ${PYTHON_PN}-ctypes \ |
12 | ${PYTHON_PN}-distutils \ | 12 | ${PYTHON_PN}-distutils \ |
13 | ${PYTHON_PN}-io \ | 13 | ${PYTHON_PN}-io \ |
@@ -25,7 +25,7 @@ SRC_URI += " \ | |||
25 | file://run-ptest \ | 25 | file://run-ptest \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RDEPENDS_${PN}-ptest += " \ | 28 | RDEPENDS:${PN}-ptest += " \ |
29 | ${PYTHON_PN}-pytest \ | 29 | ${PYTHON_PN}-pytest \ |
30 | ${PYTHON_PN}-fcntl \ | 30 | ${PYTHON_PN}-fcntl \ |
31 | " | 31 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb index 7b792284e2..0b4d2564f6 100644 --- a/meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-numbers \ | 11 | ${PYTHON_PN}-numbers \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb index 4be80e28cd..4766d92266 100644 --- a/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb | |||
@@ -6,7 +6,7 @@ SRC_URI[sha256sum] = "3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b49 | |||
6 | 6 | ||
7 | inherit pypi setuptools3 ptest | 7 | inherit pypi setuptools3 ptest |
8 | 8 | ||
9 | do_install_append() { | 9 | do_install:append() { |
10 | rm -f ${D}${bindir}/pyserial-miniterm | 10 | rm -f ${D}${bindir}/pyserial-miniterm |
11 | rm -f ${D}${bindir}/pyserial-ports | 11 | rm -f ${D}${bindir}/pyserial-ports |
12 | rmdir ${D}${bindir} | 12 | rmdir ${D}${bindir} |
@@ -14,17 +14,17 @@ do_install_append() { | |||
14 | 14 | ||
15 | PACKAGES =+ "${PN}-java ${PN}-osx ${PN}-win32 ${PN}-tools" | 15 | PACKAGES =+ "${PN}-java ${PN}-osx ${PN}-win32 ${PN}-tools" |
16 | 16 | ||
17 | FILES_${PN}-java = " \ | 17 | FILES:${PN}-java = " \ |
18 | ${PYTHON_SITEPACKAGES_DIR}/serial/*java* \ | 18 | ${PYTHON_SITEPACKAGES_DIR}/serial/*java* \ |
19 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*java* \ | 19 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*java* \ |
20 | " | 20 | " |
21 | 21 | ||
22 | FILES_${PN}-osx = " \ | 22 | FILES:${PN}-osx = " \ |
23 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/*osx* \ | 23 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/*osx* \ |
24 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/*osx* \ | 24 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/*osx* \ |
25 | " | 25 | " |
26 | 26 | ||
27 | FILES_${PN}-win32 = " \ | 27 | FILES:${PN}-win32 = " \ |
28 | ${PYTHON_SITEPACKAGES_DIR}/serial/*serialcli* \ | 28 | ${PYTHON_SITEPACKAGES_DIR}/serial/*serialcli* \ |
29 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*serialcli* \ | 29 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*serialcli* \ |
30 | ${PYTHON_SITEPACKAGES_DIR}/serial/*win32* \ | 30 | ${PYTHON_SITEPACKAGES_DIR}/serial/*win32* \ |
@@ -35,7 +35,7 @@ FILES_${PN}-win32 = " \ | |||
35 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/*windows* \ | 35 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/*windows* \ |
36 | " | 36 | " |
37 | 37 | ||
38 | RDEPENDS_${PN} = "\ | 38 | RDEPENDS:${PN} = "\ |
39 | ${PYTHON_PN}-fcntl \ | 39 | ${PYTHON_PN}-fcntl \ |
40 | ${PYTHON_PN}-io \ | 40 | ${PYTHON_PN}-io \ |
41 | ${PYTHON_PN}-logging \ | 41 | ${PYTHON_PN}-logging \ |
@@ -52,7 +52,7 @@ SRC_URI += " \ | |||
52 | file://run-ptest \ | 52 | file://run-ptest \ |
53 | " | 53 | " |
54 | 54 | ||
55 | RDEPENDS_${PN}-ptest += " \ | 55 | RDEPENDS:${PN}-ptest += " \ |
56 | ${PYTHON_PN}-pytest \ | 56 | ${PYTHON_PN}-pytest \ |
57 | " | 57 | " |
58 | 58 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb index d0db8a0636..9144401703 100644 --- a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b | |||
9 | PYPI_PACKAGE = "PySocks" | 9 | 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 | ${PYTHON_PN}-email \ |
14 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
15 | ${PYTHON_PN}-logging \ | 15 | ${PYTHON_PN}-logging \ |
diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb index 220393c550..e8d75e9d75 100644 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "2a72897cfd342382573632d80d38776884a38c8d02353d9d5da4e9e8e8 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-ifaddr \ | 12 | ${PYTHON_PN}-ifaddr \ |
13 | ${PYTHON_PN}-requests \ | 13 | ${PYTHON_PN}-requests \ |
14 | ${PYTHON_PN}-xmltodict \ | 14 | ${PYTHON_PN}-xmltodict \ |
diff --git a/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb b/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb index feb4986109..bbf4fbbf52 100644 --- a/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb +++ b/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eab | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-netserver \ | 12 | ${PYTHON_PN}-netserver \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb b/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb index 6f302fa52f..cdfb7d3b0c 100644 --- a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb | |||
@@ -6,7 +6,7 @@ SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3" | |||
6 | SRC_URI[sha256sum] = "cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972" | 6 | SRC_URI[sha256sum] = "cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972" |
7 | 7 | ||
8 | DEPENDS = "systemd" | 8 | DEPENDS = "systemd" |
9 | RDEPENDS_${PN} += "python3-xml python3-pprint" | 9 | RDEPENDS:${PN} += "python3-xml python3-pprint" |
10 | REQUIRED_DISTRO_FEATURES = "systemd" | 10 | REQUIRED_DISTRO_FEATURES = "systemd" |
11 | 11 | ||
12 | inherit pypi setuptools3 features_check | 12 | inherit pypi setuptools3 features_check |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.15.1.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.15.1.bb index 1aa606b78b..1c7df2c72c 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.15.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "2564ceb9612bbd560d19ca4b41347b54e7835c2f792c504f698e05395e | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-pytest \ | 11 | ${PYTHON_PN}-pytest \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb b/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb index 5fb11ddb7f..bde9935ffe 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "40e263f912de5a81d891619032983557d62a3d85843f9a9f30b98baea0 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core python3-py-cpuinfo python3-pytest python3-aspectlib" | 13 | RDEPENDS:${PN} += "python3-core python3-py-cpuinfo python3-pytest python3-aspectlib" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb index 4ce91dd982..5338ffdd29 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "be7468edd4d3d83f1e844959fd6e3fd28e77a481440a7118d430130ea3 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core python3-execnet python3-pprint python3-py python3-pytest" | 13 | RDEPENDS:${PN} += "python3-core python3-execnet python3-pprint python3-py python3-pytest" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb index 86b66f0211..c1f9f96ff4 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb | |||
@@ -13,6 +13,6 @@ DEPENDS += "\ | |||
13 | ${PYTHON_PN}-pip-native \ | 13 | ${PYTHON_PN}-pip-native \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb index bd543d2f09..cd0450f519 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb | |||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "pytest-html" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.11.0.bb b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.11.0.bb index a1b62d16e4..060eee3a5a 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.11.0.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "pytest-metadata" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |
14 | ${PYTHON_PN}-pytest \ | 14 | ${PYTHON_PN}-pytest \ |
15 | " | 15 | " |
16 | 16 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb b/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb index fcbd29050e..28b7053218 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | DEPENDS += " \ | 9 | DEPENDS += " \ |
10 | ${PYTHON_PN}-setuptools-scm-native" | 10 | ${PYTHON_PN}-setuptools-scm-native" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \ | 12 | RDEPENDS:${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \ |
13 | ${PYTHON_PN}-io" | 13 | ${PYTHON_PN}-io" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb index 7a48fd520f..972c99e38f 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb | |||
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "e7d91813a9aa991db87dacdef8cfd3f1657632d731d56d06238c5ffb63 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-pytest \ | 13 | ${PYTHON_PN}-pytest \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb b/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb index 906d67064e..3fb8bdf822 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f4 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = "${PYTHON_PN}-pytest" | 13 | RDEPENDS:${PN} = "${PYTHON_PN}-pytest" |
diff --git a/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb index fd66a6ffd7..55e642c278 100644 --- a/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "71199bdeee942ba1258b65f88ca5624278e63b31e7643ee8ca7292d2f5 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python3-io" | 11 | RDEPENDS:${PN} += "python3-io" |
diff --git a/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb index 1533a895f3..0f04a12039 100644 --- a/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb +++ b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb | |||
@@ -15,12 +15,12 @@ SRC_URI += " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-datetime \ | 19 | ${PYTHON_PN}-datetime \ |
20 | ${PYTHON_PN}-stringold \ | 20 | ${PYTHON_PN}-stringold \ |
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS_${PN}-ptest += " \ | 23 | RDEPENDS:${PN}-ptest += " \ |
24 | ${PYTHON_PN}-pytest \ | 24 | ${PYTHON_PN}-pytest \ |
25 | " | 25 | " |
26 | 26 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb b/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb index cc4dfecfa3..dc51966901 100644 --- a/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb | |||
@@ -8,7 +8,7 @@ inherit pypi setuptools3 ptest | |||
8 | SRC_URI[md5sum] = "8c849bdf95414fe708a84473e42d4406" | 8 | SRC_URI[md5sum] = "8c849bdf95414fe708a84473e42d4406" |
9 | SRC_URI[sha256sum] = "83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da" | 9 | SRC_URI[sha256sum] = "83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da" |
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target += "\ | 11 | RDEPENDS:${PN}:class-target += "\ |
12 | ${PYTHON_PN}-datetime \ | 12 | ${PYTHON_PN}-datetime \ |
13 | ${PYTHON_PN}-doctest \ | 13 | ${PYTHON_PN}-doctest \ |
14 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
@@ -23,7 +23,7 @@ SRC_URI += " \ | |||
23 | file://run-ptest \ | 23 | file://run-ptest \ |
24 | " | 24 | " |
25 | 25 | ||
26 | RDEPENDS_${PN}-ptest += " \ | 26 | RDEPENDS:${PN}-ptest += " \ |
27 | ${PYTHON_PN}-pytest \ | 27 | ${PYTHON_PN}-pytest \ |
28 | " | 28 | " |
29 | 29 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb index 38c012843f..dc70b482b1 100644 --- a/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb | |||
@@ -7,12 +7,12 @@ SRC_URI[sha256sum] = "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c68800 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | do_configure_prepend() { | 10 | do_configure:prepend() { |
11 | sed -i "/import pyudev/d" ${S}/setup.py | 11 | sed -i "/import pyudev/d" ${S}/setup.py |
12 | sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py | 12 | sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py |
13 | } | 13 | } |
14 | 14 | ||
15 | RDEPENDS_${PN} = "\ | 15 | RDEPENDS:${PN} = "\ |
16 | ${PYTHON_PN}-ctypes \ | 16 | ${PYTHON_PN}-ctypes \ |
17 | ${PYTHON_PN}-misc \ | 17 | ${PYTHON_PN}-misc \ |
18 | ${PYTHON_PN}-six \ | 18 | ${PYTHON_PN}-six \ |
diff --git a/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb b/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb index 30b2c6d886..286e9672b1 100644 --- a/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e64a29fcd3c3dd356a24e235dfcb3905" | |||
5 | 5 | ||
6 | DEPENDS += "libusb1 ${PYTHON_PN}-setuptools-scm-native" | 6 | DEPENDS += "libusb1 ${PYTHON_PN}-setuptools-scm-native" |
7 | 7 | ||
8 | RDEPENDS_${PN} += " \ | 8 | RDEPENDS:${PN} += " \ |
9 | python3-logging \ | 9 | python3-logging \ |
10 | " | 10 | " |
11 | 11 | ||
@@ -13,6 +13,6 @@ SRC_URI[sha256sum] = "a4cc7404a203144754164b8b40994e2849fde1cfff06b08492f12fff9d | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "libusb1" | 16 | RDEPENDS:${PN} += "libusb1" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb index f213131da2..9e418f04b5 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb | |||
@@ -5,18 +5,18 @@ LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \ | |||
5 | file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e" | 5 | file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e" |
6 | DEPENDS = "zeromq" | 6 | DEPENDS = "zeromq" |
7 | 7 | ||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:" | 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-pyzmq:" |
9 | 9 | ||
10 | SRC_URI += "file://club-rpath-out.patch" | 10 | SRC_URI += "file://club-rpath-out.patch" |
11 | SRC_URI[sha256sum] = "7040d6dd85ea65703904d023d7f57fab793d7ffee9ba9e14f3b897f34ff2415d" | 11 | SRC_URI[sha256sum] = "7040d6dd85ea65703904d023d7f57fab793d7ffee9ba9e14f3b897f34ff2415d" |
12 | 12 | ||
13 | inherit pypi pkgconfig setuptools3 | 13 | inherit pypi pkgconfig setuptools3 |
14 | 14 | ||
15 | RDEPENDS_${PN} += "${PYTHON_PN}-multiprocessing" | 15 | RDEPENDS:${PN} += "${PYTHON_PN}-multiprocessing" |
16 | 16 | ||
17 | FILES_${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug" | 17 | FILES:${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug" |
18 | 18 | ||
19 | do_compile_prepend() { | 19 | do_compile:prepend() { |
20 | echo [global] > ${S}/setup.cfg | 20 | echo [global] > ${S}/setup.cfg |
21 | echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg | 21 | echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg |
22 | echo have_sys_un_h = True >> ${S}/setup.cfg | 22 | echo have_sys_un_h = True >> ${S}/setup.cfg |
diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb index d5f54e60a0..c9e9ebf097 100644 --- a/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb +++ b/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "153ad96f5892e6fe2f3699296240976ac3a6d068e2eb48bbfc64b4c4c4 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "python3-six python3-pillow" | 11 | RDEPENDS:${PN} = "python3-six python3-pillow" |
diff --git a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb b/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb index 47cdc49d97..589e6638bf 100644 --- a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb | |||
@@ -6,7 +6,7 @@ SRC_URI[sha256sum] = "7ce4d757eb26f4dd43205ec340d8c097f29e5adfe45d6ea20238c731dc | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} += " \ | 9 | RDEPENDS:${PN} += " \ |
10 | ${PYTHON_PN}-isodate \ | 10 | ${PYTHON_PN}-isodate \ |
11 | ${PYTHON_PN}-pyparsing \ | 11 | ${PYTHON_PN}-pyparsing \ |
12 | ${PYTHON_PN}-logging \ | 12 | ${PYTHON_PN}-logging \ |
diff --git a/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb b/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb index 1887bf9e80..92f6e3ed26 100644 --- a/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb +++ b/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-datetime \ | 13 | ${PYTHON_PN}-datetime \ |
14 | ${PYTHON_PN}-cryptography \ | 14 | ${PYTHON_PN}-cryptography \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb b/meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb index 458236d557..09f98112f9 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb | |||
@@ -7,7 +7,7 @@ inherit pypi setuptools3 | |||
7 | 7 | ||
8 | SRC_URI[sha256sum] = "8394e266005f2d8c6f0bc6780001f7afa3ef81a7a2111fa35058ded6fce79e4d" | 8 | SRC_URI[sha256sum] = "8394e266005f2d8c6f0bc6780001f7afa3ef81a7a2111fa35058ded6fce79e4d" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | python3-stringold \ | 11 | python3-stringold \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb b/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb index 88915b8fb4..21cdb8c127 100644 --- a/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
@@ -21,7 +21,7 @@ do_install_ptest() { | |||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
22 | } | 22 | } |
23 | 23 | ||
24 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS:${PN} += " \ |
25 | python3-requests \ | 25 | python3-requests \ |
26 | " | 26 | " |
27 | 27 | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb b/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb index 3f99ed6756..6df8e7e0bb 100644 --- a/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "7504ceb5cba8a5c0135ed738596820a78c5f2be92d79b29f96ba99b183 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | python3-requests \ | 12 | python3-requests \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb index 2372ffa45d..4b57e13a9a 100644 --- a/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c3 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | python3-requests \ | 12 | python3-requests \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb index fd48cd33a2..12531d75fe 100644 --- a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb | |||
@@ -6,4 +6,4 @@ SRC_URI[sha256sum] = "b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8b | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} += "${PYTHON_PN}-requests" | 9 | RDEPENDS:${PN} += "${PYTHON_PN}-requests" |
diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb index cb1bc607b3..366f41ca81 100644 --- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb | |||
@@ -13,11 +13,11 @@ SRC_URI[sha256sum] = "968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610 | |||
13 | 13 | ||
14 | inherit pypi setuptools3 ptest | 14 | inherit pypi setuptools3 ptest |
15 | 15 | ||
16 | RDEPENDS_${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
17 | ${PYTHON_PN}-requests (>=2.0.1) \ | 17 | ${PYTHON_PN}-requests (>=2.0.1) \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
21 | ${PYTHON_PN}-pytest \ | 21 | ${PYTHON_PN}-pytest \ |
22 | ${PYTHON_PN}-betamax \ | 22 | ${PYTHON_PN}-betamax \ |
23 | ${PYTHON_PN}-mock \ | 23 | ${PYTHON_PN}-mock \ |
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.26.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.26.0.bb index 95e6e1a6b6..406e42a5e0 100644 --- a/meta-python/recipes-devtools/python/python3-requests_2.26.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests_2.26.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b0 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-email \ | 11 | ${PYTHON_PN}-email \ |
12 | ${PYTHON_PN}-json \ | 12 | ${PYTHON_PN}-json \ |
13 | ${PYTHON_PN}-ndg-httpsclient \ | 13 | ${PYTHON_PN}-ndg-httpsclient \ |
diff --git a/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb b/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb index f1064f327d..7f1bbaf97d 100644 --- a/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/naimetti/rfc3339-validator" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" |
5 | 5 | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-rfc3339-validator:" | 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-rfc3339-validator:" |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b" | 8 | SRC_URI[sha256sum] = "138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b" |
9 | 9 | ||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "rfc3339_validator" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-core \ | 15 | ${PYTHON_PN}-core \ |
16 | ${PYTHON_PN}-datetime \ | 16 | ${PYTHON_PN}-datetime \ |
17 | ${PYTHON_PN}-six \ | 17 | ${PYTHON_PN}-six \ |
diff --git a/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb b/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb index ed668fba98..68b3db1f48 100644 --- a/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/naimetti/rfc3986-validator" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" |
5 | 5 | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-rfc3986-validator:" | 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-rfc3986-validator:" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "47f7657b790aaf6011a1ab3d86c6be95" | 8 | SRC_URI[md5sum] = "47f7657b790aaf6011a1ab3d86c6be95" |
9 | SRC_URI[sha256sum] = "3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055" | 9 | SRC_URI[sha256sum] = "3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055" |
@@ -12,11 +12,11 @@ PYPI_PACKAGE = "rfc3986_validator" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI_append = " \ | 15 | SRC_URI:append = " \ |
16 | file://0001-setup.py-move-pytest-runner-to-test_requirements.patch \ | 16 | file://0001-setup.py-move-pytest-runner-to-test_requirements.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
20 | python3-core \ | 20 | python3-core \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb index b6de42f7c1..d9465af081 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | SRC_URI += "file://e31d5fdf2ea00ac6349e64580a20816783064dd4.patch" | 13 | SRC_URI += "file://e31d5fdf2ea00ac6349e64580a20816783064dd4.patch" |
14 | 14 | ||
15 | RDEPENDS_${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
16 | ${PYTHON_PN}-pyserial \ | 16 | ${PYTHON_PN}-pyserial \ |
17 | ${PYTHON_PN}-robotframework \ | 17 | ${PYTHON_PN}-robotframework \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb index d95ab109a3..cc6c9758b3 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb | |||
@@ -15,7 +15,7 @@ PYPI_PACKAGE_EXT = "zip" | |||
15 | 15 | ||
16 | SRC_URI[sha256sum] = "93c2107f789fd897f234f4b8f1ba8e7b9f4ef326d9bcbfceb71dda8cc197388c" | 16 | SRC_URI[sha256sum] = "93c2107f789fd897f234f4b8f1ba8e7b9f4ef326d9bcbfceb71dda8cc197388c" |
17 | 17 | ||
18 | RDEPENDS_${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-shell \ | 19 | ${PYTHON_PN}-shell \ |
20 | ${PYTHON_PN}-pprint \ | 20 | ${PYTHON_PN}-pprint \ |
21 | ${PYTHON_PN}-xml \ | 21 | ${PYTHON_PN}-xml \ |
diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb b/meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb index dcb42aaa9c..4a9b9a9d3f 100644 --- a/meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e | |||
8 | 8 | ||
9 | inherit pypi setuptools3 update-alternatives | 9 | inherit pypi setuptools3 update-alternatives |
10 | 10 | ||
11 | ALTERNATIVE_${PN} = "\ | 11 | ALTERNATIVE:${PN} = "\ |
12 | pyrsa-decrypt \ | 12 | pyrsa-decrypt \ |
13 | pyrsa-encrypt \ | 13 | pyrsa-encrypt \ |
14 | pyrsa-keygen \ | 14 | pyrsa-keygen \ |
@@ -26,7 +26,7 @@ ALTERNATIVE_LINK_NAME[pyrsa-verify] = "${bindir}/pyrsa-verify" | |||
26 | ALTERNATIVE_PRIORITY = "30" | 26 | ALTERNATIVE_PRIORITY = "30" |
27 | 27 | ||
28 | 28 | ||
29 | RDEPENDS_${PN} += "\ | 29 | RDEPENDS:${PN} += "\ |
30 | ${PYTHON_PN}-compression \ | 30 | ${PYTHON_PN}-compression \ |
31 | ${PYTHON_PN}-crypt \ | 31 | ${PYTHON_PN}-crypt \ |
32 | ${PYTHON_PN}-doctest \ | 32 | ${PYTHON_PN}-doctest \ |
@@ -37,4 +37,4 @@ RDEPENDS_${PN} += "\ | |||
37 | ${PYTHON_PN}-pickle \ | 37 | ${PYTHON_PN}-pickle \ |
38 | " | 38 | " |
39 | 39 | ||
40 | RDEPENDS_${PN} += "${PYTHON_PN}-pyasn1" | 40 | RDEPENDS:${PN} += "${PYTHON_PN}-pyasn1" |
diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb index 3414ed097b..ec29436b79 100644 --- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb +++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb | |||
@@ -10,11 +10,11 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67" | 11 | SRC_URI[sha256sum] = "106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-shell \ | 14 | ${PYTHON_PN}-shell \ |
15 | " | 15 | " |
16 | 16 | ||
17 | do_install_prepend() { | 17 | do_install:prepend() { |
18 | export RUAMEL_NO_PIP_INSTALL_CHECK=1 | 18 | export RUAMEL_NO_PIP_INSTALL_CHECK=1 |
19 | } | 19 | } |
20 | 20 | ||
diff --git a/meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb b/meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb index da3130016a..691742d6d3 100644 --- a/meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb +++ b/meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb | |||
@@ -13,11 +13,11 @@ SRC_URI += " \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN} += " \ | 20 | RDEPENDS:${PN} += " \ |
21 | ${PYTHON_PN}-ctypes \ | 21 | ${PYTHON_PN}-ctypes \ |
22 | " | 22 | " |
23 | 23 | ||
diff --git a/meta-python/recipes-devtools/python/python3-semver_2.13.0.bb b/meta-python/recipes-devtools/python/python3-semver_2.13.0.bb index 8c7c424c6d..b47bcae008 100644 --- a/meta-python/recipes-devtools/python/python3-semver_2.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-semver_2.13.0.bb | |||
@@ -15,7 +15,7 @@ SRC_URI += " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb index ce62dedd79..f3f2e1d1be 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/getsentry/sentry-python" | |||
5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" |
7 | 7 | ||
8 | RDEPENDS_${PN} += "python3-urllib3" | 8 | RDEPENDS:${PN} += "python3-urllib3" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c" | 10 | SRC_URI[sha256sum] = "5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c" |
11 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.40.bb b/meta-python/recipes-devtools/python/python3-serpent_1.40.bb index 305222f764..935531a856 100644 --- a/meta-python/recipes-devtools/python/python3-serpent_1.40.bb +++ b/meta-python/recipes-devtools/python/python3-serpent_1.40.bb | |||
@@ -10,7 +10,7 @@ SRC_URI += " \ | |||
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | 12 | ||
13 | RDEPENDS_${PN}-ptest += " \ | 13 | RDEPENDS:${PN}-ptest += " \ |
14 | ${PYTHON_PN}-pytest \ | 14 | ${PYTHON_PN}-pytest \ |
15 | ${PYTHON_PN}-pytz \ | 15 | ${PYTHON_PN}-pytz \ |
16 | " | 16 | " |
@@ -20,7 +20,7 @@ do_install_ptest() { | |||
20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} += "\ | 23 | RDEPENDS:${PN} += "\ |
24 | ${PYTHON_PN}-netclient \ | 24 | ${PYTHON_PN}-netclient \ |
25 | ${PYTHON_PN}-numbers \ | 25 | ${PYTHON_PN}-numbers \ |
26 | " | 26 | " |
diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb index 5728ccf252..f8cecfdfcb 100644 --- a/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb +++ b/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "sh" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-codecs \ | 13 | ${PYTHON_PN}-codecs \ |
14 | ${PYTHON_PN}-core \ | 14 | ${PYTHON_PN}-core \ |
15 | ${PYTHON_PN}-io \ | 15 | ${PYTHON_PN}-io \ |
diff --git a/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb b/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb index 1cacf9af2a..9708fc6262 100644 --- a/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb +++ b/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb | |||
@@ -14,7 +14,7 @@ SRC_URI += " \ | |||
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
19 | " | 19 | " |
20 | 20 | ||
diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb index 11b057743c..5c40cb85fb 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb | |||
@@ -8,15 +8,15 @@ SRC_URI[sha256sum] = "da72a452bcf4349fc467a12b54ab0e63e654a571cacc44084826d52bde | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-io \ | 12 | ${PYTHON_PN}-io \ |
13 | ${PYTHON_PN}-netserver \ | 13 | ${PYTHON_PN}-netserver \ |
14 | ${PYTHON_PN}-numbers \ | 14 | ${PYTHON_PN}-numbers \ |
15 | " | 15 | " |
16 | 16 | ||
17 | PACKAGES =+ "${PN}-tests" | 17 | PACKAGES =+ "${PN}-tests" |
18 | RDEPENDS_${PN}-tests = "${PN} ${PYTHON_PN}-unittest" | 18 | RDEPENDS:${PN}-tests = "${PN} ${PYTHON_PN}-unittest" |
19 | FILES_${PN}-tests+= " \ | 19 | FILES:${PN}-tests+= " \ |
20 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ | 20 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ |
21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ | 21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ |
22 | " | 22 | " |
diff --git a/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb b/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb index 23099f32d3..00d83ab61b 100644 --- a/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb | |||
@@ -20,11 +20,11 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
20 | SRC_URI[md5sum] = "28ae5f93853466c44ec96706ba2a1eb4" | 20 | SRC_URI[md5sum] = "28ae5f93853466c44ec96706ba2a1eb4" |
21 | SRC_URI[sha256sum] = "c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b" | 21 | SRC_URI[sha256sum] = "c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b" |
22 | 22 | ||
23 | do_compile_prepend() { | 23 | do_compile:prepend() { |
24 | sed -e 's/@VERSION@/${PV}/g' ${S}/setup.py.in > ${S}/setup.py | 24 | sed -e 's/@VERSION@/${PV}/g' ${S}/setup.py.in > ${S}/setup.py |
25 | } | 25 | } |
26 | 26 | ||
27 | RDEPENDS_${PN} += "\ | 27 | RDEPENDS:${PN} += "\ |
28 | ${PYTHON_PN}-six \ | 28 | ${PYTHON_PN}-six \ |
29 | " | 29 | " |
30 | # http://errors.yoctoproject.org/Errors/Details/184713/ | 30 | # http://errors.yoctoproject.org/Errors/Details/184713/ |
diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb index fe0b8d1eff..a277930126 100644 --- a/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb | |||
@@ -12,7 +12,7 @@ CLEANBROKEN = "1" | |||
12 | 12 | ||
13 | PYPI_PACKAGE = "smbus2" | 13 | PYPI_PACKAGE = "smbus2" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-ctypes \ | 16 | ${PYTHON_PN}-ctypes \ |
17 | ${PYTHON_PN}-fcntl \ | 17 | ${PYTHON_PN}-fcntl \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb b/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb index 15b326bad4..56d8f9eea0 100644 --- a/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | ${PYTHON_PN}-unittest \ | 17 | ${PYTHON_PN}-unittest \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb b/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb index 64787feecc..f8e6281a18 100644 --- a/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb | |||
@@ -10,6 +10,6 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | PYPI_PACKAGE = "python-snappy" | 11 | PYPI_PACKAGE = "python-snappy" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "snappy" | 13 | RDEPENDS:${PN} += "snappy" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb b/meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb index 4a9d3ebef9..18a1753bb7 100644 --- a/meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb | |||
@@ -15,7 +15,7 @@ PACKAGECONFIG ?= "asyncio_client client" | |||
15 | PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" | 15 | PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" |
16 | PACKAGECONFIG[client] = ",,,${PYTHON_PN}-requests ${PYTHON_PN}-websocket-client" | 16 | PACKAGECONFIG[client] = ",,,${PYTHON_PN}-requests ${PYTHON_PN}-websocket-client" |
17 | 17 | ||
18 | RDEPENDS_${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
19 | ${PYTHON_PN}-engineio \ | 19 | ${PYTHON_PN}-engineio \ |
20 | ${PYTHON_PN}-logging \ | 20 | ${PYTHON_PN}-logging \ |
21 | ${PYTHON_PN}-math \ | 21 | ${PYTHON_PN}-math \ |
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb index 93ef04f145..a656af6246 100644 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | ${PYTHON_PN}-beautifulsoup4 \ | 17 | ${PYTHON_PN}-beautifulsoup4 \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb index 2fbbed3262..06d98cbe1e 100644 --- a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb | |||
@@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d41 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} = "${PYTHON_PN}-misc" | 10 | RDEPENDS:${PN} = "${PYTHON_PN}-misc" |
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb index feb509e3f4..bdc48cf46c 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "ec1be26cdccd60d180359a527d5980d959a26269a2c7b1b327a1eea0ca | |||
9 | PYPI_PACKAGE = "SQLAlchemy" | 9 | PYPI_PACKAGE = "SQLAlchemy" |
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-json \ | 13 | ${PYTHON_PN}-json \ |
14 | ${PYTHON_PN}-pickle \ | 14 | ${PYTHON_PN}-pickle \ |
15 | ${PYTHON_PN}-logging \ | 15 | ${PYTHON_PN}-logging \ |
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb index c8a64c1095..a159975f71 100644 --- a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb | |||
@@ -16,7 +16,7 @@ export HOST_SYS | |||
16 | 16 | ||
17 | inherit pypi ptest setuptools3 | 17 | inherit pypi ptest setuptools3 |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | ${PYTHON_PN}-unixadmin \ | 21 | ${PYTHON_PN}-unixadmin \ |
22 | " | 22 | " |
diff --git a/meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb index 5103717182..486fa71a85 100644 --- a/meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb | |||
@@ -9,6 +9,6 @@ DEPENDS += "${PYTHON_PN}-pbr-native" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.2.2.bb b/meta-python/recipes-devtools/python/python3-supervisor_4.2.2.bb index 6944ecb979..f89c206dd5 100644 --- a/meta-python/recipes-devtools/python/python3-supervisor_4.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-supervisor_4.2.2.bb | |||
@@ -11,16 +11,16 @@ SRC_URI[sha256sum] = "5b2b8882ec8a3c3733cce6965cc098b6d80b417f21229ab90b18fe551d | |||
11 | 11 | ||
12 | PYPI_PACKAGE = "supervisor" | 12 | PYPI_PACKAGE = "supervisor" |
13 | inherit pypi systemd setuptools3 | 13 | inherit pypi systemd setuptools3 |
14 | RDEPENDS_${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
15 | ${PYTHON_PN}-meld3 \ | 15 | ${PYTHON_PN}-meld3 \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI += "file://supervisord.conf \ | 18 | SRC_URI += "file://supervisord.conf \ |
19 | file://supervisor.service \ | 19 | file://supervisor.service \ |
20 | " | 20 | " |
21 | SYSTEMD_SERVICE_${PN} = "supervisor.service" | 21 | SYSTEMD_SERVICE:${PN} = "supervisor.service" |
22 | 22 | ||
23 | do_install_append() { | 23 | do_install:append() { |
24 | install -d ${D}${sysconfdir}/supervisor | 24 | install -d ${D}${sysconfdir}/supervisor |
25 | install -d ${D}${systemd_system_unitdir} | 25 | install -d ${D}${systemd_system_unitdir} |
26 | 26 | ||
diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.8.bb b/meta-python/recipes-devtools/python/python3-sympy_1.8.bb index 3c05c76396..1dd0a5a854 100644 --- a/meta-python/recipes-devtools/python/python3-sympy_1.8.bb +++ b/meta-python/recipes-devtools/python/python3-sympy_1.8.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-mpmath" | 13 | RDEPENDS:${PN} += "python3-mpmath" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-systemd_234.bb b/meta-python/recipes-devtools/python/python3-systemd_234.bb index 6914cf920e..499fb37049 100644 --- a/meta-python/recipes-devtools/python/python3-systemd_234.bb +++ b/meta-python/recipes-devtools/python/python3-systemd_234.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c" | |||
5 | 5 | ||
6 | PYPI_PACKAGE = "systemd-python" | 6 | PYPI_PACKAGE = "systemd-python" |
7 | DEPENDS += "systemd (<=234)" | 7 | DEPENDS += "systemd (<=234)" |
8 | RDEPENDS_${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging python3-syslog" | 8 | RDEPENDS:${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging python3-syslog" |
9 | REQUIRED_DISTRO_FEATURES = "systemd" | 9 | REQUIRED_DISTRO_FEATURES = "systemd" |
10 | inherit pypi features_check setuptools3 | 10 | inherit pypi features_check setuptools3 |
11 | 11 | ||
@@ -13,8 +13,8 @@ SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d" | |||
13 | SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7" | 13 | SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7" |
14 | 14 | ||
15 | # allow for common patches for python- and python3-systemd | 15 | # allow for common patches for python- and python3-systemd |
16 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-systemd:" | 16 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-systemd:" |
17 | 17 | ||
18 | SRC_URI += "file://endian.patch" | 18 | SRC_URI += "file://endian.patch" |
19 | 19 | ||
20 | SRC_URI_append_libc-musl = " file://0001-Provide-implementation-of-strndupa-for-musl.patch" | 20 | SRC_URI:append:libc-musl = " file://0001-Provide-implementation-of-strndupa-for-musl.patch" |
diff --git a/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb b/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb index a83ee5efc2..7f212ddd87 100644 --- a/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb | |||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "ad5925c814bfe79497b43df096e3bb52c166d1577f7aff160137301676 | |||
14 | 14 | ||
15 | inherit pypi setuptools3 ptest | 15 | inherit pypi setuptools3 ptest |
16 | 16 | ||
17 | RDEPENDS_${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
19 | ${PYTHON_PN}-mock \ | 19 | ${PYTHON_PN}-mock \ |
20 | " | 20 | " |
@@ -26,4 +26,4 @@ do_install_ptest() { | |||
26 | 26 | ||
27 | DEPENDS += "python3-nose-native" | 27 | DEPENDS += "python3-nose-native" |
28 | 28 | ||
29 | RDEPENDS_${PN} += "python3-six" | 29 | RDEPENDS:${PN} += "python3-six" |
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.1.bb b/meta-python/recipes-devtools/python/python3-tornado_6.1.bb index 89ff715b65..1dedc51029 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.1.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.1.bb | |||
@@ -12,17 +12,17 @@ SRC_URI[sha256sum] = "33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76 | |||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | # Requires _compression which is currently located in misc | 14 | # Requires _compression which is currently located in misc |
15 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email \ | 15 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email \ |
16 | ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \ | 16 | ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \ |
17 | ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc" | 17 | ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc" |
18 | 18 | ||
19 | RDEPENDS_${PN}-test += "${PN} ${PYTHON_PN}-unittest" | 19 | RDEPENDS:${PN}-test += "${PN} ${PYTHON_PN}-unittest" |
20 | 20 | ||
21 | PACKAGES =+ "\ | 21 | PACKAGES =+ "\ |
22 | ${PN}-test \ | 22 | ${PN}-test \ |
23 | " | 23 | " |
24 | 24 | ||
25 | FILES_${PN}-test = " \ | 25 | FILES:${PN}-test = " \ |
26 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ | 26 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ |
27 | ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \ | 27 | ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \ |
28 | " | 28 | " |
diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.61.2.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.61.2.bb index 1e127f7240..ef0e5f40a4 100644 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.61.2.bb +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.61.2.bb | |||
@@ -11,7 +11,7 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | python3-logging \ | 15 | python3-logging \ |
16 | python3-numbers \ | 16 | python3-numbers \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb index b0f7548e4c..5c5754740b 100644 --- a/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "440b6b49e5e975f9a640a2519abb2feddd96eb2aeb1715f87f947a7a07 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-trafaret \ | 11 | ${PYTHON_PN}-trafaret \ |
12 | ${PYTHON_PN}-pyyaml \ | 12 | ${PYTHON_PN}-pyyaml \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb b/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb index 96602016e0..0b3d2427cd 100644 --- a/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[md5sum] = "228675376012fb27dd7f70ab685e7766" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-datetime \ | 12 | ${PYTHON_PN}-datetime \ |
13 | ${PYTHON_PN}-numbers \ | 13 | ${PYTHON_PN}-numbers \ |
14 | ${PYTHON_PN}-urllib3 \ | 14 | ${PYTHON_PN}-urllib3 \ |
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb index 53451cd3ce..01fdffb87f 100644 --- a/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "traitlets" | |||
9 | SRC_URI[md5sum] = "2ffe54aee5d0d87890127dd28ce3f6c4" | 9 | SRC_URI[md5sum] = "2ffe54aee5d0d87890127dd28ce3f6c4" |
10 | SRC_URI[sha256sum] = "178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396" | 10 | SRC_URI[sha256sum] = "178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
13 | ${PYTHON_PN}-ipython-genutils \ | 13 | ${PYTHON_PN}-ipython-genutils \ |
14 | ${PYTHON_PN}-decorator \ | 14 | ${PYTHON_PN}-decorator \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb index 2b82df5814..ddb66ff7f6 100644 --- a/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb +++ b/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb | |||
@@ -6,4 +6,4 @@ inherit pypi setuptools3 | |||
6 | 6 | ||
7 | SRC_URI[sha256sum] = "e7a86b31a161a76133f189b3ae9dad2755a80ea4c1e0eee1805648d021fb677d" | 7 | SRC_URI[sha256sum] = "e7a86b31a161a76133f189b3ae9dad2755a80ea4c1e0eee1805648d021fb677d" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "python3-six" | 9 | RDEPENDS:${PN} += "python3-six" |
diff --git a/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb b/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb index e0f1a8ca6e..67c6c976f0 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb | |||
@@ -13,7 +13,7 @@ PYPI_PACKAGE = "Twisted" | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | # remove some useless files before packaging | 17 | # remove some useless files before packaging |
18 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; | 18 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; |
19 | } | 19 | } |
@@ -42,7 +42,7 @@ DEPENDS += " \ | |||
42 | ${PYTHON_PN}-incremental-native \ | 42 | ${PYTHON_PN}-incremental-native \ |
43 | " | 43 | " |
44 | 44 | ||
45 | RDEPENDS_${PN} = "\ | 45 | RDEPENDS:${PN} = "\ |
46 | ${PN}-bin \ | 46 | ${PN}-bin \ |
47 | ${PN}-core \ | 47 | ${PN}-core \ |
48 | ${PN}-conch \ | 48 | ${PN}-conch \ |
@@ -56,7 +56,7 @@ RDEPENDS_${PN} = "\ | |||
56 | ${PN}-zsh \ | 56 | ${PN}-zsh \ |
57 | " | 57 | " |
58 | 58 | ||
59 | RDEPENDS_${PN}-core = "${PYTHON_PN}-appdirs \ | 59 | RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \ |
60 | ${PYTHON_PN}-automat \ | 60 | ${PYTHON_PN}-automat \ |
61 | ${PYTHON_PN}-constantly \ | 61 | ${PYTHON_PN}-constantly \ |
62 | ${PYTHON_PN}-core \ | 62 | ${PYTHON_PN}-core \ |
@@ -68,41 +68,41 @@ RDEPENDS_${PN}-core = "${PYTHON_PN}-appdirs \ | |||
68 | ${PYTHON_PN}-unixadmin \ | 68 | ${PYTHON_PN}-unixadmin \ |
69 | ${PYTHON_PN}-zopeinterface \ | 69 | ${PYTHON_PN}-zopeinterface \ |
70 | " | 70 | " |
71 | RDEPENDS_${PN}-test = "${PN}" | 71 | RDEPENDS:${PN}-test = "${PN}" |
72 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" | 72 | RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" |
73 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" | 73 | RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" |
74 | RDEPENDS_${PN}-names = "${PN}-core" | 74 | RDEPENDS:${PN}-names = "${PN}-core" |
75 | RDEPENDS_${PN}-news = "${PN}-core ${PN}-protocols" | 75 | RDEPENDS:${PN}-news = "${PN}-core ${PN}-protocols" |
76 | RDEPENDS_${PN}-runner = "${PN}-core ${PN}-protocols" | 76 | RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols" |
77 | RDEPENDS_${PN}-web += "${PN}-core ${PN}-protocols" | 77 | RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols" |
78 | RDEPENDS_${PN}-words += "${PN}-core" | 78 | RDEPENDS:${PN}-words += "${PN}-core" |
79 | RDEPENDS_${PN}-flow += "${PN}-core" | 79 | RDEPENDS:${PN}-flow += "${PN}-core" |
80 | RDEPENDS_${PN}-pair += "${PN}-core" | 80 | RDEPENDS:${PN}-pair += "${PN}-core" |
81 | RDEPENDS_${PN}-dbg = "${PN}" | 81 | RDEPENDS:${PN}-dbg = "${PN}" |
82 | 82 | ||
83 | ALLOW_EMPTY_${PN} = "1" | 83 | ALLOW_EMPTY:${PN} = "1" |
84 | FILES_${PN} = "" | 84 | FILES:${PN} = "" |
85 | 85 | ||
86 | FILES_${PN}-test = " \ | 86 | FILES:${PN}-test = " \ |
87 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ | 87 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ |
88 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \ | 88 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \ |
89 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy/test/ \ | 89 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy/test/ \ |
90 | " | 90 | " |
91 | 91 | ||
92 | FILES_${PN}-protocols = " \ | 92 | FILES:${PN}-protocols = " \ |
93 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ | 93 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ |
94 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ | 94 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ |
95 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ | 95 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ |
96 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy \ | 96 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy \ |
97 | " | 97 | " |
98 | 98 | ||
99 | FILES_${PN}-zsh = " \ | 99 | FILES:${PN}-zsh = " \ |
100 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ | 100 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ |
101 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ | 101 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ |
102 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \ | 102 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \ |
103 | " | 103 | " |
104 | 104 | ||
105 | FILES_${PN}-conch = " \ | 105 | FILES:${PN}-conch = " \ |
106 | ${bindir}/ckeygen \ | 106 | ${bindir}/ckeygen \ |
107 | ${bindir}/tkconch \ | 107 | ${bindir}/tkconch \ |
108 | ${bindir}/conch \ | 108 | ${bindir}/conch \ |
@@ -112,7 +112,7 @@ FILES_${PN}-conch = " \ | |||
112 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ | 112 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ |
113 | " | 113 | " |
114 | 114 | ||
115 | FILES_${PN}-core = " \ | 115 | FILES:${PN}-core = " \ |
116 | ${bindir}/manhole \ | 116 | ${bindir}/manhole \ |
117 | ${bindir}/mktap \ | 117 | ${bindir}/mktap \ |
118 | ${bindir}/twistd \ | 118 | ${bindir}/twistd \ |
@@ -202,65 +202,65 @@ ${libdir}/${PYTHON_DIR}/site-packages/twisted/positioning/ \ | |||
202 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/py.typed \ | 202 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/py.typed \ |
203 | " | 203 | " |
204 | 204 | ||
205 | FILES_${PN}-mail = " \ | 205 | FILES:${PN}-mail = " \ |
206 | ${bindir}/mailmail \ | 206 | ${bindir}/mailmail \ |
207 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_mail.py* \ | 207 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_mail.py* \ |
208 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/mail \ | 208 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/mail \ |
209 | " | 209 | " |
210 | 210 | ||
211 | FILES_${PN}-names = " \ | 211 | FILES:${PN}-names = " \ |
212 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_names.py* \ | 212 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_names.py* \ |
213 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/names \ | 213 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/names \ |
214 | " | 214 | " |
215 | 215 | ||
216 | FILES_${PN}-news = " \ | 216 | FILES:${PN}-news = " \ |
217 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_news.py* \ | 217 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_news.py* \ |
218 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/news \ | 218 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/news \ |
219 | " | 219 | " |
220 | 220 | ||
221 | FILES_${PN}-runner = " \ | 221 | FILES:${PN}-runner = " \ |
222 | ${libdir}/site-packages/twisted/runner/portmap.so \ | 222 | ${libdir}/site-packages/twisted/runner/portmap.so \ |
223 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/runner\ | 223 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/runner\ |
224 | " | 224 | " |
225 | 225 | ||
226 | FILES_${PN}-web = " \ | 226 | FILES:${PN}-web = " \ |
227 | ${bindir}/websetroot \ | 227 | ${bindir}/websetroot \ |
228 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_web.py* \ | 228 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_web.py* \ |
229 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/web\ | 229 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/web\ |
230 | " | 230 | " |
231 | 231 | ||
232 | FILES_${PN}-words = " \ | 232 | FILES:${PN}-words = " \ |
233 | ${bindir}/im \ | 233 | ${bindir}/im \ |
234 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_words.py* \ | 234 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_words.py* \ |
235 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/words\ | 235 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/words\ |
236 | " | 236 | " |
237 | 237 | ||
238 | FILES_${PN}-flow = " \ | 238 | FILES:${PN}-flow = " \ |
239 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_flow.py* \ | 239 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_flow.py* \ |
240 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/flow \" | 240 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/flow \" |
241 | 241 | ||
242 | FILES_${PN}-pair = " \ | 242 | FILES:${PN}-pair = " \ |
243 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_pair.py* \ | 243 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_pair.py* \ |
244 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/pair \ | 244 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/pair \ |
245 | " | 245 | " |
246 | 246 | ||
247 | FILES_${PN}-dbg += " \ | 247 | FILES:${PN}-dbg += " \ |
248 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \ | 248 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \ |
249 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ | 249 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ |
250 | " | 250 | " |
251 | 251 | ||
252 | FILES_${PN}-doc += " \ | 252 | FILES:${PN}-doc += " \ |
253 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ | 253 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ |
254 | " | 254 | " |
255 | 255 | ||
256 | RDEPENDS_${PN}-src = "${PN}" | 256 | RDEPENDS:${PN}-src = "${PN}" |
257 | FILES_${PN}-src = " \ | 257 | FILES:${PN}-src = " \ |
258 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \ | 258 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \ |
259 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \ | 259 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \ |
260 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \ | 260 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \ |
261 | " | 261 | " |
262 | 262 | ||
263 | FILES_${PN}-core_append = " \ | 263 | FILES:${PN}-core:append = " \ |
264 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ | 264 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ |
265 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ | 265 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ |
266 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/__init__*.pyc \ | 266 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/__init__*.pyc \ |
@@ -280,45 +280,45 @@ FILES_${PN}-core_append = " \ | |||
280 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/dropin*.cache \ | 280 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/dropin*.cache \ |
281 | " | 281 | " |
282 | 282 | ||
283 | FILES_${PN}-names_append = " \ | 283 | FILES:${PN}-names:append = " \ |
284 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_names*.pyc \ | 284 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_names*.pyc \ |
285 | " | 285 | " |
286 | 286 | ||
287 | FILES_${PN}-news_append = " \ | 287 | FILES:${PN}-news:append = " \ |
288 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \ | 288 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \ |
289 | " | 289 | " |
290 | 290 | ||
291 | FILES_${PN}-protocols_append = " \ | 291 | FILES:${PN}-protocols:append = " \ |
292 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \ | 292 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \ |
293 | " | 293 | " |
294 | 294 | ||
295 | FILES_${PN}-conch_append = " \ | 295 | FILES:${PN}-conch:append = " \ |
296 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_conch*.pyc \ | 296 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_conch*.pyc \ |
297 | " | 297 | " |
298 | 298 | ||
299 | FILES_${PN}-lore_append = " \ | 299 | FILES:${PN}-lore:append = " \ |
300 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_lore*.pyc \ | 300 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_lore*.pyc \ |
301 | " | 301 | " |
302 | FILES_${PN}-mail_append = " \ | 302 | FILES:${PN}-mail:append = " \ |
303 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_mail*.pyc \ | 303 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_mail*.pyc \ |
304 | " | 304 | " |
305 | 305 | ||
306 | FILES_${PN}-web_append = " \ | 306 | FILES:${PN}-web:append = " \ |
307 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_web*.pyc \ | 307 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_web*.pyc \ |
308 | " | 308 | " |
309 | 309 | ||
310 | FILES_${PN}-words_append = " \ | 310 | FILES:${PN}-words:append = " \ |
311 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_words*.pyc \ | 311 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_words*.pyc \ |
312 | " | 312 | " |
313 | 313 | ||
314 | FILES_${PN}-flow_append = " \ | 314 | FILES:${PN}-flow:append = " \ |
315 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc \ | 315 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc \ |
316 | " | 316 | " |
317 | 317 | ||
318 | FILES_${PN}-pair_append = " \ | 318 | FILES:${PN}-pair:append = " \ |
319 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc \ | 319 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc \ |
320 | " | 320 | " |
321 | 321 | ||
322 | FILES_${PN}-runner_append = " \ | 322 | FILES:${PN}-runner:append = " \ |
323 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_runner*.pyc \ | 323 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_runner*.pyc \ |
324 | " | 324 | " |
diff --git a/meta-python/recipes-devtools/python/python3-twitter_3.10.0.bb b/meta-python/recipes-devtools/python/python3-twitter_3.10.0.bb index 94fd65649c..bb034a4f99 100644 --- a/meta-python/recipes-devtools/python/python3-twitter_3.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-twitter_3.10.0.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "tweepy" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-pip \ | 14 | ${PYTHON_PN}-pip \ |
15 | ${PYTHON_PN}-pysocks \ | 15 | ${PYTHON_PN}-pysocks \ |
16 | ${PYTHON_PN}-requests \ | 16 | ${PYTHON_PN}-requests \ |
diff --git a/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb b/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb index 53dcb5cc69..8b55b3641c 100644 --- a/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "7d6f89745680233f1c4db9ddb748df5e88d2a7a37962be174c0fd04c8d | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-twisted \ | 11 | ${PYTHON_PN}-twisted \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb index cf2c98bba2..a117f17202 100644 --- a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8e | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-six python3-twisted" | 13 | RDEPENDS:${PN} += "python3-six python3-twisted" |
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb index 803067651a..6b33c17950 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | ${PYTHON_PN}-typing-extensions \ | 16 | ${PYTHON_PN}-typing-extensions \ |
17 | ${PYTHON_PN}-unixadmin \ | 17 | ${PYTHON_PN}-unixadmin \ |
diff --git a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb index c5524d152e..3f26ba011c 100644 --- a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
@@ -20,7 +20,7 @@ do_install_ptest() { | |||
20 | cp -f ${S}/test_umsgpack.py ${D}${PTEST_PATH}/ | 20 | cp -f ${S}/test_umsgpack.py ${D}${PTEST_PATH}/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS:${PN} += " \ |
24 | ${PYTHON_PN}-datetime \ | 24 | ${PYTHON_PN}-datetime \ |
25 | " | 25 | " |
26 | 26 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb b/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb index 43f286d169..096b5722af 100644 --- a/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb | |||
@@ -14,12 +14,12 @@ SRC_URI += " \ | |||
14 | 14 | ||
15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
16 | 16 | ||
17 | RDEPENDS_${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
18 | ${PYTHON_PN}-datetime \ | 18 | ${PYTHON_PN}-datetime \ |
19 | ${PYTHON_PN}-numbers \ | 19 | ${PYTHON_PN}-numbers \ |
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | ${PYTHON_PN}-json \ | 23 | ${PYTHON_PN}-json \ |
24 | ${PYTHON_PN}-pytest \ | 24 | ${PYTHON_PN}-pytest \ |
25 | ${PYTHON_PN}-pytz \ | 25 | ${PYTHON_PN}-pytz \ |
diff --git a/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb b/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb index c8e3d4c077..93e9ae012b 100644 --- a/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
@@ -21,7 +21,7 @@ do_install_ptest() { | |||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
22 | } | 22 | } |
23 | 23 | ||
24 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS:${PN} += " \ |
25 | ${PYTHON_PN}-codecs \ | 25 | ${PYTHON_PN}-codecs \ |
26 | ${PYTHON_PN}-io \ | 26 | ${PYTHON_PN}-io \ |
27 | " | 27 | " |
diff --git a/meta-python/recipes-devtools/python/python3-uritemplate_3.0.1.bb b/meta-python/recipes-devtools/python/python3-uritemplate_3.0.1.bb index 2a83219a95..0d63803bb6 100644 --- a/meta-python/recipes-devtools/python/python3-uritemplate_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-uritemplate_3.0.1.bb | |||
@@ -15,7 +15,7 @@ SRC_URI += " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.26.6.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.6.bb index f9b49fe692..5a2a6287f0 100644 --- a/meta-python/recipes-devtools/python/python3-urllib3_1.26.6.bb +++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.6.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-certifi \ | 11 | ${PYTHON_PN}-certifi \ |
12 | ${PYTHON_PN}-cryptography \ | 12 | ${PYTHON_PN}-cryptography \ |
13 | ${PYTHON_PN}-email \ | 13 | ${PYTHON_PN}-email \ |
diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb index ba0fdf1eb4..97d46b4f18 100644 --- a/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "e5236a8e8602ab6db4b873664c2d356c365ab3cac96fbdec4970ad6164 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = " \ | 11 | RDEPENDS:${PN} = " \ |
12 | ${PYTHON_PN}-argh \ | 12 | ${PYTHON_PN}-argh \ |
13 | ${PYTHON_PN}-pathtools3 \ | 13 | ${PYTHON_PN}-pathtools3 \ |
14 | ${PYTHON_PN}-pyyaml \ | 14 | ${PYTHON_PN}-pyyaml \ |
diff --git a/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb b/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb index e567e0ba28..2ec036ef35 100644 --- a/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "76f360636957d1c976db7466bc71dcb713bb95ac8911944dffc55c01cb | |||
7 | 7 | ||
8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
9 | 9 | ||
10 | RDEPENDS_${PN}_class-target = "\ | 10 | RDEPENDS:${PN}:class-target = "\ |
11 | ${PYTHON_PN}-stringold \ | 11 | ${PYTHON_PN}-stringold \ |
12 | " | 12 | " |
13 | 13 | ||
@@ -15,7 +15,7 @@ SRC_URI += " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb b/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb index aa5b8c782a..211b2b3c84 100644 --- a/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab1674858 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-codecs \ | 11 | ${PYTHON_PN}-codecs \ |
12 | ${PYTHON_PN}-json \ | 12 | ${PYTHON_PN}-json \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.1.0.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.1.0.bb index b46392aeef..c5f2f12774 100644 --- a/meta-python/recipes-devtools/python/python3-websocket-client_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.1.0.bb | |||
@@ -11,6 +11,6 @@ SRC_URI[sha256sum] = "b68e4959d704768fa20e35c9d508c8dc2bbc041fd8d267c0d7345cffe2 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
15 | ${PYTHON_PN}-six \ | 15 | ${PYTHON_PN}-six \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-websockets_9.1.bb b/meta-python/recipes-devtools/python/python3-websockets_9.1.bb index 8802ee3702..a44c2d8231 100644 --- a/meta-python/recipes-devtools/python/python3-websockets_9.1.bb +++ b/meta-python/recipes-devtools/python/python3-websockets_9.1.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "276d2339ebf0df4f45df453923ebd2270b87900eda5dfd4a6b0cfa15f8 | |||
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | 12 | ||
13 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${PYTHON_PN}-asyncio \ | 14 | ${PYTHON_PN}-asyncio \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb index 1653eeabda..57db204649 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb | |||
@@ -18,7 +18,7 @@ inherit pypi setuptools3 | |||
18 | 18 | ||
19 | CLEANBROKEN = "1" | 19 | CLEANBROKEN = "1" |
20 | 20 | ||
21 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS:${PN} += " \ |
22 | ${PYTHON_PN}-datetime \ | 22 | ${PYTHON_PN}-datetime \ |
23 | ${PYTHON_PN}-difflib \ | 23 | ${PYTHON_PN}-difflib \ |
24 | ${PYTHON_PN}-email \ | 24 | ${PYTHON_PN}-email \ |
diff --git a/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb b/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb index 3ae4f91e38..ed2a6d423f 100644 --- a/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb +++ b/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb | |||
@@ -15,7 +15,7 @@ PYPI_PACKAGE_EXT = "zip" | |||
15 | 15 | ||
16 | inherit ptest pypi setuptools3 | 16 | inherit ptest pypi setuptools3 |
17 | 17 | ||
18 | RDEPENDS_${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-email \ | 19 | ${PYTHON_PN}-email \ |
20 | ${PYTHON_PN}-multiprocessing \ | 20 | ${PYTHON_PN}-multiprocessing \ |
21 | ${PYTHON_PN}-netclient \ | 21 | ${PYTHON_PN}-netclient \ |
@@ -29,7 +29,7 @@ SRC_URI += " \ | |||
29 | file://run-ptest \ | 29 | file://run-ptest \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS_${PN}-ptest += " \ | 32 | RDEPENDS:${PN}-ptest += " \ |
33 | ${PYTHON_PN}-pytest \ | 33 | ${PYTHON_PN}-pytest \ |
34 | ${PYTHON_PN}-fcntl \ | 34 | ${PYTHON_PN}-fcntl \ |
35 | " | 35 | " |
diff --git a/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb index 2309bec5e2..5ac7786ad3 100644 --- a/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb +++ b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb | |||
@@ -13,4 +13,4 @@ PYPI_PACKAGE = "wpa_supplicant" | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "python3-twisted python3-click python3-txdbus" | 16 | RDEPENDS:${PN} += "python3-twisted python3-click python3-txdbus" |
diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb index bb9b95201b..22457d9c86 100644 --- a/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN}_class-target += "\ | 12 | RDEPENDS:${PN}:class-target += "\ |
13 | ${PYTHON_PN}-stringold \ | 13 | ${PYTHON_PN}-stringold \ |
14 | ${PYTHON_PN}-threading \ | 14 | ${PYTHON_PN}-threading \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb index a6e7a5b2e7..6a9e464404 100644 --- a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb | |||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "WTForms" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-netserver \ | 15 | ${PYTHON_PN}-netserver \ |
16 | ${PYTHON_PN}-numbers \ | 16 | ${PYTHON_PN}-numbers \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb index 8587ea8f33..fdbf494a48 100644 --- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb | |||
@@ -18,9 +18,9 @@ S = "${WORKDIR}/git" | |||
18 | 18 | ||
19 | inherit ptest setuptools3 | 19 | inherit ptest setuptools3 |
20 | 20 | ||
21 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" | 21 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" |
22 | 22 | ||
23 | RDEPENDS_${PN}-ptest += " \ | 23 | RDEPENDS:${PN}-ptest += " \ |
24 | ${PYTHON_PN}-pytest \ | 24 | ${PYTHON_PN}-pytest \ |
25 | " | 25 | " |
26 | 26 | ||
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb index 64ab8afa67..ef4a6baa43 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb | |||
@@ -8,7 +8,7 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "XlsxWriter" | 9 | PYPI_PACKAGE = "XlsxWriter" |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | python3-crypt \ | 12 | python3-crypt \ |
13 | python3-datetime \ | 13 | python3-datetime \ |
14 | python3-compression \ | 14 | python3-compression \ |
diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb index acdb399424..217e77e50a 100644 --- a/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb | |||
@@ -12,7 +12,7 @@ DEPENDS += "\ | |||
12 | ${PYTHON_PN}-elementpath-native \ | 12 | ${PYTHON_PN}-elementpath-native \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-elementpath \ | 16 | ${PYTHON_PN}-elementpath \ |
17 | ${PYTHON_PN}-modules \ | 17 | ${PYTHON_PN}-modules \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb b/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb index d078883249..1d871b2d35 100644 --- a/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb | |||
@@ -15,7 +15,7 @@ SRC_URI += " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb index 3fdd3e58c0..9d722b84f6 100644 --- a/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb +++ b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "089737298f5738eabc43f2519efdc80b402693768f16383f7013b9e6f8 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-logging \ | 11 | ${PYTHON_PN}-logging \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-xxhash_2.0.2.bb b/meta-python/recipes-devtools/python/python3-xxhash_2.0.2.bb index 965e8107d3..01343abc85 100644 --- a/meta-python/recipes-devtools/python/python3-xxhash_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-xxhash_2.0.2.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | 11 | ||
12 | inherit pypi setuptools3 ptest | 12 | inherit pypi setuptools3 ptest |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-yamlloader_1.1.0.bb b/meta-python/recipes-devtools/python/python3-yamlloader_1.1.0.bb index 25e7edab28..a5510d5dc7 100644 --- a/meta-python/recipes-devtools/python/python3-yamlloader_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-yamlloader_1.1.0.bb | |||
@@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "8a297c7a197683ba02e5e2b882ffd6c6180d01bdefb534b69cd3962df0 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN}_class-target += "\ | 10 | RDEPENDS:${PN}:class-target += "\ |
11 | ${PYTHON_PN}-pyyaml \ | 11 | ${PYTHON_PN}-pyyaml \ |
12 | " | 12 | " |
diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb index 8a1aca21fe..94988a7448 100644 --- a/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb | |||
@@ -13,13 +13,13 @@ SRC_URI += " \ | |||
13 | 13 | ||
14 | inherit pypi setuptools3 ptest | 14 | inherit pypi setuptools3 ptest |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | ${PYTHON_PN}-datetime \ | 17 | ${PYTHON_PN}-datetime \ |
18 | ${PYTHON_PN}-pickle \ | 18 | ${PYTHON_PN}-pickle \ |
19 | ${PYTHON_PN}-threading \ | 19 | ${PYTHON_PN}-threading \ |
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | ${PYTHON_PN}-gevent \ | 23 | ${PYTHON_PN}-gevent \ |
24 | ${PYTHON_PN}-multiprocessing \ | 24 | ${PYTHON_PN}-multiprocessing \ |
25 | ${PYTHON_PN}-pytest \ | 25 | ${PYTHON_PN}-pytest \ |
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb index e0e2626466..7bab771f7f 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb | |||
@@ -14,12 +14,12 @@ PYPI_PACKAGE = "yarl" | |||
14 | 14 | ||
15 | inherit pypi ptest setuptools3 | 15 | inherit pypi ptest setuptools3 |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PYTHON_PN}-multidict \ | 18 | ${PYTHON_PN}-multidict \ |
19 | ${PYTHON_PN}-idna \ | 19 | ${PYTHON_PN}-idna \ |
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | ${PYTHON_PN}-pytest \ | 23 | ${PYTHON_PN}-pytest \ |
24 | " | 24 | " |
25 | 25 | ||
diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb index 8861378b56..242f329dc8 100644 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "5a59425d225a1f5fba0196766fccf856d4686f653037108cbc643a76c1 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-ifaddr \ | 11 | ${PYTHON_PN}-ifaddr \ |
12 | ${PYTHON_PN}-asyncio \ | 12 | ${PYTHON_PN}-asyncio \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb index 305e42a619..b048c80e13 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb | |||
@@ -9,15 +9,15 @@ SRC_URI[sha256sum] = "5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a | |||
9 | 9 | ||
10 | PACKAGES =. "${PN}-test " | 10 | PACKAGES =. "${PN}-test " |
11 | 11 | ||
12 | RPROVIDES_${PN} += "zope-interfaces" | 12 | RPROVIDES:${PN} += "zope-interfaces" |
13 | 13 | ||
14 | RDEPENDS_${PN}_class-target += "${PYTHON_PN}-datetime" | 14 | RDEPENDS:${PN}:class-target += "${PYTHON_PN}-datetime" |
15 | RDEPENDS_${PN}-test += "python3-unittest python3-doctest" | 15 | RDEPENDS:${PN}-test += "python3-unittest python3-doctest" |
16 | 16 | ||
17 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" | 17 | FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" |
18 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" | 18 | FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" |
19 | FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" | 19 | FILES:${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" |
20 | FILES_${PN}-test += " \ | 20 | FILES:${PN}-test += " \ |
21 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ | 21 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ |
22 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ | 22 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ |
23 | " | 23 | " |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb index 2b5b253b5d..204793759d 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb | |||
@@ -30,17 +30,17 @@ REQUIRED_DISTRO_FEATURES = "systemd" | |||
30 | 30 | ||
31 | inherit setuptools3 python3native | 31 | inherit setuptools3 python3native |
32 | 32 | ||
33 | RDEPENDS_${PN} += "python3-pykickstart python3-pyudev \ | 33 | RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \ |
34 | parted python3-pyparted multipath-tools \ | 34 | parted python3-pyparted multipath-tools \ |
35 | lsof cryptsetup libblockdev \ | 35 | lsof cryptsetup libblockdev \ |
36 | libbytesize \ | 36 | libbytesize \ |
37 | " | 37 | " |
38 | 38 | ||
39 | FILES_${PN} += " \ | 39 | FILES:${PN} += " \ |
40 | ${datadir}/dbus-1/system-services \ | 40 | ${datadir}/dbus-1/system-services \ |
41 | " | 41 | " |
42 | 42 | ||
43 | inherit systemd | 43 | inherit systemd |
44 | 44 | ||
45 | SYSTEMD_AUTO_ENABLE = "disable" | 45 | SYSTEMD_AUTO_ENABLE = "disable" |
46 | SYSTEMD_SERVICE_${PN} = "blivet.service" | 46 | SYSTEMD_SERVICE:${PN} = "blivet.service" |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb index 92402bee56..4f5856d1b2 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb | |||
@@ -18,11 +18,11 @@ REQUIRED_DISTRO_FEATURES = "x11 systemd" | |||
18 | 18 | ||
19 | inherit setuptools3 python3native | 19 | inherit setuptools3 python3native |
20 | 20 | ||
21 | RDEPENDS_${PN} = "python3-pygobject python3 \ | 21 | RDEPENDS:${PN} = "python3-pygobject python3 \ |
22 | python3-blivet gtk+3 \ | 22 | python3-blivet gtk+3 \ |
23 | python3-pid libreport \ | 23 | python3-pid libreport \ |
24 | " | 24 | " |
25 | 25 | ||
26 | FILES_${PN} += " \ | 26 | FILES:${PN} += " \ |
27 | ${datadir}/* \ | 27 | ${datadir}/* \ |
28 | " | 28 | " |
diff --git a/meta-python/recipes-extended/python-cson/python3-cson_git.bb b/meta-python/recipes-extended/python-cson/python3-cson_git.bb index 5c74c7a307..7bc61f06d7 100644 --- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb +++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "git://github.com/gt3389b/python-cson.git" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | RDEPENDS_${PN}_class-native = "" | 15 | RDEPENDS:${PN}:class-native = "" |
16 | DEPENDS_append_class-native = " python-native " | 16 | DEPENDS:append:class-native = " python-native " |
17 | 17 | ||
18 | inherit setuptools3 | 18 | inherit setuptools3 |
19 | 19 | ||
diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb index 64a24ade3e..372b3a006f 100644 --- a/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb | |||
@@ -13,5 +13,5 @@ SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=mas | |||
13 | " | 13 | " |
14 | SRCREV = "11980776c5ad757401ea1d12fd1f331d96428105" | 14 | SRCREV = "11980776c5ad757401ea1d12fd1f331d96428105" |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/*" | 16 | FILES:${PN} += "${datadir}/*" |
17 | 17 | ||
diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb index 5949a55fa8..7cf88ec332 100644 --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "ephem" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-datetime \ | 14 | ${PYTHON_PN}-datetime \ |
15 | ${PYTHON_PN}-math \ | 15 | ${PYTHON_PN}-math \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.32.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.32.bb index 62d2729dc8..829ada4f8b 100644 --- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.32.bb +++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.32.bb | |||
@@ -3,10 +3,10 @@ HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart" | |||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
7 | 7 | ||
8 | DEPENDS = "python3" | 8 | DEPENDS = "python3" |
9 | RDEPENDS_${PN} = "python3 \ | 9 | RDEPENDS:${PN} = "python3 \ |
10 | python3-requests \ | 10 | python3-requests \ |
11 | python3-six \ | 11 | python3-six \ |
12 | " | 12 | " |
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb index 8909aa11f4..765201ca7b 100644 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | |||
@@ -16,10 +16,10 @@ inherit pypi distutils3 | |||
16 | 16 | ||
17 | DEPENDS += "parted" | 17 | DEPENDS += "parted" |
18 | 18 | ||
19 | RDEPENDS_${PN}_class-target += " \ | 19 | RDEPENDS:${PN}:class-target += " \ |
20 | parted (>= 2.3) \ | 20 | parted (>= 2.3) \ |
21 | python3-stringold python3-codecs python3-math \ | 21 | python3-stringold python3-codecs python3-math \ |
22 | " | 22 | " |
23 | RDEPENDS_${PN}_class-native = "" | 23 | RDEPENDS:${PN}:class-native = "" |
24 | 24 | ||
25 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native" |
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb index 988dae1335..a6ca4d5f83 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb | |||
@@ -27,7 +27,7 @@ DEPENDS += " \ | |||
27 | ${PYTHON_PN}-wheel-native \ | 27 | ${PYTHON_PN}-wheel-native \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RDEPENDS_${PN}_class-target += "\ | 30 | RDEPENDS:${PN}:class-target += "\ |
31 | ${PYTHON_PN}-datetime \ | 31 | ${PYTHON_PN}-datetime \ |
32 | ${PYTHON_PN}-io \ | 32 | ${PYTHON_PN}-io \ |
33 | ${PYTHON_PN}-netclient \ | 33 | ${PYTHON_PN}-netclient \ |
@@ -43,7 +43,7 @@ RDEPENDS_${PN}_class-target += "\ | |||
43 | ${PYTHON_PN}-yamlloader \ | 43 | ${PYTHON_PN}-yamlloader \ |
44 | " | 44 | " |
45 | 45 | ||
46 | ALTERNATIVE_${PN} = "mof_compiler" | 46 | ALTERNATIVE:${PN} = "mof_compiler" |
47 | ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler" | 47 | ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler" |
48 | 48 | ||
49 | ALTERNATIVE_PRIORITY = "60" | 49 | ALTERNATIVE_PRIORITY = "60" |
diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb index b06fee5500..46b6a99605 100644 --- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb +++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb | |||
@@ -15,7 +15,7 @@ DEPENDS += " \ | |||
15 | ${PYTHON_PN}-click-native \ | 15 | ${PYTHON_PN}-click-native \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}_class-target += "\ | 18 | RDEPENDS:${PN}:class-target += "\ |
19 | ${PYTHON_PN}-ply \ | 19 | ${PYTHON_PN}-ply \ |
20 | ${PYTHON_PN}-pyyaml \ | 20 | ${PYTHON_PN}-pyyaml \ |
21 | ${PYTHON_PN}-six \ | 21 | ${PYTHON_PN}-six \ |