summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytz.inc
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2017-01-05 18:12:30 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-25 15:58:53 +0100
commit0c41b5e3148a7d6233b4e3704ab53bb726f814d6 (patch)
treecb015a6f0a5cfabdfb938acc362d84b9c7b6387d /meta-python/recipes-devtools/python/python-pytz.inc
parent43b62423d6e21a893ad7fd00993e2a7f8aaad8a6 (diff)
downloadmeta-openembedded-0c41b5e3148a7d6233b4e3704ab53bb726f814d6.tar.gz
python-pytz: provide both python2 and python3 packages
Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytz.inc')
-rwxr-xr-xmeta-python/recipes-devtools/python/python-pytz.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz.inc b/meta-python/recipes-devtools/python/python-pytz.inc
new file mode 100755
index 000000000..19be2c757
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytz.inc
@@ -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
6inherit pypi
7
8SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966"
9SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3"
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-io \
14 ${PYTHON_PN}-threading \
15"