diff options
author | Derek Straka <derek@asterius.io> | 2016-11-17 21:45:44 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:29:54 +0100 |
commit | b451e5444f7e4d927ef9bebc8af234429afcbb88 (patch) | |
tree | a8a9fa611e39521b3d975bc9f62791f2f6ef3ba5 | |
parent | dfd16a3dc5878a394c98931fadae5171481dda3c (diff) | |
download | meta-openembedded-b451e5444f7e4d927ef9bebc8af234429afcbb88.tar.gz |
python-pytz: update to version 2016.7
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytz_2016.4.bb | 14 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytz_2016.7.bb | 15 |
2 files changed, 15 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz_2016.4.bb b/meta-python/recipes-devtools/python/python-pytz_2016.4.bb deleted file mode 100644 index 6cbea28949..0000000000 --- a/meta-python/recipes-devtools/python/python-pytz_2016.4.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SUMMARY = "World timezone definitions, modern and historical" | ||
2 | HOMEPAGE = " http://pythonhosted.org/pytz" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" | ||
5 | |||
6 | SRC_URI[md5sum] = "a3316cf3842ed0375ba5931914239d97" | ||
7 | SRC_URI[sha256sum] = "c823de61ff40d1996fe087cec343e0503881ca641b897e0f9b86c7683a0bfee1" | ||
8 | |||
9 | inherit pypi setuptools | ||
10 | |||
11 | RDEPENDS_${PN} = "\ | ||
12 | python-core \ | ||
13 | python-datetime \ | ||
14 | " | ||
diff --git a/meta-python/recipes-devtools/python/python-pytz_2016.7.bb b/meta-python/recipes-devtools/python/python-pytz_2016.7.bb new file mode 100644 index 0000000000..508fd3b54f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytz_2016.7.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "World timezone definitions, modern and historical" | ||
2 | HOMEPAGE = " http://pythonhosted.org/pytz" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" | ||
5 | |||
6 | SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966" | ||
7 | SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3" | ||
8 | |||
9 | inherit pypi setuptools | ||
10 | |||
11 | RDEPENDS_${PN} += "\ | ||
12 | ${PYTHON_PN}-datetime \ | ||
13 | ${PYTHON_PN}-io \ | ||
14 | ${PYTHON_PN}-threading \ | ||
15 | " | ||