Bugzilla – Bug 1211634
azure-cli-core-2.48.1-1.1.noarch requires 'python3-argcomplete < 3.0' which is not available
Last modified: 2023-06-06 11:29:34 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
(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.
(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!
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.
fixed