diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon_git.bb | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index d2cb345..69d19f5 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
| @@ -18,10 +18,8 @@ RDEPENDS_${PN} += " \ | |||
| 18 | python-django-compressor \ | 18 | python-django-compressor \ |
| 19 | python-django-openstack-auth \ | 19 | python-django-openstack-auth \ |
| 20 | python-django-pyscss \ | 20 | python-django-pyscss \ |
| 21 | python-eventlet \ | 21 | python-futurist \ |
| 22 | python-httplib2 \ | ||
| 23 | python-iso8601 \ | 22 | python-iso8601 \ |
| 24 | python-kombu \ | ||
| 25 | python-netaddr \ | 23 | python-netaddr \ |
| 26 | python-oslo.concurrency \ | 24 | python-oslo.concurrency \ |
| 27 | python-oslo.config \ | 25 | python-oslo.config \ |
| @@ -29,25 +27,27 @@ RDEPENDS_${PN} += " \ | |||
| 29 | python-oslo.policy \ | 27 | python-oslo.policy \ |
| 30 | python-oslo.serialization \ | 28 | python-oslo.serialization \ |
| 31 | python-oslo.utils \ | 29 | python-oslo.utils \ |
| 30 | python-osprofiler \ | ||
| 31 | python-pymongo \ | ||
| 32 | python-pyscss \ | 32 | python-pyscss \ |
| 33 | python-ceilometerclient \ | ||
| 34 | python-cinderclient \ | 33 | python-cinderclient \ |
| 35 | python-glanceclient \ | 34 | python-glanceclient \ |
| 36 | python-heatclient \ | 35 | python-heatclient \ |
| 37 | python-keystoneclient \ | 36 | python-keystoneclient \ |
| 38 | python-neutronclient \ | 37 | python-neutronclient \ |
| 39 | python-novaclient \ | 38 | python-novaclient \ |
| 40 | python-saharaclient \ | ||
| 41 | python-swiftclient \ | 39 | python-swiftclient \ |
| 42 | python-troveclient \ | ||
| 43 | python-pytz \ | 40 | python-pytz \ |
| 44 | python-pyyaml \ | 41 | python-pyyaml \ |
| 42 | python-semantic-version \ | ||
| 45 | python-six \ | 43 | python-six \ |
| 46 | python-xstatic \ | 44 | python-xstatic \ |
| 47 | python-xstatic-angular \ | 45 | python-xstatic-angular \ |
| 48 | python-xstatic-angular-bootstrap \ | 46 | python-xstatic-angular-bootstrap \ |
| 47 | python-xstatic-angular-fileupload \ | ||
| 49 | python-xstatic-angular-gettext \ | 48 | python-xstatic-angular-gettext \ |
| 50 | python-xstatic-angular-lrdragndrop \ | 49 | python-xstatic-angular-lrdragndrop \ |
| 50 | python-xstatic-angular-schema-form \ | ||
| 51 | python-xstatic-bootstrap-datepicker \ | 51 | python-xstatic-bootstrap-datepicker \ |
| 52 | python-xstatic-bootstrap-scss \ | 52 | python-xstatic-bootstrap-scss \ |
| 53 | python-xstatic-bootswatch \ | 53 | python-xstatic-bootswatch \ |
| @@ -57,22 +57,23 @@ RDEPENDS_${PN} += " \ | |||
| 57 | python-xstatic-jasmine \ | 57 | python-xstatic-jasmine \ |
| 58 | python-xstatic-jquery \ | 58 | python-xstatic-jquery \ |
| 59 | python-xstatic-jquery-migrate \ | 59 | python-xstatic-jquery-migrate \ |
| 60 | python-xstatic-jquery-quicksearch \ | 60 | python-xstatic-jquery.quicksearch \ |
| 61 | python-xstatic-jquery-tablesorter \ | 61 | python-xstatic-jquery.tablesorter \ |
| 62 | python-xstatic-jquery-ui \ | 62 | python-xstatic-jquery-ui \ |
| 63 | python-xstatic-jsencrypt \ | 63 | python-xstatic-jsencrypt \ |
| 64 | python-xstatic-magic-search \ | ||
| 65 | python-xstatic-mdi \ | 64 | python-xstatic-mdi \ |
| 65 | python-xstatic-objectpath \ | ||
| 66 | python-xstatic-rickshaw \ | 66 | python-xstatic-rickshaw \ |
| 67 | python-xstatic-roboto-fontface \ | 67 | python-xstatic-roboto-fontface \ |
| 68 | python-xstatic-smart-table \ | 68 | python-xstatic-smart-table \ |
| 69 | python-xstatic-spin \ | 69 | python-xstatic-spin \ |
| 70 | python-xstatic-term.js \ | 70 | python-xstatic-term.js \ |
| 71 | python-xstatic-tv4 \ | ||
| 71 | " | 72 | " |
| 72 | 73 | ||
| 73 | SRCNAME = "horizon" | 74 | SRCNAME = "horizon" |
| 74 | 75 | ||
| 75 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 76 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \ |
| 76 | file://horizon.init \ | 77 | file://horizon.init \ |
| 77 | file://fix_bindir_path.patch \ | 78 | file://fix_bindir_path.patch \ |
| 78 | file://openstack-dashboard-apache.conf \ | 79 | file://openstack-dashboard-apache.conf \ |
| @@ -80,8 +81,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
| 80 | file://horizon-use-full-package-path-to-test-directories.patch \ | 81 | file://horizon-use-full-package-path-to-test-directories.patch \ |
| 81 | " | 82 | " |
| 82 | 83 | ||
| 83 | SRCREV = "593f0b78eea8efbb6d833d66acc7ab4dc852159b" | 84 | SRCREV = "246ff9f81248a00a434e66d18fad70519ba811cc" |
| 84 | PV = "8.0.0+git${SRCPV}" | 85 | PV = "12.0.0+git${SRCPV}" |
| 85 | S = "${WORKDIR}/git" | 86 | S = "${WORKDIR}/git" |
| 86 | 87 | ||
| 87 | inherit setuptools update-rc.d python-dir default_configs monitor | 88 | inherit setuptools update-rc.d python-dir default_configs monitor |
