summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-14 10:54:39 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-14 10:54:39 +0200
commit116458977d3991ba5e1f87215b3166d0f5723a2b (patch)
tree41eee165b2150a92fec09ad06a828c10a6b13976
parent8def069893528c7938cacf7d64f71950f45eb68a (diff)
downloadmeta-cloud-services-116458977d3991ba5e1f87215b3166d0f5723a2b.tar.gz
python-babel: Drop recipe
Same recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb22
1 files changed, 0 insertions, 22 deletions
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 790491d..0000000
--- a/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
+++ /dev/null
@@ -1,22 +0,0 @@
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
7SRCNAME = "Babel"
8SRC_URI = "https://pypi.io/packages/source/B/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
9"
10
11SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35"
12SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18CLEANBROKEN = "1"
19
20RDEPENDS_${PN} += " \
21 python-pytz \
22" \ No newline at end of file