summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-routes_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-routes_git.bb b/meta-openstack/recipes-devtools/python/python-routes_git.bb
index 408f0a8..578597a 100644
--- a/meta-openstack/recipes-devtools/python/python-routes_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-routes_git.bb
@@ -14,4 +14,7 @@ S = "${WORKDIR}/git"
14 14
15inherit setuptools 15inherit setuptools
16 16
17RDEPENDS_${PN} += "python-repoze.lru" 17RDEPENDS_${PN} += " \
18 python-repoze.lru \
19 python-six \
20 "