mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
python-pytz: add 2014.7
python-matplotlib is providing its own pytz and dateutil. Provide our own pytz (and then fix matplotlib). Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
26a72e2dd7
commit
19692ba37a
19
meta-python/recipes-devtools/python/python-pytz_2014.7.bb
Normal file
19
meta-python/recipes-devtools/python/python-pytz_2014.7.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] = "8940ddae309e44b593c75a9e05dd2a0b"
|
||||
SRC_URI[sha256sum] = "bfc2bd00147e5ecf75399f4a94cb84cc00ce9b511a15f9958bb6c85a455f76eb"
|
||||
Loading…
Reference in New Issue
Block a user