[meta-virtualization] [m-c-s][PATCH] python-eventlet: add RDEPENDS for enum-compat

Mark Asselstine mark.asselstine at windriver.com
Mon Nov 20 08:17:47 PST 2017


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 <mark.asselstine at windriver.com>
---
 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



More information about the meta-virtualization mailing list