diff options
| author | Derek Straka <derek@asterius.io> | 2016-03-25 18:53:16 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-01 15:33:56 +0200 |
| commit | 6ddf37ad7672a4ccae09d5ba304ed5be47048437 (patch) | |
| tree | f9070d0df3068ce1e518cc83e6459e8ea377d7b7 /meta-python/recipes-devtools/python/python-pytz_2016.3.bb | |
| parent | 464853204a2e3760dae7cb5a4ed627e4990955d1 (diff) | |
| download | meta-openembedded-6ddf37ad7672a4ccae09d5ba304ed5be47048437.tar.gz | |
python-pytz: update to 2016.3
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytz_2016.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pytz_2016.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz_2016.3.bb b/meta-python/recipes-devtools/python/python-pytz_2016.3.bb new file mode 100644 index 0000000000..da4e2d6c26 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytz_2016.3.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 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 | inherit pypi setuptools | ||
| 7 | |||
| 8 | RDEPENDS_${PN} = "\ | ||
| 9 | python-core \ | ||
| 10 | python-datetime \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "abae92c3301b27bd8a9f56b14f52cb29" | ||
| 14 | SRC_URI[sha256sum] = "3449da19051655d4c0bb5c37191331748bcad15804d81676a88451ef299370a8" | ||
