From 6e51065697c681a7cf32507f08c8353efb223da9 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 20 Nov 2017 11:17:09 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-enum-compat_0.0.2.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-enum-compat_0.0.2.bb (limited to 'meta-openstack/recipes-devtools/python') 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 @@ +DESCRIPTION = "Python enum/enum34 compatibility package" +HOMEPAGE = "https://github.com/jstasiak/enum-compat" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +SRC_URI[md5sum] = "3002940b6620837d0fbc86ec72509be3" +SRC_URI[sha256sum] = "939ceff18186a5762ae4db9fa7bfe017edbd03b66526b798dd8245394c8a4192" + +inherit setuptools pypi -- cgit v1.2.3-54-g00ecf