From 2878bfa341d52dcc01c6b7204023a3bf1b9d750c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 21 Jul 2020 14:01:55 +0800 Subject: python3-oslo.middleware: Change python to python3 Version updated to : 4.1.0 Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python3-oslo.middleware_git.bb | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb (limited to 'meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb new file mode 100644 index 0000000..a481818 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb @@ -0,0 +1,43 @@ +DESCRIPTION = "Oslo Middleware library" +HOMEPAGE = "http://launchpad.net/oslo" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +PV = "4.1.0+git${SRCPV}" +SRCREV = "7355d905bc0e6b7d8884e290cc26895eed0f7179" + +SRCNAME = "oslo.middleware" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" + +S = "${WORKDIR}/git" + +inherit setuptools3 + +# DEPENDS_default: python3-pip + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python3-pbr \ + python3-jinja2 \ + python3-oslo.config \ + python3-oslo.context \ + python3-oslo.i18n \ + python3-oslo.utils \ + python3-six \ + python3-stevedore \ + python3-webob \ + python3-debtcollector \ + python3-statsd \ + python3-monotonic \ + " -- cgit v1.2.3-54-g00ecf