From a4a9a068bae9a8a7bfb269e480e4ed3ed74ffd3d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 10 Aug 2013 00:46:31 -0400 Subject: 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 --- .../recipes-devtools/python/python-setuptools_0.6c11.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend (limited to 'meta-openstack/recipes-devtools/python') 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 @@ +# conflicting file prevention +do_install_append() { + rm -f ${D}${libdir}/python*/site-packages/site.py* +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf