1
0

(trivial) contrib/make_packages.sh: print success msg when done

This commit is contained in:
SomberNight
2024-10-02 17:38:29 +00:00
parent d1de29513f
commit 28169cf021

View File

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