diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.context_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb index 571e1c2..bf1ae7a 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | SRCNAME = "oslo.context" | 7 | SRCNAME = "oslo.context" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 9 | 9 | ||
| 10 | PV = "2.9.0+git${SRCPV}" | 10 | PV = "2.17.0+git${SRCPV}" |
| 11 | SRCREV = "b8fe4065ab5ee365526ced5aff12eaa0b8409cb7" | 11 | SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools | 14 | inherit setuptools |
| @@ -27,5 +27,6 @@ DEPENDS += " \ | |||
| 27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS_${PN} += " \ |
| 28 | bash \ | 28 | bash \ |
| 29 | python-pbr \ | 29 | python-pbr \ |
| 30 | python-debtcollector \ | ||
| 30 | python-positional \ | 31 | python-positional \ |
| 31 | " | 32 | " |
