From 230a78b9225842ba11f06286ad6298467e21d8e4 Mon Sep 17 00:00:00 2001 From: nkraetzschmar <9020053+nkraetzschmar@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:44:07 +0100 Subject: [PATCH] fix: use pinned blurb version --- prepare_binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare_binary b/prepare_binary index ed1025c..31a8f26 100644 --- a/prepare_binary +++ b/prepare_binary @@ -3,4 +3,4 @@ DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS nobench nolto nopgo" apt install python3-pip libgdbm-compat-dev -y # Python uses blurb to create NEWS entries and there is not debian package. # Do a unclean installation via pip to allow to generate the NEWS. -pip install --break-system-packages blurb +pip install --break-system-packages blurb==1.3.0