This commit is contained in:
SomberNight 2018-04-01 18:41:17 +02:00
parent c7c43d2336
commit bfccfc7e74
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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..."