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:
137cb36
)
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, 17 Nov 2020 21:23:03 +0000
(21:23 +0000)
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 d2249e42cc005233733f9e3292d2b227a0c69aed..99dde29f0dec819f7d175eb129fc2232723a55f6 100644
(file)
--- a/
python/mozbuild/mozbuild/nodeutil.py
+++ b/
python/mozbuild/mozbuild/nodeutil.py
@@
-15,7
+15,7
@@
from mozboot.util import get_state_dir
from mozfile import which
from six import PY3
-NODE_MIN_VERSION = StrictVersion("10.
21.
0")
+NODE_MIN_VERSION = StrictVersion("10.0")
NPM_MIN_VERSION = StrictVersion("6.14.4")