Fixes: #16109
Adds curl to the list of base programs required by the gitian-build.py script.
6 | @@ -7,7 +7,7 @@ 7 | 8 | def setup(): 9 | global args, workdir 10 | - programs = ['ruby', 'git', 'make', 'wget'] 11 | + programs = ['ruby', 'git', 'make', 'wget', 'curl']
May I suggest to add the lsb-release package which is used here:
https://github.com/bitcoin/bitcoin/blob/76e2cded477bc483ec610212bdadf21fe35292d4/contrib/gitian-build.py#L177
Tested on Debian Buster RC1 NETINST 201900411.
How is that going to help? lsb_release is called before setup().
lsb_releaseis called beforesetup().
You are right. The lsb-release package is just a prerequisite like the python3.
tACK 97dce7226194d5d8a06787afef7df08cebb66bd6 on Debian Buster RC1.