diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-07-21 13:58:13 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-24 13:12:13 -0400 |
| commit | 9aee54286d7e25a174c18fcee63b4a08ef326bcf (patch) | |
| tree | 3d480d28b7e5d69e4c7882da2d04d556114950e8 /meta-openstack | |
| parent | 639a5e0db792a9e638596a5d243a0892aafba7ae (diff) | |
| download | meta-cloud-services-9aee54286d7e25a174c18fcee63b4a08ef326bcf.tar.gz | |
python3-oslo.log: Change python to python3
Version updated to 3.30.3
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.log_git.bb) | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb index 091ae36..308b39e 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb | |||
| @@ -7,35 +7,35 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | |||
| 7 | SRCNAME = "oslo.log" | 7 | SRCNAME = "oslo.log" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 9 | 9 | ||
| 10 | PV = "3.30.0+git${SRCPV}" | 10 | PV = "3.30.3+git${SRCPV}" |
| 11 | SRCREV = "ad776e84b51223b85b7dfa85a7e77bb2f3848f4b" | 11 | SRCREV = "76d1dee7b80c62172ea3900b75a47edf5b64cab4" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit setuptools3 | 14 | inherit setuptools3 |
| 15 | 15 | ||
| 16 | DEPENDS += " \ | 16 | DEPENDS += " \ |
| 17 | python-pip \ | 17 | python3-pip \ |
| 18 | python-babel \ | 18 | python3-babel \ |
| 19 | python-pbr \ | 19 | python3-pbr \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | # Satisfy setup.py 'setup_requires' | 22 | # Satisfy setup.py 'setup_requires' |
| 23 | DEPENDS += " \ | 23 | DEPENDS += " \ |
| 24 | python-pbr-native \ | 24 | python3-pbr-native \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | # RDEPENDS_default: | 27 | # RDEPENDS_default: |
| 28 | RDEPENDS_${PN} += " \ | 28 | RDEPENDS_${PN} += " \ |
| 29 | bash \ | 29 | bash \ |
| 30 | python-pbr \ | 30 | python3-pbr \ |
| 31 | python-six \ | 31 | python3-six \ |
| 32 | python-oslo.config \ | 32 | python3-oslo.config \ |
| 33 | python-oslo.context \ | 33 | python3-oslo.context \ |
| 34 | python-oslo.i18n \ | 34 | python3-oslo.i18n \ |
| 35 | python-oslo.utils \ | 35 | python3-oslo.utils \ |
| 36 | python-oslo.serialization \ | 36 | python3-oslo.serialization \ |
| 37 | python-pyinotify \ | 37 | python3-pyinotify \ |
| 38 | python-debtcollector \ | 38 | python3-debtcollector \ |
| 39 | python-dateutil \ | 39 | python3-dateutil \ |
| 40 | python-monotonic \ | 40 | python3-monotonic \ |
| 41 | " | 41 | " |
