From 28169cf021117dc0a56a152156c4dfd946161cfc Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 2 Oct 2024 17:38:29 +0000 Subject: [PATCH] (trivial) contrib/make_packages.sh: print success msg when done --- contrib/make_packages.sh | 2 ++ 1 file changed, 2 insertions(+) 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"