From a963dfa04e163a419d8d7ade4cfdbc2951eeaf82 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Fri, 21 Dec 2012 11:58:48 +0100
Subject: [PATCH] the new recipe python-dateutil is required for rosinstall

---
 recipes-devtools/python/python-dateutil_1.5.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create 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
new file mode 100644
index 0000000..e1e7c8e
--- /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
+
-- 
GitLab