summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-20 11:17:09 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-21 15:08:02 -0500
commit6e51065697c681a7cf32507f08c8353efb223da9 (patch)
tree3d8a7f588827ab80fc8d7cee16458372aa1b4caa /meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb
parentc44ab3936c48e5294ad6a59835d7647d09fd2102 (diff)
downloadmeta-cloud-services-6e51065697c681a7cf32507f08c8353efb223da9.tar.gz
python-enum-compat: initial version v0.0.2
This will allow packages with 'enum-compat' in their requirements.txt to not complain/error, even though the real dependency is on 'enum34'. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb b/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb
new file mode 100644
index 0000000..3ae7bb4
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb
@@ -0,0 +1,10 @@
1DESCRIPTION = "Python enum/enum34 compatibility package"
2HOMEPAGE = "https://github.com/jstasiak/enum-compat"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6
7SRC_URI[md5sum] = "3002940b6620837d0fbc86ec72509be3"
8SRC_URI[sha256sum] = "939ceff18186a5762ae4db9fa7bfe017edbd03b66526b798dd8245394c8a4192"
9
10inherit setuptools pypi