Re: problem with python-docopt and python-docopt-ng

2024-09-30 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Sep 30, 2024 at 10:24:03AM -0400, Neal Gompa wrote: > On Mon, Sep 30, 2024 at 10:20 AM Zbigniew Jędrzejewski-Szmek > wrote: > > $ fedrq wr -F name -s python3-docopt-ng > > kiwi > > kiwi-boxed-plugin > > > > Dunno, those package that require python3-docopt are not very widely > > installed

Re: problem with python-docopt and python-docopt-ng

2024-09-30 Thread Neal Gompa
On Mon, Sep 30, 2024 at 10:20 AM Zbigniew Jędrzejewski-Szmek wrote: > > Hi, > > we have two packages python-docopt and python-docopt-ng and they > declare Conflicts. This is reasonable: they don't actually conflict at > the file level, but because they both provide the docopt module, it > could be

problem with python-docopt and python-docopt-ng

2024-09-30 Thread Zbigniew Jędrzejewski-Szmek
Hi, we have two packages python-docopt and python-docopt-ng and they declare Conflicts. This is reasonable: they don't actually conflict at the file level, but because they both provide the docopt module, it could be unclear which one is loaded. Unfortunately some dependent packages switched to th