Fixes: https://pagure.io/koji/issue/912
I'm not sure how to properly hand that we've cli and lib in different rpms. Egginfo lists them both :-(
Put it in the cli package, since cli requires lib anyway.
But then other packages will have to depend on the cli even if they only need the library.
That is no different than the situation now with fetching from PyPI.
We need to have it in lib rpms, as they have different egginfo for py2/3. CLI is only one rpm without differentiation.
I'm worried that this is going to require a significant refactor
@mikem you mean spec, or whole setup.py packaging?
Hi, any updates so far?
rebased onto c973565352915b29bc0c8d42ae14d7c44662fe0b
It works on f31 and f33 - it doesn't work at the moment on f32, but I've not been able to find anything about the problem.
Superceded by #2821
Pull-Request has been closed by tkopecek
Fixes: https://pagure.io/koji/issue/912