diff options
| author | Otavio Salvador <otavio.salvador@gmail.com> | 2022-01-03 13:18:43 -0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-05 17:18:16 +0000 |
| commit | b06683312f1a182c204354d160903b7cb0cad54a (patch) | |
| tree | 3d6a7a565353a753f174627453856703e09e6ec9 /meta/recipes-devtools/python/python3-attrs_21.4.0.bb | |
| parent | 1f0b53dd43c02c5e4d9b183945049fd2bd785f59 (diff) | |
| download | poky-b06683312f1a182c204354d160903b7cb0cad54a.tar.gz | |
python3-attrs: upgrade 21.2.0 -> 21.4.0
(From OE-Core rev: aa9df5c39c47f93f99ec6a29790f25c4cde3e0a2)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-attrs_21.4.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-attrs_21.4.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_21.4.0.bb b/meta/recipes-devtools/python/python3-attrs_21.4.0.bb new file mode 100644 index 0000000000..d1dde29d37 --- /dev/null +++ b/meta/recipes-devtools/python/python3-attrs_21.4.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=d4ab25949a73fe7d4fdee93bcbdbf8ff" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 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" | ||
