summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.i18n.inc
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2019-08-19 13:45:54 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-25 22:15:07 -0400
commit048925310978c1a7414488d7b0566eda6c7dae8b (patch)
treede7a277d9b44b520d25bcb46d881b1c627decb95 /meta-openstack/recipes-devtools/python/python-oslo.i18n.inc
parent5e7fc629b9c5e1cb79e66d5da064837de8cad889 (diff)
downloadmeta-cloud-services-048925310978c1a7414488d7b0566eda6c7dae8b.tar.gz
python-oslo.i18n: Add python3 version
Providing a python3 version of python-oslo.i18n. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.i18n.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n.inc32
1 files changed, 32 insertions, 0 deletions
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 @@
1DESCRIPTION = "oslo.i18n library"
2HOMEPAGE = "http://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7PV = "3.17.0+git${SRCPV}"
8SRCREV = "f2729cd36f8694a6ec53a0e700599ddf4427440d"
9
10SRCNAME = "oslo.i18n"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12
13S = "${WORKDIR}/git"
14
15# DEPENDS_default: python-pip
16
17DEPENDS += " \
18 ${PYTHON_PN}-pip \
19 ${PYTHON_PN}-pbr \
20 "
21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 ${PYTHON_PN}-pbr-native \
25 "
26
27# RDEPENDS_default:
28RDEPENDS_${PN} += " \
29 ${PYTHON_PN}-babel \
30 ${PYTHON_PN}-pbr \
31 ${PYTHON_PN}-six \
32 "