From: Mark Asselstine <[email protected]> This package provides Python2's stdlib csv module replacement with unicode support.
This package is required by python-cliff. Signed-off-by: Mark Asselstine <[email protected]> --- .../python/python-unicodecsv_git.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb diff --git a/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb b/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb new file mode 100644 index 0000000..76d638a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb @@ -0,0 +1,24 @@ +SUMMARY = "Python2's stdlib csv module replacement with unicode support" +HOMEPAGE = "https://github.com/jdunck/python-unicodecsv" +SECTION = "devel/python" +LICENSE = "BSD" + +PV = "0.14.1+git${SRCPV}" +SRCREV = "4563e33ce322f5e2dea41e76cb33dc0e008ad341" + +SRCNAME = "unicodecsv" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=e71cdeaa2d2d59b225b8dfb9363fa590" +SRC_URI = "git://github.com/jdunck/${BPN}.git" + +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + " + -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
