summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-11-18 00:15:28 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-19 11:10:02 -0500
commit8f6bf4d5879510fd0d6c2815cdb91875770b3a74 (patch)
tree05a076087954b5b92a38443431ef097a1e8db13c
parent7b15fb5fedd688644c38164ecd16ce04318d96f2 (diff)
downloadmeta-cloud-services-8f6bf4d5879510fd0d6c2815cdb91875770b3a74.tar.gz
python-enum: Remove recipe
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 <zangrc.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"