diff options
author | Mats Wichmann <mats@linux.com> | 2022-07-31 14:49:09 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2022-08-04 18:04:27 (GMT) |
commit | 6cff6542e2bbc0d69f03951174dd3b3ebd8fb82a (patch) | |
tree | 09fdf5009457942b67770a0905a67f455c265463 /requirements-dev.txt | |
parent | 4aaa505e7f5e3f0f75c2d17d91afa3a7162f69f9 (diff) | |
download | SCons-6cff6542e2bbc0d69f03951174dd3b3ebd8fb82a.zip SCons-6cff6542e2bbc0d69f03951174dd3b3ebd8fb82a.tar.gz SCons-6cff6542e2bbc0d69f03951174dd3b3ebd8fb82a.tar.bz2 |
Split requirements files
Update CI and other files that refer to them.
While we're at it, switch to choco pkg winflexbison3 from winflexbison.
Update RELEASE file and template as well, to eliminate possible
confusion (not that any has been reported).
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..6f9855f --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,12 @@ +# Dependencies for development - mainly for running tests + +-r requirements.txt + +# for now keep pinning "known working" lxml, +# it's been a troublesome component in the past. +lxml==4.9.1 +ninja + +# Needed for test/Parallel/failed-build/failed-build.py +# Also for test/ninja/shutdown_scons_daemon.py +psutil |