mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-25 13:18:27 +00:00
python-pytz: upgrade 2014.7->2015.4
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
19
meta-python/recipes-devtools/python/python-pytz_2015.4.bb
Normal file
19
meta-python/recipes-devtools/python/python-pytz_2015.4.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "World timezone definitions, modern and historical"
|
||||
HOMEPAGE = " http://pythonhosted.org/pytz"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6"
|
||||
SRCNAME = "pytz"
|
||||
|
||||
SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-core \
|
||||
python-datetime \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "417a47b1c432d90333e42084a605d3d8"
|
||||
SRC_URI[sha256sum] = "c4ee70cb407f9284517ac368f121cf0796a7134b961e53d9daf1aaae8f44fb90"
|
||||
Reference in New Issue
Block a user