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/recipes-devtools/python/python-oslo.log_git.bb | |
| 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/recipes-devtools/python/python-oslo.log_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.log_git.bb | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb deleted file mode 100644 index 091ae36..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | DESCRIPTION = "Oslo Log Library" | ||
| 2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | SRCNAME = "oslo.log" | ||
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 9 | |||
| 10 | PV = "3.30.0+git${SRCPV}" | ||
| 11 | SRCREV = "ad776e84b51223b85b7dfa85a7e77bb2f3848f4b" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit setuptools3 | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python-pip \ | ||
| 18 | python-babel \ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | # RDEPENDS_default: | ||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | bash \ | ||
| 30 | python-pbr \ | ||
| 31 | python-six \ | ||
| 32 | python-oslo.config \ | ||
| 33 | python-oslo.context \ | ||
| 34 | python-oslo.i18n \ | ||
| 35 | python-oslo.utils \ | ||
| 36 | python-oslo.serialization \ | ||
| 37 | python-pyinotify \ | ||
| 38 | python-debtcollector \ | ||
| 39 | python-dateutil \ | ||
| 40 | python-monotonic \ | ||
| 41 | " | ||
