diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-11 09:51:23 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-12 12:28:32 -0500 |
| commit | 3496a76f0e8a364168ad6450f2f1d040af9ed654 (patch) | |
| tree | a97407646bb24b58b4b095e98b93a19bb92ff80b /meta-openstack/recipes-devtools/python | |
| parent | 6acfb523ddba3f0f26b583db7235d3bd1cc0df5f (diff) | |
| download | meta-cloud-services-3496a76f0e8a364168ad6450f2f1d040af9ed654.tar.gz | |
python-babel: Remove the recipe
Because there are higher versions in meta-openembedded, Remove the recipe.
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')
3 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-babel.inc b/meta-openstack/recipes-devtools/python/python-babel.inc deleted file mode 100644 index 5e133a1..0000000 --- a/meta-openstack/recipes-devtools/python/python-babel.inc +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" | ||
| 2 | HOMEPAGE = "http://babel.edgewall.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Babel" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35" | ||
| 10 | SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875" | ||
| 11 | |||
| 12 | inherit pypi | ||
| 13 | |||
| 14 | CLEANBROKEN = "1" | ||
| 15 | |||
| 16 | RDEPENDS_${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 deleted file mode 100644 index 74952d1..0000000 --- a/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | require python-babel.inc | ||
| 2 | inherit setuptools | ||
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 deleted file mode 100644 index 42b0008..0000000 --- a/meta-openstack/recipes-devtools/python/python3-babel_2.3.4.bb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | require python-babel.inc | ||
| 2 | inherit setuptools3 | ||
