On 2020-11-23 19:33:18 +0100, Ralf Jung wrote: > On 23.11.20 16:21, Sandro Tosi wrote: > >> But now it depends on both python3.8:any and python3.9:any. > > > > and this will continue to be the case for as long as we have 2 > > supported python3 versions. > > But why do all of your users have to install two Python versions just because > you support both of them? It seems to me the way to express that both versions > are supported would be a dependency on python 3.8 *or* python 3.9.
I agree. And FYI, about the usual dependencies against libraries, they are necessary, because even if the library is not used in usual cases, the library is needed to avoid a link failure when starting the application. But for Python, I suppose that this is different: a python3-numpy user with Python 3.9 will be able to use python3-numpy with Python 3.9 even if Python 3.8 is not installed, won't he? -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)