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 1977513

Summary: F35FailsToInstall: python3-typer
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-typerAssignee: Ben Beasley <code>
Status: ASSIGNED --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: code, thrnciar
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: Type: ---
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:    
Bug Blocks: 1890881, 1927313, 1974118    

Description Miro Hrončok 2021-06-29 23:45:19 UTC
Hello,

Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (mhroncok).

Your package (python-typer) Fails To Install in Fedora 35:

can't install python3-typer:
  - nothing provides (python3.10dist(click) < 7.2 with python3.10dist(click) >= 7.1.1) needed by python3-typer-0.3.2-3.fc35.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.

P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors.

P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Ben Beasley 2021-06-30 01:30:09 UTC
This is caused by the recent update to python-click 8.x in Rawhide, with which typer is not yet compatible (https://github.com/tiangolo/typer/issues/280). Unfortunately, a nontrivial patch will be required, and so far none exists. It’s unlikely I will have enough time to dig deeply into both projects and develop the necessary patch myself.

I’ll keep an eye on the situation upstream. Hopefully a patch, viable PR, or new release will surface in the next few weeks; we’re not the only ones asking for one.

Comment 2 Miro Hrončok 2021-06-30 09:02:56 UTC
Ben, we've tried to careful with this update, but apperently we were not careful enough, see https://src.fedoraproject.org/rpms/python-click/pull-request/10#comment-79724

I can untag the update for now (until it reaches rawhide compose, which it still didn't) or I can package python-click7 as a temporary compact package. Let me know if you need one of those things.

Comment 3 Ben Beasley 2021-06-30 12:57:44 UTC
What do you think is best?

I just introduced python-typer less than two weeks ago, so at the moment it’s still a leaf package. It can be FTI temporarily as long as it gets fixed.

I can’t tell if upstream is going to come through with support in time for Fedora 35 or not; and if they don’t, I can’t tell if it’s something I could fix myself in a couple of hours or not.

Comment 4 Miro Hrončok 2021-06-30 13:08:44 UTC
> It can be FTI temporarily as long as it gets fixed.

Sure. Let's wait for upstream fix and don't hesitate to ping me near the the beta freeze if this needs a workaround.