diff --git a/contrib/make_packages.sh b/contrib/make_packages.sh index 60dc6e661..f54a71780 100755 --- a/contrib/make_packages.sh +++ b/contrib/make_packages.sh @@ -51,3 +51,5 @@ export BUILD_TIME="$(LC_ALL=C TZ=UTC date +'%H:%M:%S' -d @$SOURCE_DATE_EPOCH)" # instead of downloading the latest ones python3 -m pip install --no-build-isolation --no-compile --no-dependencies --no-binary :all: \ -r "$CONTRIB"/deterministic-build/requirements.txt -t "$PACKAGES" + +echo "Pure-python dependencies have been placed into $PACKAGES"