From 8bd6ec86566fa0774c773acada8c38bcac7912ed Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 10 Feb 2014 11:45:52 -0500 Subject: setuptools 1.4: move to dangling Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-dangling/python/python-setuptools_1.4.bbappend | 4 ++++ meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 meta-openstack/recipes-dangling/python/python-setuptools_1.4.bbappend delete mode 100644 meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend diff --git a/meta-openstack/recipes-dangling/python/python-setuptools_1.4.bbappend b/meta-openstack/recipes-dangling/python/python-setuptools_1.4.bbappend new file mode 100644 index 0000000..3c691d3 --- /dev/null +++ b/meta-openstack/recipes-dangling/python/python-setuptools_1.4.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 diff --git a/meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend b/meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend deleted file mode 100644 index 3c691d3..0000000 --- a/meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -# 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