dh-python is smarter than I thought.
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Build-Depends: debhelper-compat (= 13),
python3-requests-mock,
python3-requests-toolbelt,
python3-setuptools,
- python3-tz
+ python3-pytz | python3-tz
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/tryton-team/python-zeep
@@ -46,7 +46,7 @@ Depends: python3-attr,
python3-requests,
python3-requests-file,
python3-requests-toolbelt,
- python3-tz,
+ python3-pytz | python3-tz,
${misc:Depends},
${python3:Depends}
Description: Modern SOAP client library (Python 3)
$ debc | grep Dep | tr ',' '\n'
Depends: python3-attr
python3-cached-property
python3-defusedxml
python3-freezegun
python3-isodate
python3-lxml
python3-platformdirs (>= 1.4.0)
python3-requests
python3-requests-file
python3-requests-toolbelt
python3-pytz
python3:any
Le lun. 22 sept. 2025 à 18:27, Mathias Behrle <[email protected]> a écrit :
> Backponed to facilitate backports to bookworm and evtl. bullseye.