http://bugzilla.opensuse.org/show_bug.cgi?id=1118099
Bug ID: 1118099 Summary: aws-cli-1.16.48-1.1.noarch requires python3-colorama <= 0.3.9, but this requirement cannot be provided Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Cloud:Tools Assignee: public-cloud-maintainers@suse.de Reporter: rombert@apache.org QA Contact: qa-bugs@suse.de Found By: --- Blocker: ---
It seems that the aws-cli / python3-colorama dance is up again :-)
Problem: aws-cli-1.16.48-1.1.noarch requires python3-colorama <= 0.3.9, but this requirement cannot be provided deleted providers: python3-colorama-0.3.9-1.3.noarch Solution 1: deinstallation of aws-cli-1.16.48-1.1.noarch Solution 2: keep obsolete python3-colorama-0.3.9-1.3.noarch Solution 3: break aws-cli-1.16.48-1.1.noarch by ignoring some of its dependencies
http://bugzilla.opensuse.org/show_bug.cgi?id=1118099
Robert Munteanu rombert@apache.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rjschwei@suse.com
http://bugzilla.opensuse.org/show_bug.cgi?id=1118099 http://bugzilla.opensuse.org/show_bug.cgi?id=1118099#c1
John Paul Adrian Glaubitz adrian.glaubitz@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adrian.glaubitz@suse.com
--- Comment #1 from John Paul Adrian Glaubitz adrian.glaubitz@suse.com --- The problem is that even the latest upstream version of aws-cli still has colorama <= 0.3.9, so I have to investigate first whether I can just bump the version number for Requires in the spec file. We might be able to do that since colorama is actually used on Windows only. On other operating systems, the module does nothing.
I have also reported a bug report upstream: https://github.com/aws/aws-cli/issues/3724
http://bugzilla.opensuse.org/show_bug.cgi?id=1118099 http://bugzilla.opensuse.org/show_bug.cgi?id=1118099#c2
Robert Schweikert rjschwei@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED
--- Comment #2 from Robert Schweikert rjschwei@suse.com --- You can relax the requirement in the package. Previously this had no adverse effect. When colorama moved from 0.38 to 0.39 it took upstream roughly 1/2 year to catch up.
We already hide the Python dependencies in the package and thus this is fully controlled by RPM, and an update to the spec file will be sufficient.
http://bugzilla.opensuse.org/show_bug.cgi?id=1118099 http://bugzilla.opensuse.org/show_bug.cgi?id=1118099#c7
Andreas Stieger Andreas.Stieger@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wagner-thomas@gmx.at
--- Comment #7 from Andreas Stieger Andreas.Stieger@gmx.de --- *** Bug 1204917 has been marked as a duplicate of this bug. ***