summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-11-23 22:43:08 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-12-01 16:30:52 -0500
commitbf8731534a49ade4d879114f548101d2d384a814 (patch)
treed4e3ac143a029789bd3869ec552b0c91b5b63d6d
parent4f223cac9329b0ee48cfeb8534964b33ee981f48 (diff)
downloadmeta-cloud-services-bf8731534a49ade4d879114f548101d2d384a814.tar.gz
python-enum: Remove recipe
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: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb20
1 files changed, 0 insertions, 20 deletions
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 4eb1ed5..0000000
--- a/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "Robust enumerated type support in Python"
2DESCRIPTION = "This package provides a module for robust enumerations in Python."
3HOMEPAGE = "https://pypi.python.org/pypi/enum"
4SECTION = "devel/python"
5LICENSE = "GPLv2 | PSFv2"
6LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=4325afd396febcb659c36b49533135d4 \
7 file://LICENSE.PSF;md5=1ad8a43fc3bbfea1585223c99f4c3e6f \
8"
9
10SRC_URI[md5sum] = "ce75c7c3c86741175a84456cc5bd531e"
11SRC_URI[sha256sum] = "9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff"
12
13inherit setuptools3 pypi
14
15DEPENDS += " \
16 python-pip \
17"
18
19RDEPENDS_${PN} += " \
20"