[neon/forks/sip6/Neon/release] debian: Make dh_python3 generate a dependency on python3-setuptools.
Dmitry Shachnev
null at kde.org
Sun Aug 17 07:48:50 BST 2025
Git commit e16ade107417a9b609a6de6c4a122d81daa9778b by Dmitry Shachnev.
Committed on 08/12/2024 at 15:36.
Pushed by carlosdem into branch 'Neon/release'.
Make dh_python3 generate a dependency on python3-setuptools.
Not on python3-pkg-resources.
Closes: #1083771.
M +2 -0 debian/changelog
M +1 -1 debian/control
A +1 -0 debian/py3dist-overrides
https://invent.kde.org/neon/forks/sip6/-/commit/e16ade107417a9b609a6de6c4a122d81daa9778b
diff --git a/debian/changelog b/debian/changelog
index 9df6284..3c32b89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ sip6 (6.9.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Refresh patches for the new release.
* Do not ship parsetab.py in a versioned (python3.13) directory.
+ * Make dh_python3 generate a dependency on python3-setuptools, not on
+ python3-pkg-resources (closes: #1083771).
-- Dmitry Shachnev <mitya57 at debian.org> Sun, 08 Dec 2024 17:15:55 +0300
diff --git a/debian/control b/debian/control
index a0e73e5..f8faeac 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Testsuite: autopkgtest-pkg-pybuild
Package: python3-sipbuild
Architecture: all
Section: python
-Depends: python3-ply, python3-setuptools, ${misc:Depends}, ${python3:Depends}
+Depends: python3-ply, ${misc:Depends}, ${python3:Depends}
Description: Python bindings generator for C/C++ libraries — the build system
SIP is a collection of tools that makes it very easy to create Python bindings
for C and C++ libraries.
diff --git a/debian/py3dist-overrides b/debian/py3dist-overrides
new file mode 100644
index 0000000..a77413e
--- /dev/null
+++ b/debian/py3dist-overrides
@@ -0,0 +1 @@
+setuptools python3-setuptools
More information about the Neon-commits
mailing list