diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb index 8841ec0..e6c8bf4 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | |||
| @@ -4,13 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.messaging" | 7 | SRCNAME = "oslo.messaging" |
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" |
| 11 | 9 | ||
| 12 | PV = "1.6.0" | 10 | PV = "2.7.0+git${SRCPV}" |
| 13 | SRCREV = "68cd8cfecc12a40b61a7b8557aad7b5a4e1f1c6d" | 11 | SRCREV = "4f49b7e25373d624ae9146dd46d92b90022c979f" |
| 14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 15 | 13 | ||
| 16 | inherit setuptools | 14 | inherit setuptools |
| @@ -26,4 +24,25 @@ DEPENDS += " \ | |||
| 26 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS_${PN} += " \ |
| 27 | bash \ | 25 | bash \ |
| 28 | python-pbr \ | 26 | python-pbr \ |
| 27 | python-cachetools \ | ||
| 28 | python-trollius \ | ||
| 29 | python-aioeventlet \ | ||
| 30 | python-futurist \ | ||
| 31 | python-oslo.config \ | ||
| 32 | python-oslo.context \ | ||
| 33 | python-oslo.log \ | ||
| 34 | python-oslo.utils \ | ||
| 35 | python-oslo.serialization \ | ||
| 36 | python-oslo.middleware \ | ||
| 37 | python-oslo.service \ | ||
| 38 | python-oslo.i18n \ | ||
| 39 | python-stevedore \ | ||
| 40 | python-six \ | ||
| 41 | python-eventlet \ | ||
| 42 | python-greenlet \ | ||
| 43 | python-webob \ | ||
| 44 | python-pyyaml \ | ||
| 45 | python-amqp \ | ||
| 46 | python-kombu \ | ||
| 47 | python-aioeventlet \ | ||
| 29 | " | 48 | " |
