projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f72cd19
)
Allow to build with older versions of nodejs 10
author
Mike Hommey
<mh@glandium.org>
Tue, 7 Apr 2020 23:43:20 +0000
(08:43 +0900)
committer
Mike Hommey
<glandium@debian.org>
Tue, 5 Apr 2022 23:13:44 +0000
(
00:13
+0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Allow-to-build-with-older-versions-of-nodejs-10.patch
python/mozbuild/mozbuild/nodeutil.py
patch
|
blob
|
history
diff --git
a/python/mozbuild/mozbuild/nodeutil.py
b/python/mozbuild/mozbuild/nodeutil.py
index 95bedbcf84211643d2eebc7b0542727d671fcc7e..fef80cd5f378a2647f6ed600c0e7b8a238e56670 100644
(file)
--- a/
python/mozbuild/mozbuild/nodeutil.py
+++ b/
python/mozbuild/mozbuild/nodeutil.py
@@
-13,7
+13,7
@@
from mozboot.util import get_tools_dir
from mozfile import which
from six import PY3
-NODE_MIN_VERSION = StrictVersion("10.
23.1
")
+NODE_MIN_VERSION = StrictVersion("10.
0
")
NPM_MIN_VERSION = StrictVersion("6.14.10")