diff options
author | Mats Wichmann <mats@linux.com> | 2022-08-10 20:02:06 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2023-03-08 16:10:52 (GMT) |
commit | d8f70f27f1e15bd666667d382af3620cd11a16d5 (patch) | |
tree | fbd4d551431999a1f276160f0baa15ececce6c4d | |
parent | f0aca673ba3f2e5e10aefa4505ebd14ede01139d (diff) | |
download | SCons-d8f70f27f1e15bd666667d382af3620cd11a16d5.zip SCons-d8f70f27f1e15bd666667d382af3620cd11a16d5.tar.gz SCons-d8f70f27f1e15bd666667d382af3620cd11a16d5.tar.bz2 |
Restore accidentally dropped dep [skip appveyor]
When merging upstream, where the requirements file had already
been split into three, dropped the install of the "build" package
which is the main purpose of this PR. It was still in the GitHub
action setup, so the CI run went fine.
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | requirements-pkg.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements-pkg.txt b/requirements-pkg.txt index ae71cde..3fb4aeb 100644 --- a/requirements-pkg.txt +++ b/requirements-pkg.txt @@ -11,3 +11,5 @@ readme-renderer sphinx < 6.0 sphinx-book-theme rst2pdf + +build |