diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-08 14:04:04 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:37 -0500 |
| commit | e43b3155f1f3fe3b336c3b6418fd8ce5c0da967b (patch) | |
| tree | 809f39e6c935d66d0eee79b61501f5c3f1895cdf /meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb | |
| parent | b4b10ec3f1c2494255e2c0dd17672177f8001807 (diff) | |
| download | meta-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_2013.8.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb | 18 |
1 files changed, 18 insertions, 0 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 new file mode 100644 index 0000000..cee4fc2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pytz_2013.8.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "World timezone definitions, modern and historical" | ||
| 2 | HOMEPAGE = "http://pytz.sourceforge.net" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "pytz" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "37750ca749ed3a52523b9682b0b7e381" | ||
| 14 | SRC_URI[sha256sum] = "58552e870aa2c0a1fa3b4ef923f00fbf3e55afaa87f8d31244d44f188de4793a" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
