diff options
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-dateutil_1.5.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-dateutil_1.5.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb b/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb new file mode 100644 index 0000000000..6e105245ab --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "Extensions to the standard Python date/time support" | ||
| 2 | HOMEPAGE = "http://labix.org/python-dateutil" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PSF" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6" | ||
| 6 | SRCNAME = "${PN}" | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 11 | |||
| 12 | inherit setuptools | ||
| 13 | |||
| 14 | PACKAGES =+ "${PN}-zoneinfo" | ||
| 15 | FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" | ||
| 16 | |||
| 17 | RDEPENDS_${PN} = "\ | ||
| 18 | python-core \ | ||
| 19 | python-datetime \ | ||
| 20 | " | ||
| 21 | |||
| 22 | SRC_URI[md5sum] = "35f3732db3f2cc4afdc68a8533b60a52" | ||
| 23 | SRC_URI[sha256sum] = "c08aca7d85f8f8eed61e83b3423b829262c596a9a78f7ca3de0bcee2217d0e3b" | ||
