Bug 1211634 - azure-cli-core-2.48.1-1.1.noarch requires 'python3-argcomplete < 3.0' which is not available
Summary: azure-cli-core-2.48.1-1.1.noarch requires 'python3-argcomplete < 3.0' which i...
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Cloud:Tools (show other bugs)
Version: Current
Hardware: Other openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: SUSE Public Cloud Maintainer
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-23 07:51 UTC by Stephan Uhlmann
Modified: 2023-06-06 11:29 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Uhlmann 2023-05-23 07:51:45 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/113.0
Build Identifier: 

On current TW 20230522, when trying to install azure-cli

Problem: nothing provides 'python3-argcomplete < 3.0' needed by the to be installed azure-cli-core-2.48.1-1.1.noarch
 Solution 1: do not install azure-cli-2.48.1-1.1.noarch
 Solution 2: break azure-cli-core-2.48.1-1.1.noarch by ignoring some of its dependencies

python310-argcomplete is currently on version python310-argcomplete-3.0.8-1.1.noarch.


Reproducible: Always
Comment 1 John Paul Adrian Glaubitz 2023-05-23 08:30:32 UTC
(In reply to Stephan Uhlmann from comment #0)
> On current TW 20230522, when trying to install azure-cli
> 
> Problem: nothing provides 'python3-argcomplete < 3.0' needed by the to be
> installed azure-cli-core-2.48.1-1.1.noarch
>  Solution 1: do not install azure-cli-2.48.1-1.1.noarch
>  Solution 2: break azure-cli-core-2.48.1-1.1.noarch by ignoring some of its
> dependencies
> 
> python310-argcomplete is currently on version
> python310-argcomplete-3.0.8-1.1.noarch.

This is still waiting for an upstream fix from Microsoft which hasn't landed yet:

> https://github.com/Azure/azure-cli/issues/26375

I could just remove the version constraint myself, but there would be no guarantee the code would actually work with the newer argcomplete without modificiations.
Comment 2 Stephan Uhlmann 2023-05-23 12:38:40 UTC
(In reply to John Paul Adrian Glaubitz from comment #1)
> This is still waiting for an upstream fix from Microsoft which hasn't landed
> yet:
> 
> > https://github.com/Azure/azure-cli/issues/26375

Ah, I see.
 
> I could just remove the version constraint myself, but there would be no
> guarantee the code would actually work with the newer argcomplete without
> modificiations.

Yes, I also think it makes sense to wait for upstream fix.

Thank you!
Comment 3 Stephan Uhlmann 2023-06-02 16:14:27 UTC
I see you have fixed it now by a local patch instead of waiting for upstream:
https://build.opensuse.org/request/show/1089370

I can confirm the dependency issue is fixed now in current Tumbleweed.
Comment 4 Robert Schweikert 2023-06-06 11:29:34 UTC
fixed