diff --git a/recipes-devtools/python/python-dateutil_1.5.bb b/recipes-devtools/python/python-dateutil_1.5.bb
new file mode 100644
index 0000000000000000000000000000000000000000..e1e7c8ec98434cba5f77ed51e885035247b5f5a6
--- /dev/null
+++ b/recipes-devtools/python/python-dateutil_1.5.bb
@@ -0,0 +1,13 @@
+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
+