Use a node-gyp version which supports Python3
The currently pinned version of `node-gyp` requires Python 2. Python 2 has reached its EOL a long time ago and is unsupported by upstream. The requirement on Python 2 is also an unnecessary barrier for new developers to contribute to Signal. This changeset updates the required version of node-gyp to one compatible with Python 3. `CONTRIBUTING.md` remains unchanged, since this dependency was not previously mentioned anyway. Supersedes #4407 Fixes #4783
This commit is contained in:
parent
fbaf3ba247
commit
207c533de1
3 changed files with 22 additions and 35 deletions
|
@ -10264,7 +10264,7 @@
|
|||
"rule": "jQuery-$(",
|
||||
"path": "node_modules/node-gyp/lib/configure.js",
|
||||
"line": " !gyp.opts.nodedir ? '<(target_arch)' : '$(Configuration)',",
|
||||
"lineNumber": 299,
|
||||
"lineNumber": 300,
|
||||
"reasonCategory": "falseMatch",
|
||||
"updated": "2019-07-19T17:16:02.404Z"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue