the new recipe python-dateutil is required for rosinstall
This commit is contained in:
parent
8c0cef057c
commit
a963dfa04e
|
@ -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
|
||||
|
Loading…
Reference in New Issue