diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon_git.bb | 6 |
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" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | DEPENDS += " \ | ||
| 8 | python-pip \ | ||
| 9 | python-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 7 | DEPENDS_${PN} += "python-django \ | 12 | DEPENDS_${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 | ||
| 24 | PR = "r1" | 30 | PR = "r1" |
