Skip to content

Commit

Permalink
Fix building debian packages for sid (#17389)
Browse files Browse the repository at this point in the history
Sid now defaults to python3.12, and our pinned version of cffi (1.5.1)
does not have wheels for 3.12. This installing cffi to fail as we did
not have the correct libs installed to build from source.
  • Loading branch information
erikjohnston authored Jul 2, 2024
1 parent f75da9c commit 5b5280e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/17389.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix building debian package for debian sid.
2 changes: 2 additions & 0 deletions docker/Dockerfile-dhvirtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ RUN apt-get update -qq -o Acquire::Languages=none \
curl \
debhelper \
devscripts \
# Required for building cffi from source.
libffi-dev \
libsystemd-dev \
lsb-release \
pkg-config \
Expand Down

0 comments on commit 5b5280e

Please sign in to comment.