summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 3b2dd26..be45a2b 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -4,6 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7DEPENDS += " \
8 python-pip \
9 python-pbr \
10 "
11
7DEPENDS_${PN} += "python-django \ 12DEPENDS_${PN} += "python-django \
8 python-django-compressor \ 13 python-django-compressor \
9 python-django-openstack-auth \ 14 python-django-openstack-auth \
@@ -19,6 +24,7 @@ DEPENDS_${PN} += "python-django \
19 python-six \ 24 python-six \
20 python-swiftclient \ 25 python-swiftclient \
21 python-lockfile \ 26 python-lockfile \
27 python-pbr \
22 " 28 "
23 29
24PR = "r1" 30PR = "r1"