From 3496a76f0e8a364168ad6450f2f1d040af9ed654 Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 11 Dec 2019 09:51:23 +0800 Subject: python-babel: Remove the recipe Because there are higher versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-babel.inc | 18 ------------------ .../recipes-devtools/python/python-babel_2.3.4.bb | 2 -- .../recipes-devtools/python/python3-babel_2.3.4.bb | 2 -- 3 files changed, 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-babel.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-babel_2.3.4.bb (limited to 'meta-openstack') 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 @@ -DESCRIPTION = "A collection of tools for internationalizing Python applications" -HOMEPAGE = "http://babel.edgewall.org/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292" - -PYPI_PACKAGE = "Babel" - -SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35" -SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875" - -inherit pypi - -CLEANBROKEN = "1" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-pytz \ -" 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 @@ -require python-babel.inc -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 @@ -require python-babel.inc -inherit setuptools3 -- cgit v1.2.3-54-g00ecf