diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-08-03 16:40:27 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-04 16:27:25 +0100 |
| commit | 44f92a3004b329a803b85b3167eb654bc0de5721 (patch) | |
| tree | c97781339d9cb5fd6a2d93999d652dba1f4531d0 /meta/recipes-devtools/python/python3-attrs_22.1.0.bb | |
| parent | ed8cb296471fb28f1971c37c32a7a3c56e896452 (diff) | |
| download | poky-44f92a3004b329a803b85b3167eb654bc0de5721.tar.gz | |
python3-attrs: upgrade 21.4.0 -> 22.1.0
License-Update: add "and the attrs contributors" to Copyright
(From OE-Core rev: 35a6c10b77b8f400d63a81d02cf0fa0ebb4048df)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-attrs_22.1.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-attrs_22.1.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_22.1.0.bb b/meta/recipes-devtools/python/python3-attrs_22.1.0.bb new file mode 100644 index 0000000000..ba07ac71e3 --- /dev/null +++ b/meta/recipes-devtools/python/python3-attrs_22.1.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Classes Without Boilerplate" | ||
| 2 | HOMEPAGE = "http://www.attrs.org/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN}:class-target += " \ | ||
| 11 | ${PYTHON_PN}-crypt \ | ||
| 12 | ${PYTHON_PN}-ctypes \ | ||
| 13 | " | ||
| 14 | RDEPENDS:${PN}:class-nativesdk += " \ | ||
| 15 | ${PYTHON_PN}-crypt \ | ||
| 16 | ${PYTHON_PN}-ctypes \ | ||
| 17 | " | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
