diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutron_git.bb | 68 |
1 files changed, 41 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index b9cf518..cadc80f 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 6 | 6 | ||
| 7 | SRCNAME = "neutron" | 7 | SRCNAME = "neutron" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \ | 9 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ |
| 10 | file://neutron-server.init \ | 10 | file://neutron-server.init \ |
| 11 | file://neutron-agent.init \ | 11 | file://neutron-agent.init \ |
| 12 | file://l3_agent.ini \ | 12 | file://l3_agent.ini \ |
| @@ -19,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \ | |||
| 19 | # TBD: update or drop | 19 | # TBD: update or drop |
| 20 | # file://uuid_wscheck.patch | 20 | # file://uuid_wscheck.patch |
| 21 | 21 | ||
| 22 | SRCREV = "7260e0e3fc2ea479e80e0962624aca7fd38a1f60" | 22 | SRCREV = "6dcfe3a9362ae5fcf18e5cfb59663e43446cd59c" |
| 23 | PV = "2015.1.0+git${SRCPV}" | 23 | PV = "7.0.0+git${SRCPV}" |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
| 26 | 26 | ||
| @@ -258,30 +258,44 @@ DEPENDS += " \ | |||
| 258 | python-pbr \ | 258 | python-pbr \ |
| 259 | " | 259 | " |
| 260 | 260 | ||
| 261 | RDEPENDS_${PN} += "python-paste \ | 261 | RDEPENDS_${PN} += " \ |
| 262 | python-pastedeploy \ | 262 | python-pbr \ |
| 263 | python-routes \ | 263 | python-paste \ |
| 264 | python-amqplib \ | 264 | python-pastedeploy \ |
| 265 | python-anyjson \ | 265 | python-debtcollector \ |
| 266 | python-alembic \ | 266 | python-eventlet \ |
| 267 | python-eventlet \ | 267 | python-pecan \ |
| 268 | python-greenlet \ | 268 | python-greenlet \ |
| 269 | python-httplib2 \ | 269 | python-httplib2 \ |
| 270 | python-iso8601 \ | 270 | python-requests \ |
| 271 | python-kombu \ | 271 | python-jinja2 \ |
| 272 | python-netaddr \ | 272 | python-keystonemiddleware \ |
| 273 | python-neutronclient \ | 273 | python-netaddr \ |
| 274 | python-sqlalchemy \ | 274 | python-neutronclient \ |
| 275 | python-webob \ | 275 | python-retrying \ |
| 276 | python-keystoneclient \ | 276 | python-ryu \ |
| 277 | python-oslo.config \ | 277 | python-sqlalchemy \ |
| 278 | python-oslo.rootwrap \ | 278 | python-webob \ |
| 279 | python-pyudev \ | 279 | python-keystoneclient \ |
| 280 | python-novaclient \ | 280 | python-alembic \ |
| 281 | python-mako \ | 281 | python-six \ |
| 282 | python-markupsafe \ | 282 | python-stevedore \ |
| 283 | python-pyparsing \ | 283 | python-oslo.concurrency \ |
| 284 | python-pbr \ | 284 | python-oslo.config \ |
| 285 | python-oslo.context \ | ||
| 286 | python-oslo.db \ | ||
| 287 | python-oslo.i18n \ | ||
| 288 | python-oslo.log \ | ||
| 289 | python-oslo.messaging \ | ||
| 290 | python-oslo.middleware \ | ||
| 291 | python-oslo.policy \ | ||
| 292 | python-oslo.rootwrap \ | ||
| 293 | python-oslo.serialization \ | ||
| 294 | python-oslo.service \ | ||
| 295 | python-oslo.utils \ | ||
| 296 | python-oslo.versionedobjects \ | ||
| 297 | python-novaclient \ | ||
| 298 | python-routes \ | ||
| 285 | " | 299 | " |
| 286 | 300 | ||
| 287 | RDEPENDS_${SRCNAME} = "${PN} \ | 301 | RDEPENDS_${SRCNAME} = "${PN} \ |
