summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb b/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb
deleted file mode 100644
index 548543e..0000000
--- a/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SUMMARY = "Python2's stdlib csv module replacement with unicode support"
2HOMEPAGE = "https://github.com/jdunck/python-unicodecsv"
3SECTION = "devel/python"
4LICENSE = "BSD"
5
6PV = "0.14.1+git${SRCPV}"
7SRCREV = "4563e33ce322f5e2dea41e76cb33dc0e008ad341"
8
9SRCNAME = "unicodecsv"
10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=e71cdeaa2d2d59b225b8dfb9363fa590"
12SRC_URI = "git://github.com/jdunck/${BPN}.git"
13
14S = "${WORKDIR}/git"
15
16inherit setuptools3
17
18DEPENDS += " \
19 python-pbr \
20 "
21
22RDEPENDS_${PN} += " \
23 "
24