summary refs log tree commit diff
path: root/changelog.d/17389.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix building debian packages for sid (#17389)Erik Johnston2024-07-021-0/+1
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.