summarylogtreecommitdiffstats
path: root/python2.patch
diff options
context:
space:
mode:
authormschubert2015-06-12 12:08:30 +0100
committermschubert2015-06-12 12:08:30 +0100
commit8b8b9eaebf9cd51708da3b4675c302d809ec7a92 (patch)
treeb20c2d02573344a994f5db0ecda257a676d6c2c8 /python2.patch
downloadaur-python2-bottleneck-git.tar.gz
Initial import
Diffstat (limited to 'python2.patch')
-rw-r--r--python2.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/python2.patch b/python2.patch
new file mode 100644
index 000000000000..2e41442e1a79
--- /dev/null
+++ b/python2.patch
@@ -0,0 +1,19 @@
+--- Makefile.orig 2014-02-01 21:36:19.264381758 +0000
++++ Makefile 2014-02-01 21:39:38.757210866 +0000
+@@ -1,6 +1,6 @@
+ # Bottleneck Makefile
+
+-PYTHON=python
++PYTHON=python2
+
+ srcdir := bottleneck/src
+
+@@ -41,7 +41,7 @@ test:
+
+ coverage:
+ rm -rf .coverage
+- python -c "import bottleneck; bottleneck.test(coverage=True)"
++ ${PYTHON} -c "import bottleneck; bottleneck.test(coverage=True)"
+
+ bench:
+ ${PYTHON} -c "import bottleneck; bottleneck.bench()"