diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-24 17:15:43 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-25 09:11:36 -0800 |
| commit | ddd6ec8e21c2a9efec15a781f94002faa28ffa7d (patch) | |
| tree | 33a628331cc2f788d8331ac4b35ed551752a1d86 /meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb | |
| parent | 1f6703df9767a6d4b8ae9b045a540de295db6b58 (diff) | |
| download | meta-openembedded-ddd6ec8e21c2a9efec15a781f94002faa28ffa7d.tar.gz | |
python3-aenum: Upgrade 3.1.6 -> 3.1.8
Upgrade to release 3.1.8.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb b/meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb new file mode 100644 index 0000000000..86217c5fc9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aenum_3.1.8.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 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] = "8dbe15f446eb8264b788dfeca163fb0a043d408d212152397dc11377b851e4ae" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | ${PYTHON_PN}-pprint \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
