diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-12-08 18:33:19 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:28 -0500 |
| commit | 53058dbbb6f8fbe3e7cbdf7200e294a7d6f1af74 (patch) | |
| tree | d34d7a9587aa1b8e6b6c4c9cbd08123bf94bac10 | |
| parent | 6c62c2b8b39f3bef855b3e5c22736a0de21f96ca (diff) | |
| download | meta-cloud-services-53058dbbb6f8fbe3e7cbdf7200e294a7d6f1af74.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>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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}" | |||
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | 19 | RDEPENDS_${PN} += "python-repoze.lru" | |
