python3-numpy depending on *both* python 3.6 and 3.7
Dmitry Shachnev
mitya57 at ubuntu.com
Sun Aug 26 11:47:58 UTC 2018
On Sun, Aug 26, 2018 at 10:01:38PM +1200, Michael Hudson-Doyle wrote:
> So the problem is that python3-numpy contains a version of 'f2py' for each
> supported version of Python. I guess the proper fix involves creating a
> separate package for the each version of f2py? python3.6-f2py,
> python3.7-f2py, and have python3-numpy depend on the one for the default
> version of Python?
This will mean having a new package name whenever we add a new supported
Python version. It will be very inconvenient to maintain.
Better remove the versioned scripts altogether and use “python3.x -m
numpy.f2py” when one really needs a non-default Python version.
--
Dmitry Shachnev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-devel/attachments/20180826/66748b19/attachment.sig>
More information about the ubuntu-devel
mailing list