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 <[email protected]> --- .../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 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 -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
