diff options
| author | Tim Orling <ticotimo@gmail.com> | 2014-10-12 22:02:21 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-14 11:48:58 +0200 |
| commit | 19692ba37a82253fa8d2922f9c8fc716bd12734e (patch) | |
| tree | 0fe13f2f29aca67ad3d5d4fdbb7612d02c0e53c2 /meta-python | |
| parent | 26a72e2dd7b02d348a103bdc6b93597df3c71b99 (diff) | |
| download | meta-openembedded-19692ba37a82253fa8d2922f9c8fc716bd12734e.tar.gz | |
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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pytz_2014.7.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytz_2014.7.bb b/meta-python/recipes-devtools/python/python-pytz_2014.7.bb new file mode 100644 index 0000000000..92d07961c5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytz_2014.7.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "World timezone definitions, modern and historical" | ||
| 2 | HOMEPAGE = " http://pythonhosted.org/pytz" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22b38951eb857cf285a4560a914b7cd6" | ||
| 6 | SRCNAME = "pytz" | ||
| 7 | |||
| 8 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 10 | |||
| 11 | inherit setuptools | ||
| 12 | |||
| 13 | RDEPENDS_${PN} = "\ | ||
| 14 | python-core \ | ||
| 15 | python-datetime \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "8940ddae309e44b593c75a9e05dd2a0b" | ||
| 19 | SRC_URI[sha256sum] = "bfc2bd00147e5ecf75399f4a94cb84cc00ce9b511a15f9958bb6c85a455f76eb" | ||
