From 57e4f99d8923571a4cf2601afd8da61e305ff60e Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Mon, 12 Aug 2019 16:48:48 +0800 Subject: python-oslo.utils: Add python3 version Providing a python3 version of python-oslo.utils. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-oslo.utils.inc | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.utils.inc (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils.inc') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils.inc b/meta-openstack/recipes-devtools/python/python-oslo.utils.inc new file mode 100644 index 0000000..04aa24a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.utils.inc @@ -0,0 +1,41 @@ +DESCRIPTION = "Oslo utils" +HOMEPAGE = "https://launchpad.net/oslo" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +SRCNAME = "oslo.utils" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" + +PV = "3.28.0+git${SRCPV}" +SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c" +S = "${WORKDIR}/git" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + ${PYTHON_PN}-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + ${PYTHON_PN}-pbr-native \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pbr \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-iso8601 \ + ${PYTHON_PN}-oslo.i18n \ + ${PYTHON_PN}-monotonic \ + ${PYTHON_PN}-pytz \ + ${PYTHON_PN}-netaddr \ + ${PYTHON_PN}-netifaces \ + ${PYTHON_PN}-debtcollector \ + ${PYTHON_PN}-funcsigs \ + ${PYTHON_PN}-pyparsing \ + " -- cgit v1.2.3-54-g00ecf