Skip to content

Commit 8500419

Browse files
nkraetzschmargehoern
authored andcommitted
fix: use pinned blurb version
1 parent 19b4e44 commit 8500419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare_binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS nobench nolto nopgo"
33
apt install python3-pip libgdbm-compat-dev -y
44
# Python uses blurb to create NEWS entries and there is not debian package.
55
# Do a unclean installation via pip to allow to generate the NEWS.
6-
pip install --break-system-packages blurb
6+
pip install --break-system-packages blurb==1.3.0

0 commit comments

Comments
 (0)