From 0c41b5e3148a7d6233b4e3704ab53bb726f814d6 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 5 Jan 2017 18:12:30 +0100 Subject: python-pytz: provide both python2 and python3 packages Signed-off-by: Pascal Bach Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pytz.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 meta-python/recipes-devtools/python/python-pytz.inc (limited to 'meta-python/recipes-devtools/python/python-pytz.inc') 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 0000000000..19be2c7571 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytz.inc @@ -0,0 +1,15 @@ +SUMMARY = "World timezone definitions, modern and historical" +HOMEPAGE = "http://pythonhosted.org/pytz" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" + +inherit pypi + +SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966" +SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-threading \ +" -- cgit v1.2.3-54-g00ecf