diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-17 10:06:22 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:49 +0100 |
| commit | a13bf50538eec0fc64eab7248e92d644d0ee7d49 (patch) | |
| tree | 545317fe4d04108dd6ebafa3b406ff801a00def1 /meta/recipes-devtools/python/python3-attrs_23.1.0.bb | |
| parent | cdd2b728d04f0f97de857b4884d54ae6b2521093 (diff) | |
| download | poky-a13bf50538eec0fc64eab7248e92d644d0ee7d49.tar.gz | |
python3-attrs: don't use PYTHON_PN
We no longer support python2. Drop PYTHON_PN and use python3 explicitly.
(From OE-Core rev: 877e55cd5d626c2ad06624992ff9e17a2b481acf)
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-attrs_23.1.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-attrs_23.1.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb index 207636d62e..ab3a08073d 100644 --- a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb | |||
| @@ -8,13 +8,13 @@ SRC_URI[sha256sum] = "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc | |||
| 8 | inherit pypi python_hatchling | 8 | inherit pypi python_hatchling |
| 9 | 9 | ||
| 10 | DEPENDS += " \ | 10 | DEPENDS += " \ |
| 11 | ${PYTHON_PN}-hatch-vcs-native \ | 11 | python3-hatch-vcs-native \ |
| 12 | ${PYTHON_PN}-hatch-fancy-pypi-readme-native \ | 12 | python3-hatch-fancy-pypi-readme-native \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN}+= " \ | 15 | RDEPENDS:${PN}+= " \ |
| 16 | ${PYTHON_PN}-ctypes \ | 16 | python3-ctypes \ |
| 17 | ${PYTHON_PN}-crypt \ | 17 | python3-crypt \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
