summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-06-28 13:02:00 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-30 03:57:49 +0000
commitc1eaf9921809dbf2f7384905604f58bebc4f68fe (patch)
treea2358b1d663b3926220930f4a9283028befe0832 /meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
parent70c485c4942870f4bd7b411244af365cb1a3dd86 (diff)
downloadmeta-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.bb35
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 @@
1DESCRIPTION = "Oslo Serialization API"
2HOMEPAGE = "https://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7SRCNAME = "oslo.serialization"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
9
10PV = "2.20.0+git${SRCPV}"
11SRCREV = "e56d91427c11a3813a0154d47e804018e580086e"
12S = "${WORKDIR}/git"
13
14inherit setuptools3
15
16# DEPENDS_default: python-pip
17
18DEPENDS += " \
19 python-pip \
20 python-pbr \
21 "
22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
28# RDEPENDS_default:
29RDEPENDS_${PN} += " \
30 python-pbr \
31 python-six \
32 python-oslo.utils \
33 python-pytz \
34 python-msgpack \
35 "