Bug 2015343

Summary: python-pyunicorn: FTBFS in Fedora Rawhide
Product: [Fedora] Fedora Reporter: Ben Beasley <code>
Component: python-pyunicornAssignee: Iztok Fister Jr. <iztok>
Status: CLOSED RAWHIDE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: iztok, neuro-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://koschei.fedoraproject.org/package/python-pyunicorn
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-10-20 14:23:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2014589    
Bug Blocks:    

Description Ben Beasley 2021-10-19 01:29:00 UTC
Description of problem:
Package python-pyunicorn fails to build from source in Fedora Rawhide.

Version-Release number of selected component (if applicable):
0.6.1-4.fc35

Steps to Reproduce:
koji build --scratch f36 python-pyunicorn-0.6.1-4.fc35.src.rpm

Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/python-pyunicorn

The root cause is a broken python-flake8 update (https://bugzilla.redhat.com/show_bug.cgi?id=2014589); this bug should be resolved when that one is.

In the particular case of this package, python-pytest-flake8 could be dropped from the BR’s, since it is only used in tox.ini for [testenv:style], and the package build does not (and should not, per https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters) run those style tests.

Comment 1 Ben Beasley 2021-10-20 14:23:05 UTC
Fixed in python-flake8.