From: Jackie Huang <[email protected]>

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 <[email protected]>
---
 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

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to