diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-07-28 09:35:20 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-30 15:48:00 -0400 |
| commit | d9123a0f2f8de17b7d5776c1e4e5b49246ae6291 (patch) | |
| tree | 1beebffa768c1fe0b96464660a42dd4c0699662a /meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb | |
| parent | aa68b4528c933f9ef107017494fc9368c6476e87 (diff) | |
| download | meta-cloud-services-d9123a0f2f8de17b7d5776c1e4e5b49246ae6291.tar.gz | |
python3-unicodecsv: Change to python3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-unicodecsv_git.bb | 24 |
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 @@ | |||
| 1 | SUMMARY = "Python2's stdlib csv module replacement with unicode support" | ||
| 2 | HOMEPAGE = "https://github.com/jdunck/python-unicodecsv" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | |||
| 6 | PV = "0.14.1+git${SRCPV}" | ||
| 7 | SRCREV = "4563e33ce322f5e2dea41e76cb33dc0e008ad341" | ||
| 8 | |||
| 9 | SRCNAME = "unicodecsv" | ||
| 10 | |||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e71cdeaa2d2d59b225b8dfb9363fa590" | ||
| 12 | SRC_URI = "git://github.com/jdunck/${BPN}.git" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools3 | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += " \ | ||
| 23 | " | ||
| 24 | |||
