https://bugzilla.redhat.com/show_bug.cgi?id=1979275
Zbigniew Jędrzejewski-Szmek <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Zbigniew Jędrzejewski-Szmek <[email protected]> --- 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… -- The build fails (with the updated packages): AssertionError: assert b'Content-Length: 10\r\nContent-Type: application/vscode-jsonrpc; charset=utf8\r\n\r\n1546300861' in [b'', b'Content-Length: 10\r\nContent-Type: application/vscode-jsonrpc; charset=utf8\r\n\r\n1546304461', b'Content-Length: 10\r\nContent-Type: application/vscode-jsonrpc; charset=utf8\r\n\r\n1546322461'] No idea if that's significant or not, but please fix ;] -- 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
