> Maybe they can be relaxed to Recommends or Suggests or something, if > "I installed this package while python3.9 was the default, and I can't > run f2py3.8" would be wishlist/wontfix rather than RC.
numpy provides compiled extensions for all supported python3 versions, so it has to depend on all of them since an extension compiled for 3.8 (as an example) needs to have a 3.8 runtime environment available to be able to be imported and used; and so for all the other versions. this is by design and wont change. i dont see much value in continuing rehashing the same concepts over and over again. -- Sandro "morph" Tosi My website: http://sandrotosi.me/ Me at Debian: http://wiki.debian.org/SandroTosi Twitter: https://twitter.com/sandrotosi