From 048925310978c1a7414488d7b0566eda6c7dae8b Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Mon, 19 Aug 2019 13:45:54 +0800 Subject: python-oslo.i18n: Add python3 version Providing a python3 version of python-oslo.i18n. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-oslo.i18n.inc | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.i18n.inc (limited to 'meta-openstack/recipes-devtools/python/python-oslo.i18n.inc') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n.inc b/meta-openstack/recipes-devtools/python/python-oslo.i18n.inc new file mode 100644 index 0000000..3c0e74c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n.inc @@ -0,0 +1,32 @@ +DESCRIPTION = "oslo.i18n library" +HOMEPAGE = "http://launchpad.net/oslo" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +PV = "3.17.0+git${SRCPV}" +SRCREV = "f2729cd36f8694a6ec53a0e700599ddf4427440d" + +SRCNAME = "oslo.i18n" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" + +S = "${WORKDIR}/git" + +# 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}-babel \ + ${PYTHON_PN}-pbr \ + ${PYTHON_PN}-six \ + " -- cgit v1.2.3-54-g00ecf