diff options
author | Derek Straka <derek@asterius.io> | 2020-02-15 12:48:51 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-16 12:52:19 -0800 |
commit | 9f709be1083ef6d36bb8f6950b978ab209319670 (patch) | |
tree | 1da955e016d98f41dbe6557484dedeb3c7183152 /meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb | |
parent | 2dd02608735cf61e78cee97aa63bc80417d1652e (diff) | |
download | meta-openembedded-9f709be1083ef6d36bb8f6950b978ab209319670.tar.gz |
python3-contextlib2: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb b/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb index 1c0b560b4..6074efa73 100644 --- a/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb | |||
@@ -1,3 +1,12 @@ | |||
1 | DESCRIPTION = "Backports and enhancements for the contextlib module" | ||
2 | HOMEPAGE = "http://contextlib2.readthedocs.org/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "PSF" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" | ||
6 | |||
7 | SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979" | ||
8 | SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3" | ||
9 | |||
1 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
2 | require python-contextlib2.inc | ||
3 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | ||