Source: python-testtools
Version: 2.8.5-2
Severity: normal
Dear Maintainer,
setuptools nor pkg_resources are used anymore by testtools.
Some package _might_ theoricaly rely on the "Depends: python3-setuptools",
and will start to FTBFS after this one bug get fixed;
we can handle this I guess.
It's always better to have a better picture of what users python3-setuptools or
not.
Greetings
Alexandre
tchet@quieter:/tmp/python-testtools$ git diff
diff --git a/debian/control b/debian/control
index 3f988eb..5a8a8d5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,6 @@ Build-Depends:
python3-hatch-vcs,
python3-hatchling,
python3-mypy,
- python3-setuptools,
- python3-setuptools-scm,
python3-sphinx,
Build-Depends-Indep:
python3-fixtures,
@@ -47,7 +45,6 @@ Description: Extensions to the Python unittest library - doc
Package: python3-testtools
Architecture: all
Depends:
- python3-setuptools,
${misc:Depends},
${python3:Depends},
Suggests: