[neon/qt6/pyside6/Neon/release] debian: Add build dependencies

Anupam Basak null at kde.org
Fri Jun 30 10:55:13 BST 2023


Git commit 0543ff8ef13a3254d47e03f8175b34af7ef27fca by Anupam Basak.
Committed on 30/06/2023 at 09:55.
Pushed by anupambasak into branch 'Neon/release'.

Add build dependencies

M  +3    -1    debian/control

https://invent.kde.org/neon/qt6/pyside6/-/commit/0543ff8ef13a3254d47e03f8175b34af7ef27fca

diff --git a/debian/control b/debian/control
index 1baef3c..2553313 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,17 @@ Section: python
 Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: chrpath,
+               clang-14,
                cmake,
                debhelper-compat (= 13),
                dh-sequence-python3,
                dh-python,
-               libclang-dev,
+               libclang-14-dev,
                libxml2-dev,
                libxslt1-dev,
                llvm-dev,
                ninja-build,
+               patchelf,
                python3-dev,
                python3-distro,
                python3-matplotlib,


More information about the Neon-commits mailing list