diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb index f03645c..8c41969 100644 --- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb +++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb | |||
| @@ -16,3 +16,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}b1" | |||
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | # conflicting file prevention | ||
| 20 | do_install_append() { | ||
| 21 | rm -f ${D}${libdir}/python*/site-packages/site.py* | ||
| 22 | } | ||
