summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-05 13:26:31 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-05 13:26:31 +0200
commitae370854b5a00fbb46d1eda6566d10af7189aaf9 (patch)
tree517d0333365d87766433458cd7c7534f48c24036 /meta-openstack/recipes-devtools/python
parent635597f365a2c27098489e3e7efc1f0debf2a0ec (diff)
downloadmeta-cloud-services-ae370854b5a00fbb46d1eda6566d10af7189aaf9.tar.gz
python-pytz: Drop recipe
A newer recipe (v2017.2) is maintained in meta-python Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb b/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb
deleted file mode 100644
index cee4fc2..0000000
--- a/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "World timezone definitions, modern and historical"
2HOMEPAGE = "http://pytz.sourceforge.net"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6"
6
7PR = "r0"
8SRCNAME = "pytz"
9
10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
11"
12
13SRC_URI[md5sum] = "37750ca749ed3a52523b9682b0b7e381"
14SRC_URI[sha256sum] = "58552e870aa2c0a1fa3b4ef923f00fbf3e55afaa87f8d31244d44f188de4793a"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools