File: python3.patch

package info (click to toggle)
datalad 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,148 kB
  • sloc: python: 69,414; sh: 1,521; makefile: 220
file content (16 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: use python3 interpreter, not python by default in Makefile
  The rest of the original patch by Steve Langasek <steve.langasek@ubuntu.com>
  are no longer needed/adopted upstream
Last-Modified: 2019-09-06

--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # simple makefile to simplify repetitive build env management tasks under posix
 # Ideas borrowed from scikit-learn's and PyMVPA Makefiles  -- thanks!
 
-PYTHON ?= python
+PYTHON ?= python3
 
 MODULE ?= datalad