mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
follow-up 70d827b984
This commit is contained in:
parent
c7c43d2336
commit
bfccfc7e74
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ for i in '' '-hw' '-binaries'; do
|
|||
echo "OK."
|
||||
|
||||
requirements=$(pip freeze)
|
||||
restricted=$(echo $requirements | $other_python ./deterministic-build/find_restricted_dependencies.py)
|
||||
restricted=$(echo $requirements | $other_python $contrib/deterministic-build/find_restricted_dependencies.py)
|
||||
requirements="$requirements $restricted"
|
||||
|
||||
echo "Generating package hashes..."
|
||||
|
|
Loading…
Add table
Reference in a new issue