Important Superseded by Python standard library.
Python 3 now has in its standard library an enum implementation (also available for older Python versions as the third-party enum34 distribution) that supersedes this library. Signed-off-by: Zang Ruochen <[email protected]> --- .../python/python-enum_0.4.4.bb | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb diff --git a/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb b/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb deleted file mode 100644 index 4eb1ed5a..00000000 --- a/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Robust enumerated type support in Python" -DESCRIPTION = "This package provides a module for robust enumerations in Python." -HOMEPAGE = "https://pypi.python.org/pypi/enum" -SECTION = "devel/python" -LICENSE = "GPLv2 | PSFv2" -LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=4325afd396febcb659c36b49533135d4 \ - file://LICENSE.PSF;md5=1ad8a43fc3bbfea1585223c99f4c3e6f \ -" - -SRC_URI[md5sum] = "ce75c7c3c86741175a84456cc5bd531e" -SRC_URI[sha256sum] = "9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff" - -inherit setuptools3 pypi - -DEPENDS += " \ - python-pip \ -" - -RDEPENDS_${PN} += " \ -" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6082): https://lists.yoctoproject.org/g/meta-virtualization/message/6082 Mute This Topic: https://lists.yoctoproject.org/mt/78310199/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
