[Bug 1946971] Re: dh-python: generates incorrect dependencies when python3.10 is supported
Launchpad Bug Tracker
1946971 at bugs.launchpad.net
Wed Oct 13 16:53:19 UTC 2021
This bug was fixed in the package dh-python - 4.20201102ubuntu5
---------------
dh-python (4.20201102ubuntu5) impish; urgency=medium
* Add support for 2-digit python minor versions (3.10). Parse sonames and
generate dependencies, correctly. (LP: #1946971)
-- Graham Inggs <ginggs at ubuntu.com> Wed, 13 Oct 2021 12:26:39 +0000
** Changed in: dh-python (Ubuntu)
Status: New => Fix Released
--
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:
Fix Released
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