1
0

requirements: rename some files

This commit is contained in:
SomberNight
2020-11-13 19:24:17 +01:00
parent c872c3194f
commit a4e342ac58
13 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ pyenv global $PYTHON_VERSION || \
fail "Unable to use Python $PYTHON_VERSION"
info "Installing build dependencies"
python3 -m pip install --no-dependencies -Ir ./contrib/deterministic-build/requirements-mac-build.txt --user \
python3 -m pip install --no-dependencies -Ir ./contrib/deterministic-build/requirements-build-mac.txt --user \
|| fail "Could not install build dependencies"
info "Using these versions for building $PACKAGE:"