SomberNight 7 years ago
parent
commit
bfccfc7e74
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      contrib/freeze_packages.sh

2
contrib/freeze_packages.sh

@ -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…
Cancel
Save