diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-10-20 14:42:18 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-27 23:27:51 -0400 |
| commit | ff02d6050d37f7e9ab95944362be64f28a57b6c3 (patch) | |
| tree | 465f5d166edca3fc4c8b0a4f29ac69970c745afa /meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb | |
| parent | b8245fa5a000f341f254df9d85b1e3ff3fb572ce (diff) | |
| download | meta-cloud-services-ff02d6050d37f7e9ab95944362be64f28a57b6c3.tar.gz | |
python3-oslo.versionedobjects: change to python3
Because python2 is no longer maintained, bb file is changed to python3 version.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb new file mode 100644 index 0000000..41064dd --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | DESCRIPTION = "oslo.versionedobjects 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 = "2.3.0+git${SRCPV}" | ||
| 8 | SRCREV = "8db69628834332ed2df6690135be5d5c1ebd3ca1" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.versionedobjects" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python3-pip \ | ||
| 19 | python3-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python3-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | # RDEPENDS_default: | ||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | python3-six \ | ||
| 30 | python3-oslo.concurrency \ | ||
| 31 | python3-oslo.config \ | ||
| 32 | python3-oslo.context \ | ||
| 33 | python3-oslo.messaging \ | ||
| 34 | python3-oslo.serialization \ | ||
| 35 | python3-oslo.utils \ | ||
| 36 | python3-oslo.log \ | ||
| 37 | python3-oslo.i18n \ | ||
| 38 | python3-webob \ | ||
| 39 | python3-iso8601 \ | ||
| 40 | python3-netaddr \ | ||
| 41 | " | ||
