[neon/forks/sip6/Neon/release] debian: see if we can build without specific versions

Carlos De Maine null at kde.org
Sun Aug 17 09:10:24 BST 2025


Git commit 8a5c336f198d1a8a78e79afcbba7aec20a7ac5c0 by Carlos De Maine.
Committed on 17/08/2025 at 08:10.
Pushed by carlosdem into branch 'Neon/release'.

see if we can build without specific versions

of python3-packaging and python3-setuptools (otherwise revert and backport)

M  +2    -2    debian/control

https://invent.kde.org/neon/forks/sip6/-/commit/8a5c336f198d1a8a78e79afcbba7aec20a7ac5c0

diff --git a/debian/control b/debian/control
index 41ae354..b3c5006 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,9 @@ Build-Depends: debhelper-compat (= 13),
                python3-all-dev <!nocheck>,
                python3-doc <!nodoc>,
                python3-myst-parser <!nodoc>,
-               python3-packaging (>= 24.2),
+               python3-packaging,
                python3-ply,
-               python3-setuptools (>= 77),
+               python3-setuptools,
                python3-setuptools-scm (>= 8),
                python3-sphinx <!nodoc>,
                python3-sphinx-rtd-theme <!nodoc>


More information about the Neon-commits mailing list