summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-29 12:14:40 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:34 -0500
commitfaf8ea049af48f849b7a0a7191d05de4dbcc4389 (patch)
tree6c6cd4b5653422ad2436030d2b3428d3b479d565 /meta-openstack/recipes-devtools/python
parentc46d6acbf606e45a3b8fec4f3d1d9070257e47ce (diff)
downloadmeta-cloud-services-faf8ea049af48f849b7a0a7191d05de4dbcc4389.tar.gz
python-setuptools: add 1.1.6 bbappend
oe-core has a newer python-setuptools available, so we update our bbappends to include that new version. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.bbappend b/meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.bbappend
new file mode 100644
index 0000000..3c691d3
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.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