[meta-virtualization] [PATCH 02/11] python-routes: add rdepends on python-repoze.lru

jackie.huang at windriver.com jackie.huang at windriver.com
Wed May 13 00:24:25 PDT 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>
---
 meta-openstack/recipes-devtools/python/python-routes_2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python-routes_2.1.bb b/meta-openstack/recipes-devtools/python/python-routes_2.1.bb
index dbf6e17..ad459c7 100644
--- a/meta-openstack/recipes-devtools/python/python-routes_2.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-routes_2.1.bb
@@ -15,4 +15,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools
 
-
+RDEPENDS_${PN} += "python-repoze.lru"
-- 
1.9.1



More information about the meta-virtualization mailing list