diff options
| author | Tim Orling <ticotimo@gmail.com> | 2020-11-28 11:46:42 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-29 22:02:15 -0800 |
| commit | 0fcc4ce697f0f7b07a44116c47a3ffeb10b5095d (patch) | |
| tree | 4e9de14e570350f6a30648a077f0e6a95da20bf1 /meta-python/recipes-devtools/python | |
| parent | f627aa0003ff9ca020540353ab4ded32fcfc8d34 (diff) | |
| download | meta-openembedded-0fcc4ce697f0f7b07a44116c47a3ffeb10b5095d.tar.gz | |
python3-attrs: drop (moved to oe-core)
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb b/meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb deleted file mode 100644 index 55cfda7180..0000000000 --- a/meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 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" | ||
