aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb
blob: 76d638a7d839ba29435f5314af3bf08364fcf1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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} += " \
	"