The true dependency is for 'enum34' but if the system is checking against the requirements.txt it might complain if 'enum-compat' is not present.
Signed-off-by: Mark Asselstine <[email protected]> --- meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb index f52d5af..1d51f1a 100644 --- a/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb @@ -11,5 +11,6 @@ inherit setuptools pypi pypi RDEPENDS_${PN} += " \ python-enum34 \ + python-enum-compat \ python-greenlet \ " -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
