aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
blob: bfbc1d6ac41877414194b708819ffb59634d8a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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] = "7b5967e9527c789c3113b07a1f196f6e"
SRC_URI[sha256sum] = "047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831"

inherit setuptools pypi

# conflicting file prevention
do_install_append() {
	rm -f ${D}${libdir}/python*/site-packages/site.py*
}
BBCLASSEXTEND = "native"