https://bugzilla.redhat.com/show_bug.cgi?id=1979275
Miro Hrončok mhroncok@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mhroncok@redhat.com
--- Comment #5 from Miro Hrončok mhroncok@redhat.com --- (In reply to Zbigniew Jędrzejewski-Szmek from comment #3)
I rebuilt pyflakes, python-pycodestyle, and python-flake8 in koji. The think they must be built in this particular order, and that they depend on each other, because the builds would fail until the previous package was present in the buildroot. This dependency is not declared in the packages, but it probably should be added. I.e.: python-pycodestyle.spec:Requires: python3-pyflakes >= ... python-flake8.spec:Requires: python3-pycodestyle >= ...
But I don't know enough about those packages…
pycodestyle does not require pyflakes
And flake8 already has a complex requires on the others:
(python3.10dist(mccabe) < 0.7 with python3.10dist(mccabe) >= 0.6) (python3.10dist(pycodestyle) < 2.8 with python3.10dist(pycodestyle) >= 2.7) (python3.10dist(pyflakes) < 2.4 with python3.10dist(pyflakes) >= 2.3)
Note that mu was broken by the upgrade, I'd appreciate a heads up next time: bz1979411