summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 16:41:23 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 16:41:23 +0200
commitbc690e3214556e4c16e101ac778d615da7e426ad (patch)
tree423869d7f99ba62c3316a66a444066c5841300bd
parentc8e3362d11fcef397421ce6f39a3905af3c7e828 (diff)
downloadmeta-cloud-services-bc690e3214556e4c16e101ac778d615da7e426ad.tar.gz
python-routes: Update dependency list
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-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 "