summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-attrs_23.1.0.bb (renamed from meta/recipes-devtools/python/python3-attrs_22.2.0.bb)9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_22.2.0.bb b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb
index 8c1ff330e7..c8e2e514a4 100644
--- a/meta/recipes-devtools/python/python3-attrs_22.2.0.bb
+++ b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb
@@ -3,9 +3,14 @@ HOMEPAGE = "http://www.attrs.org/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
5 5
6SRC_URI[sha256sum] = "c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99" 6SRC_URI[sha256sum] = "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"
7 7
8inherit pypi python_setuptools_build_meta 8inherit pypi python_hatchling
9
10DEPENDS += " \
11 ${PYTHON_PN}-hatch-vcs-native \
12 ${PYTHON_PN}-hatch-fancy-pypi-readme-native \
13"
9 14
10RDEPENDS:${PN}:class-target += " \ 15RDEPENDS:${PN}:class-target += " \
11 ${PYTHON_PN}-crypt \ 16 ${PYTHON_PN}-crypt \