summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/bokeh/files/bokeh-0.7.1-setup.patch')
-rw-r--r--dev-python/bokeh/files/bokeh-0.7.1-setup.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
deleted file mode 100644
index 39ea156cc3b7..000000000000
--- a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Remove inappropriate check for a previous installation.
-
-Original patch for bokek 0.5.0 (0.5.0-setup.patch).
-Ported for bokeh 0.7.1 by Marius Brehler.
-
-http://bugs.gentoo.org/527336
-
---- setup.py
-+++ setup.py.new
-@@ -348,7 +348,6 @@ path = abspath(dirname(__file__))
-
- print()
- if 'develop' in sys.argv:
-- check_remove_bokeh_install(site_packages)
- with open(path_file, "w+") as f:
- f.write(path)
- print("Installing Bokeh for development:")