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