summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pytz_2013b.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-08 14:04:04 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:37 -0500
commite43b3155f1f3fe3b336c3b6418fd8ce5c0da967b (patch)
tree809f39e6c935d66d0eee79b61501f5c3f1895cdf /meta-openstack/recipes-devtools/python/python-pytz_2013b.bb
parentb4b10ec3f1c2494255e2c0dd17672177f8001807 (diff)
downloadmeta-cloud-services-e43b3155f1f3fe3b336c3b6418fd8ce5c0da967b.tar.gz
python-pytz: uprev to meet havana version requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pytz_2013b.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pytz_2013b.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pytz_2013b.bb b/meta-openstack/recipes-devtools/python/python-pytz_2013b.bb
deleted file mode 100644
index 74a9be5..0000000
--- a/meta-openstack/recipes-devtools/python/python-pytz_2013b.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] = "64dd31f3f731a5adf9754c32e00d46c3"
14SRC_URI[sha256sum] = "0797293d12ca2f7e5dd5bc0807f521f39d5b60a2c347c48f8362f9fd0174af3f"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools