Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1773371

Summary: python-aioresponses fails to build with Python 3.8 on Fedora 32+
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-aioresponsesAssignee: Georg Sauthoff <fedora>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-12-06 19:56:14 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: 1739895    
Bug Blocks: 1750908, 1750909, 1686977, 1773378    

Description Miro Hrončok 2019-11-17 23:12:39 UTC
python-aioresponses fails to build with Python 3.8.0b4 in Fedora 32.

See the build failures at https://koji.fedoraproject.org/koji/search?match=glob&type=package&terms=python-aioresponses

DEBUG util.py:593:  Error: 
DEBUG util.py:593:   Problem 1: conflicting requests
DEBUG util.py:593:    - nothing provides python(abi) = 3.7 needed by python3-asynctest-0.13.0-1.fc31.noarch
DEBUG util.py:593:   Problem 2: conflicting requests
DEBUG util.py:593:    - nothing provides python3.8dist(pathtools) >= 0.1.1 needed by python3-watchdog-0.8.3-13.fc32.noarch

It is not important whether the problem is caused by this package or another, this issue is blocking the Python 3.8 rebuild of this package.
If this package won't build with 3.8, it won't be installable, along with all its dependent packages, in Fedora 32 and further.

Furthermore, as it fails to install, its dependent packages will fail to install and/or build as well.

Please rebuild the package in Fedora 32 (rawhide).

Let us know here if you have any questions. Thank You!

Comment 1 Miro Hrončok 2019-11-25 10:28:09 UTC
What is the plan here? Do we try to keep the package or retire it?

Comment 2 Georg Sauthoff 2019-11-26 16:30:59 UTC
I'll look into it next week.

If possible I want to keep it.

The root-cause for not building with Python 3.8 is python3-asynctest not being compatbile with Python 3.8.

See also: https://bugzilla.redhat.com/show_bug.cgi?id=1739895#c10

Perhaps we can wait some more until python3-asynctest is fixed?

Comment 3 Miro Hrončok 2019-12-04 16:00:22 UTC
nothing provides python3.8dist(pathtools) >= 0.1.1 needed by python3-watchdog-0.8.3-13.fc32.noarch

Comment 4 Miro Hrončok 2019-12-04 16:00:55 UTC
That said, i don't think this should actually buildrequire watchdog. Why does it?

Comment 5 Georg Sauthoff 2019-12-06 19:41:13 UTC
(In reply to Miro Hrončok from comment #4)
> That said, i don't think this should actually buildrequire watchdog. Why
> does it?

IIRC I added it because it's listed in requirements-dev.txt.

But it doesn't seem to be actually used anywhere in the code. Thus, I'll remove it.

Comment 6 Georg Sauthoff 2019-12-06 19:56:14 UTC
With that change the package builds again:

https://koji.fedoraproject.org/koji/taskinfo?taskID=39453522