summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytz_2016.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytz_2016.7.bb')
-rwxr-xr-x[-rw-r--r--]meta-python/recipes-devtools/python/python-pytz_2016.7.bb17
1 files changed, 2 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz_2016.7.bb b/meta-python/recipes-devtools/python/python-pytz_2016.7.bb
index 508fd3b54f..f2ffc596f8 100644..100755
--- a/meta-python/recipes-devtools/python/python-pytz_2016.7.bb
+++ b/meta-python/recipes-devtools/python/python-pytz_2016.7.bb
@@ -1,15 +1,2 @@
1SUMMARY = "World timezone definitions, modern and historical" 1inherit setuptools
2HOMEPAGE = " http://pythonhosted.org/pytz" 2require python-pytz.inc
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6"
5
6SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966"
7SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3"
8
9inherit pypi setuptools
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-io \
14 ${PYTHON_PN}-threading \
15"