diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-05-13 15:24:25 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-13 16:50:29 -0400 |
commit | 72c5e79350c967ce4e574c603e5d2f42e7285420 (patch) | |
tree | 0a5e19b03d5d38160a805503ca001e9d8928afc9 /meta-openstack/recipes-devtools | |
parent | 6b21d33f4305559bd781555f677955d46d7ca0c9 (diff) | |
download | meta-cloud-services-72c5e79350c967ce4e574c603e5d2f42e7285420.tar.gz |
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 <module>
from repoze.lru import LRUCache
ImportError: No module named repoze.lru
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-routes_2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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}" | |||
15 | 15 | ||
16 | inherit setuptools | 16 | inherit setuptools |
17 | 17 | ||
18 | 18 | RDEPENDS_${PN} += "python-repoze.lru" | |