net/cjdns: Unbreak build with python3.8+
PR: 253815 Approved by: python
This commit is contained in:
parent
5cd03914de
commit
2f40ea7941
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567066
1 changed files with 11 additions and 0 deletions
11
net/cjdns/files/patch-node__build_FindPython.js
Normal file
11
net/cjdns/files/patch-node__build_FindPython.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- node_build/FindPython.js.orig 2020-10-05 21:46:19 UTC
|
||||
+++ node_build/FindPython.js
|
||||
@@ -23,7 +23,7 @@ var Fs = require('fs');
|
||||
// de-prioritize because the testing script accepts ANY python3 version
|
||||
// (as of this writing, we don't know what python3 versions actually work)
|
||||
// whereas we know that python2.7 is the only working python2 version.
|
||||
-var PYTHONS = ["python3.7", "python3", "python2.7", "python2", "python"];
|
||||
+var PYTHONS = ["python3.9", "python3.8", "python3.7", "python3", "python2.7", "python2", "python"];
|
||||
|
||||
var SCRIPT = [
|
||||
'import sys',
|
Loading…
Reference in a new issue