summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-08-10 00:46:31 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:59 -0400
commita4a9a068bae9a8a7bfb269e480e4ed3ed74ffd3d (patch)
tree40c3d991abcec5a5f98061cc1816a56cf5ed0a06
parent2eab461d950a7a8e06c0f66d69ed8ca989ece0d8 (diff)
downloadmeta-cloud-services-a4a9a068bae9a8a7bfb269e480e4ed3ed74ffd3d.tar.gz
python-setuptools: remove site.py
To avoid conflicing installs of site.py, we can safely remove it from this package. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend b/meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend
new file mode 100644
index 0000000..3c691d3
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend
@@ -0,0 +1,4 @@
1# conflicting file prevention
2do_install_append() {
3 rm -f ${D}${libdir}/python*/site-packages/site.py*
4} \ No newline at end of file