https://bugzilla.redhat.com/show_bug.cgi?id=1979275

Miro Hrončok <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #5 from Miro Hrončok <[email protected]> ---
(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


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to