diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb index 3bacd7c..1ded267 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | SRCNAME = "oslo.utils" | 7 | SRCNAME = "oslo.utils" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 9 | 9 | ||
| 10 | PV = "2.7.0+git${SRCPV}" | 10 | PV = "3.16.0+git${SRCPV}" |
| 11 | SRCREV = "6aa24675e890e0bb61967a3e4c5e6aa8cf3dedcf" | 11 | SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools | 14 | inherit setuptools |
| @@ -28,7 +28,6 @@ DEPENDS += " \ | |||
| 28 | # RDEPENDS_default: | 28 | # RDEPENDS_default: |
| 29 | RDEPENDS_${PN} += " \ | 29 | RDEPENDS_${PN} += " \ |
| 30 | python-pbr \ | 30 | python-pbr \ |
| 31 | python-babel \ | ||
| 32 | python-six \ | 31 | python-six \ |
| 33 | python-iso8601 \ | 32 | python-iso8601 \ |
| 34 | python-oslo.i18n \ | 33 | python-oslo.i18n \ |
| @@ -37,4 +36,6 @@ RDEPENDS_${PN} += " \ | |||
| 37 | python-netaddr \ | 36 | python-netaddr \ |
| 38 | python-netifaces \ | 37 | python-netifaces \ |
| 39 | python-debtcollector \ | 38 | python-debtcollector \ |
| 39 | python-funcsigs \ | ||
| 40 | python-pyparsing \ | ||
| 40 | " | 41 | " |
