diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-setuptools-git.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-setuptools-git.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git.inc b/meta-openstack/recipes-devtools/python/python-setuptools-git.inc deleted file mode 100644 index 18bc1dc..0000000 --- a/meta-openstack/recipes-devtools/python/python-setuptools-git.inc +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | DESCRIPTION = "Plugin for setuptools that enables git integration" | ||
| 2 | HOMEPAGE = "https://github.com/wichert/setuptools-git" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "40b2ef7687a384ea144503c2e5bc67e2" | ||
| 8 | SRC_URI[sha256sum] = "ff64136da01aabba76ae88b050e7197918d8b2139ccbf6144e14d472b9c40445" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | # conflicting file prevention | ||
| 13 | do_install_append() { | ||
| 14 | rm -f ${D}${libdir}/python*/site-packages/site.py* | ||
| 15 | } | ||
| 16 | BBCLASSEXTEND = "native" | ||
