From 5faffc409c7a26256d68103ea2a9cb8240b38421 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 30 Apr 2013 13:52:40 +0200 Subject: [PATCH] python-dateutil: recipe exists in meta-oe (resolves #65) --- recipes-devtools/python/python-dateutil_1.5.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 recipes-devtools/python/python-dateutil_1.5.bb diff --git a/recipes-devtools/python/python-dateutil_1.5.bb b/recipes-devtools/python/python-dateutil_1.5.bb deleted file mode 100644 index e1e7c8e..0000000 --- a/recipes-devtools/python/python-dateutil_1.5.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Extensions to the standard Python datetime module" -SECTION = "devel/python" -LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6" - -SRC_URI = "http://labix.org/download/python-dateutil/python-dateutil-${PV}.tar.gz" -SRC_URI[md5sum] = "35f3732db3f2cc4afdc68a8533b60a52" -SRC_URI[sha256sum] = "c08aca7d85f8f8eed61e83b3423b829262c596a9a78f7ca3de0bcee2217d0e3b" - -S = "${WORKDIR}/python-dateutil-${PV}" - -inherit setuptools -