Bug ID 1219305
Summary python3-argcomplete should conflict with python3.11-argcomplete on package level
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Python
Assignee python-maintainers@suse.com
Reporter anton.smorodskyi@suse.com
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

While installing azure-cli-2.17.1-150100.6.14.2.noarch.rpm

I got following error : 

#6 8.344 Retrieving: azure-cli-2.17.1-150100.6.14.2.noarch.rpm [.done]
#6 8.378 
#6 8.378 Checking for file conflicts: [....error]
#6 8.645 Detected 2 file conflicts:
#6 8.645 
#6 8.645 File /usr/bin/python-argcomplete-check-easy-install-script
#6 8.645   from install of
#6 8.645      python3-argcomplete-1.9.2-3.2.14.noarch (SLE_BCI)
#6 8.645   conflicts with file from package
#6 8.645      python311-argcomplete-3.1.2-150400.12.5.1.noarch (@System)
#6 8.645 
#6 8.645 File /usr/bin/register-python-argcomplete
#6 8.645   from install of
#6 8.645      python3-argcomplete-1.9.2-3.2.14.noarch (SLE_BCI)
#6 8.645   conflicts with file from package
#6 8.645      python311-argcomplete-3.1.2-150400.12.5.1.noarch (@System)
#6 8.645 
#6 8.645 File conflicts happen when two packages attempt to install files with
the same name but different contents. If you continue, conflicting files will
be replaced losing the previous content.
#6 8.645 Continue? [yes/no] (no): no


Generally this error is fine because I am installing package in python3.11 env
which currently not supported by azure-cli-2.17 . **The bug is about
python3-argcomplete**
Expected : python3-argcomplete should conflict with python3.11-argcomplete on
package level


You are receiving this mail because: