diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb) | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb index 463f95e..27da695 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb | |||
| @@ -5,32 +5,31 @@ 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.privsep" | 7 | SRCNAME = "oslo.privsep" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" |
| 9 | 9 | ||
| 10 | PV = "1.22.1+git${SRCPV}" | 10 | PV = "2.4.0+git${SRCPV}" |
| 11 | SRCREV = "d27bb5371c90e0f8b1bdf1bc24f16e1532b3e595" | 11 | SRCREV = "512b5d9f6b79b798474d8bb2dac2462b0f705cb9" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools3 | 14 | inherit setuptools3 |
| 15 | 15 | ||
| 16 | DEPENDS += " \ | 16 | DEPENDS += " \ |
| 17 | python-pbr \ | 17 | python3-pbr \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | # Satisfy setup.py 'setup_requires' | 20 | # Satisfy setup.py 'setup_requires' |
| 21 | DEPENDS += " \ | 21 | DEPENDS += " \ |
| 22 | python-pbr-native \ | 22 | python3-pbr-native \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | # RDEPENDS_default: | 25 | # RDEPENDS_default: |
| 26 | RDEPENDS_${PN} += " \ | 26 | RDEPENDS_${PN} += " \ |
| 27 | python-oslo.log \ | 27 | python3-oslo.log \ |
| 28 | python-oslo.i18n \ | 28 | python3-oslo.i18n \ |
| 29 | python-oslo.config \ | 29 | python3-oslo.config \ |
| 30 | python-oslo.utils \ | 30 | python3-oslo.utils \ |
| 31 | python-enum34 \ | 31 | python3-cffi \ |
| 32 | python-cffi \ | 32 | python3-eventlet \ |
| 33 | python-eventlet \ | 33 | python3-greenlet \ |
| 34 | python-greenlet \ | 34 | python3-msgpack \ |
| 35 | python-msgpack \ | ||
| 36 | " | 35 | " |
