diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-11-03 14:11:50 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-04 06:52:51 -0700 |
| commit | 118bfa649324be52640ce52d69df0a6e06ab5ae7 (patch) | |
| tree | c3fdb6c8c07ac8ba3ad8035cf3654fa857ed17b8 /meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb | |
| parent | c674fd8644edb5b19a2e8c71c01038ce19affc14 (diff) | |
| download | meta-openembedded-118bfa649324be52640ce52d69df0a6e06ab5ae7.tar.gz | |
python3-aenum: Upgrade 3.1.0 -> 3.1.2
Upgrade to release 3.1.2:
- fix extend_enum()
- tests: move enum setting from body to header
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb b/meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb new file mode 100644 index 0000000000..ce58c5ef49 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aenum_3.1.2.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "Advanced Enumerations library" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/aenum/" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "806dd4791298e19daff2cdfe7be3ae6d931d0d03097973f802b3ea55066f62dd" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
