From c4a42cbd6f910a0a60acd233b1a10d4cbcd82311 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Wed, 5 Aug 2020 01:09:43 +0800 Subject: python3-setuptools-git: Remove python recipe Signed-off-by: Zheng Ruoqin / Signed-off-by: Bruce Ashfield --- .../python/python3-setuptools-git_1.2.bb | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python3-setuptools-git_1.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-setuptools-git_1.2.bb b/meta-openstack/recipes-devtools/python/python3-setuptools-git_1.2.bb index 5dd6804..34b40de 100644 --- a/meta-openstack/recipes-devtools/python/python3-setuptools-git_1.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-setuptools-git_1.2.bb @@ -1,2 +1,16 @@ -inherit setuptools3 -require python-setuptools-git.inc +DESCRIPTION = "Plugin for setuptools that enables git integration" +HOMEPAGE = "https://github.com/wichert/setuptools-git" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb" + +SRC_URI[md5sum] = "40b2ef7687a384ea144503c2e5bc67e2" +SRC_URI[sha256sum] = "ff64136da01aabba76ae88b050e7197918d8b2139ccbf6144e14d472b9c40445" + +inherit setuptools3 pypi + +# conflicting file prevention +do_install_append() { + rm -f ${D}${libdir}/python*/site-packages/site.py* +} +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf