[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 07/42] python-routes: add rdepends on python-repoze.lru

Josep Puigdemont josep.puigdemont at enea.com
Tue Dec 8 09:33:19 PST 2015


From: Jackie Huang <jackie.huang at windriver.com>

Add the missing rdepends on python-repoze.lru or it will fail with:

  File "/usr/lib64/python2.7/site-packages/routes/mapper.py", line 5, in <module>
    from repoze.lru import LRUCache
  ImportError: No module named repoze.lru

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
 meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb b/meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb
index a966fad..a3f09c5 100644
--- a/meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb
@@ -16,4 +16,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools
 
-
+RDEPENDS_${PN} += "python-repoze.lru"
-- 
2.5.0



More information about the meta-virtualization mailing list