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
Touch seeded packages, 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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to