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

@@ -13,11 +13,11 @@ DISTDIR="$PROJECT_ROOT/dist"
python3 --version || fail "python interpreter not found"
# upgrade to modern pip so that it knows the flags we need.
# we will then install a pinned version of pip as part of requirements-sdist-build
# we will then install a pinned version of pip as part of requirements-build-sdist
python3 -m pip install --upgrade pip
info "Installing pinned requirements."
python3 -m pip install --no-dependencies --no-warn-script-location -r "$CONTRIB"/deterministic-build/requirements-sdist-build.txt
python3 -m pip install --no-dependencies --no-warn-script-location -r "$CONTRIB"/deterministic-build/requirements-build-sdist.txt
"$CONTRIB"/make_packages || fail "make_packages failed"