diff options
| author | Derek Straka <derek@asterius.io> | 2016-05-21 09:44:23 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-27 15:39:13 +0200 |
| commit | 79174d79fc4a5e71d838d3f60d3d628431542e56 (patch) | |
| tree | 0464f21489c32855f64879db4b4e84479c7614f2 /meta-python/recipes-devtools/python | |
| parent | 2383776dc5661d5a9202d056b2da8d07b451cb94 (diff) | |
| download | meta-openembedded-79174d79fc4a5e71d838d3f60d3d628431542e56.tar.gz | |
python-pytz: update to version 2016.4
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pytz_2016.4.bb (renamed from meta-python/recipes-devtools/python/python-pytz_2016.3.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz_2016.3.bb b/meta-python/recipes-devtools/python/python-pytz_2016.4.bb index da4e2d6c26..4c30f9c616 100644 --- a/meta-python/recipes-devtools/python/python-pytz_2016.3.bb +++ b/meta-python/recipes-devtools/python/python-pytz_2016.4.bb | |||
| @@ -3,12 +3,13 @@ HOMEPAGE = " http://pythonhosted.org/pytz" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" |
| 5 | 5 | ||
| 6 | SRC_URI[md5sum] = "a3316cf3842ed0375ba5931914239d97" | ||
| 7 | SRC_URI[sha256sum] = "c823de61ff40d1996fe087cec343e0503881ca641b897e0f9b86c7683a0bfee1" | ||
| 8 | PYPI_PACKAGE_HASH = "ad305ab2298c902ac92fdf649cc07d1b7d491a241c5cac8be84dd84464db7d8b" | ||
| 9 | |||
| 6 | inherit pypi setuptools | 10 | inherit pypi setuptools |
| 7 | 11 | ||
| 8 | RDEPENDS_${PN} = "\ | 12 | RDEPENDS_${PN} = "\ |
| 9 | python-core \ | 13 | python-core \ |
| 10 | python-datetime \ | 14 | python-datetime \ |
| 11 | " | 15 | " |
| 12 | |||
| 13 | SRC_URI[md5sum] = "abae92c3301b27bd8a9f56b14f52cb29" | ||
| 14 | SRC_URI[sha256sum] = "3449da19051655d4c0bb5c37191331748bcad15804d81676a88451ef299370a8" | ||
