summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-11-28 17:02:52 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-01 23:17:09 -0500
commit9ec506ce0442f3a6dbcd2aec843d2368555118a3 (patch)
tree5e283a4a9c15cda5a787eb82e4fa16e5f5331676 /meta-openstack/recipes-devtools/python
parent78afdd242899e6287e05f48e4e43e80a899e6733 (diff)
downloadmeta-cloud-services-9ec506ce0442f3a6dbcd2aec843d2368555118a3.tar.gz
python-babel: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-babel.inc18
-rw-r--r--meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb20
-rw-r--r--meta-openstack/recipes-devtools/python/python3-babel_2.3.4.bb2
3 files changed, 22 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-babel.inc b/meta-openstack/recipes-devtools/python/python-babel.inc
new file mode 100644
index 0000000..5e133a1
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-babel.inc
@@ -0,0 +1,18 @@
1DESCRIPTION = "A collection of tools for internationalizing Python applications"
2HOMEPAGE = "http://babel.edgewall.org/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292"
6
7PYPI_PACKAGE = "Babel"
8
9SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35"
10SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875"
11
12inherit pypi
13
14CLEANBROKEN = "1"
15
16RDEPENDS_${PN} += " \
17 ${PYTHON_PN}-pytz \
18"
diff --git a/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb b/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
index e4c0884..74952d1 100644
--- a/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
@@ -1,18 +1,2 @@
1DESCRIPTION = "A collection of tools for internationalizing Python applications" 1require python-babel.inc
2HOMEPAGE = "http://babel.edgewall.org/" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292"
6
7PYPI_PACKAGE = "Babel"
8
9SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35"
10SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875"
11
12inherit setuptools pypi
13
14CLEANBROKEN = "1"
15
16RDEPENDS_${PN} += " \
17 python-pytz \
18" \ No newline at end of file
diff --git a/meta-openstack/recipes-devtools/python/python3-babel_2.3.4.bb b/meta-openstack/recipes-devtools/python/python3-babel_2.3.4.bb
new file mode 100644
index 0000000..42b0008
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-babel_2.3.4.bb
@@ -0,0 +1,2 @@
1require python-babel.inc
2inherit setuptools3