diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-09-29 22:59:09 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-01 23:10:36 -0400 |
| commit | 4fab3ee14231aac8d03b1da861c11dd53b645397 (patch) | |
| tree | 9480f4c0ffee2824620300c60e0e55460894ce36 /meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb | |
| parent | e4be485c6103713cb9b90f8dee4041732d3d07d1 (diff) | |
| download | meta-cloud-services-4fab3ee14231aac8d03b1da861c11dd53b645397.tar.gz | |
python3-oslo.reports: Change to python3
Because python2 is no longer maintained, bb file is changed to python3 version.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb deleted file mode 100644 index 7a6cdd7..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | DESCRIPTION = "oslo.reports library" | ||
| 2 | HOMEPAGE = "https://wiki.openstack.org/wiki/Oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | PV = "1.22.0+git${SRCPV}" | ||
| 8 | SRCREV = "a837f40bb0c31958d3ce99e2f9a6eb2fe651f4e6" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.reports" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 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 | python-pbr \ | ||
| 30 | python-six \ | ||
| 31 | python-jinja2 \ | ||
| 32 | python-psutil \ | ||
| 33 | python-oslo.i18n \ | ||
| 34 | python-oslo.utils \ | ||
| 35 | python-oslo.serialization \ | ||
| 36 | " | ||
