8 Aug
2019
8 Aug
'19
13:23
On Thu, 2019-08-08 at 09:19 -0400, Todd Rme wrote:
But how would packages know to depend on python-tornado rather than any of the other packages that provide python-tornado?
They already do now: they hava Requires: python[23]-tornado. Or if they need a very specific version of it, they'll have to specify. The latest suggestion by me is really NO difference to what you alredy submitted - with the exception that there is a meta-package around the whole thing defining which is the 'default' version (instead of using Prefer: python[23]-tornado5) so in the end: unless there is a good reason, all packages should only everuse python[23]-Tornado - and if they need an older / newer version, they'd have to specify it explicitly. Cheers Dominique