]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-attrs: upgrade 22.2.0 -> 23.1.0
authorTim Orling <ticotimo@gmail.com>
Fri, 5 May 2023 18:11:26 +0000 (11:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 May 2023 06:47:53 +0000 (07:47 +0100)
* Change inherit python_setuptools_build_meta to python_hatchling
* Add DEPENDS:
  - python3-hatch-vcs-native
  - python3-hatch-fancy-pypi-readme-native

Changes:
https://www.attrs.org/en/stable/changelog.html

(From OE-Core rev: 9577a327572acb5c32400f6983ade0c3f0e1b71d)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-attrs_23.1.0.bb [moved from meta/recipes-devtools/python/python3-attrs_22.2.0.bb with 63% similarity]

similarity index 63%
rename from meta/recipes-devtools/python/python3-attrs_22.2.0.bb
rename to meta/recipes-devtools/python/python3-attrs_23.1.0.bb
index 8c1ff330e7bf78774380d58b62e53c19f671a6d4..c8e2e514a434f6bf4789833729623897f6c366ba 100644 (file)
@@ -3,9 +3,14 @@ HOMEPAGE = "http://www.attrs.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
 
-SRC_URI[sha256sum] = "c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99"
+SRC_URI[sha256sum] = "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"
 
-inherit pypi python_setuptools_build_meta
+inherit pypi python_hatchling
+
+DEPENDS += " \
+    ${PYTHON_PN}-hatch-vcs-native \
+    ${PYTHON_PN}-hatch-fancy-pypi-readme-native \
+"
 
 RDEPENDS:${PN}:class-target += " \
     ${PYTHON_PN}-crypt \