diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytz_2015.4.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytz_2015.4.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz_2015.4.bb b/meta-python/recipes-devtools/python/python-pytz_2015.4.bb index eb790f758d..dedd864da0 100644 --- a/meta-python/recipes-devtools/python/python-pytz_2015.4.bb +++ b/meta-python/recipes-devtools/python/python-pytz_2015.4.bb | |||
@@ -1,14 +1,9 @@ | |||
1 | SUMMARY = "World timezone definitions, modern and historical" | 1 | SUMMARY = "World timezone definitions, modern and historical" |
2 | HOMEPAGE = " http://pythonhosted.org/pytz" | 2 | HOMEPAGE = " http://pythonhosted.org/pytz" |
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" |
6 | SRCNAME = "pytz" | ||
7 | 5 | ||
8 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 6 | inherit pypi setuptools |
9 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
10 | |||
11 | inherit setuptools | ||
12 | 7 | ||
13 | RDEPENDS_${PN} = "\ | 8 | RDEPENDS_${PN} = "\ |
14 | python-core \ | 9 | python-core \ |