diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-06-28 13:02:00 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-30 03:57:49 +0000 |
| commit | c1eaf9921809dbf2f7384905604f58bebc4f68fe (patch) | |
| tree | a2358b1d663b3926220930f4a9283028befe0832 /meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | |
| parent | 70c485c4942870f4bd7b411244af365cb1a3dd86 (diff) | |
| download | meta-cloud-services-c1eaf9921809dbf2f7384905604f58bebc4f68fe.tar.gz | |
python3-oslo.serialization: Change python to python3
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.serialization_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb deleted file mode 100644 index 80b86bb..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | DESCRIPTION = "Oslo Serialization API" | ||
| 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.serialization" | ||
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 9 | |||
| 10 | PV = "2.20.0+git${SRCPV}" | ||
| 11 | SRCREV = "e56d91427c11a3813a0154d47e804018e580086e" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit setuptools3 | ||
| 15 | |||
| 16 | # DEPENDS_default: python-pip | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | # RDEPENDS_default: | ||
| 29 | RDEPENDS_${PN} += " \ | ||
| 30 | python-pbr \ | ||
| 31 | python-six \ | ||
| 32 | python-oslo.utils \ | ||
| 33 | python-pytz \ | ||
| 34 | python-msgpack \ | ||
| 35 | " | ||
