Source: dh-python
Version: 5.20221230
Severity: important

Test Case
--------------
Add this to debian/control (and debian/control.in) for gi-docgen:
X-Python3-Version: >= 3.11

Justification is that gi-docgen 2023.1 can use Python 3.11's new
standard library tomllib instead of a separately packaged
implementation.

What Happens
--------------------
The package ends up with this:
Depends: python3:any (>= 3.1~)

What I Expected
----------------------
The dependency version should be >= 3.11~

Other Info
-------------
It works correctly for 3.9.

I tried using 3.11.0 but it didn't change the result and I got a
Lintian error for doing that.

If I drop the >= and use X-Python3-Version: 3.11
Depends: python3.11, python3:any


Thank you,
Jeremy Bicha

Reply via email to