[Bug 1946971] [NEW] dh-python: generates incorrect dependencies when python3.10 is supported
Graham Inggs
1946971 at bugs.launchpad.net
Wed Oct 13 12:26:25 UTC 2021
Public bug reported:
Test case:
1. Build a python3 package that builds extensions for all supported
python3 versions, i.e. Build-Depends: python3-all-dev
2. Check the generated versioned dependencies on python3
using python3-astlib as an example,
$ grep Depends debian/python3-astlib/DEBIAN/control
Depends: ... python3 (<< 3.10), python3 (>= 3.1~), ...
Expected output:
$ grep Depends debian/python3-astlib/DEBIAN/control
Depends: ... python3 (<< 3.11), python3 (>= 3.9~), ...
** Affects: dh-python (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dh-python in Ubuntu.
https://bugs.launchpad.net/bugs/1946971
Title:
dh-python: generates incorrect dependencies when python3.10 is
supported
Status in dh-python package in Ubuntu:
New
Bug description:
Test case:
1. Build a python3 package that builds extensions for all supported
python3 versions, i.e. Build-Depends: python3-all-dev
2. Check the generated versioned dependencies on python3
using python3-astlib as an example,
$ grep Depends debian/python3-astlib/DEBIAN/control
Depends: ... python3 (<< 3.10), python3 (>= 3.1~), ...
Expected output:
$ grep Depends debian/python3-astlib/DEBIAN/control
Depends: ... python3 (<< 3.11), python3 (>= 3.9~), ...
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-python/+bug/1946971/+subscriptions
More information about the foundations-bugs
mailing list