summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytz_2016.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytz_2016.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pytz_2016.4.bb15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 0000000000..4c30f9c616
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytz_2016.4.bb
@@ -0,0 +1,15 @@
1SUMMARY = "World timezone definitions, modern and historical"
2HOMEPAGE = " http://pythonhosted.org/pytz"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6"
5
6SRC_URI[md5sum] = "a3316cf3842ed0375ba5931914239d97"
7SRC_URI[sha256sum] = "c823de61ff40d1996fe087cec343e0503881ca641b897e0f9b86c7683a0bfee1"
8PYPI_PACKAGE_HASH = "ad305ab2298c902ac92fdf649cc07d1b7d491a241c5cac8be84dd84464db7d8b"
9
10inherit pypi setuptools
11
12RDEPENDS_${PN} = "\
13 python-core \
14 python-datetime \
15"