https://bugzilla.redhat.com/show_bug.cgi?id=1979275
--- Comment #10 from Miro Hrončok mhroncok@redhat.com --- (In reply to Zbigniew Jędrzejewski-Szmek from comment #7)
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)
I does, but apparently those requirements are not enough: the builds failed in tests when done in the "wrong" order.
I see. That means the BuildRequires are too relaxed. I thought you meant the runtime Requires.