From 72c5e79350c967ce4e574c603e5d2f42e7285420 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:25 +0800 Subject: python-routes: add rdepends on python-repoze.lru 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 from repoze.lru import LRUCache ImportError: No module named repoze.lru Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-routes_2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf