diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2020-11-27 20:24:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-30 14:42:22 +0000 |
commit | 55f0898e484b9cbf789d54a7a9a4e7f1507436b8 (patch) | |
tree | 2deedf999489589f07fa9929f3877c0633b8f07d /meta/recipes-devtools/python | |
parent | 9f99198e9cd1755654f815fcafd0994f8571b012 (diff) | |
download | poky-55f0898e484b9cbf789d54a7a9a4e7f1507436b8.tar.gz |
python3-attrs: move from meta-python
Classes Without Boilerplate
* Part of the dependency chain for pytest
(From OE-Core rev: e96e24ed35a087b5a44172161a93717627d79f49)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-attrs_20.3.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_20.3.0.bb b/meta/recipes-devtools/python/python3-attrs_20.3.0.bb new file mode 100644 index 0000000000..55cfda7180 --- /dev/null +++ b/meta/recipes-devtools/python/python3-attrs_20.3.0.bb | |||
@@ -0,0 +1,20 @@ | |||
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] = "832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700" | ||
7 | SRC_URI[md5sum] = "4fe38f89297b2b446d83190fce189f29" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS_${PN}_class-target += " \ | ||
12 | ${PYTHON_PN}-crypt \ | ||
13 | ${PYTHON_PN}-ctypes \ | ||
14 | " | ||
15 | RDEPENDS_${PN}_class-nativesdk += " \ | ||
16 | ${PYTHON_PN}-crypt \ | ||
17 | ${PYTHON_PN}-ctypes \ | ||
18 | " | ||
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | ||