mirror of
https://abf.rosa.ru/djam/urpm-tools.git
synced 2025-02-23 17:32:46 +00:00
Fix conflict processing
This commit is contained in:
parent
f89a0333c4
commit
3db74728f9
1 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,8 @@ def emulate_install(pkg):
|
||||||
|
|
||||||
for item in conflicting_packages[:]:
|
for item in conflicting_packages[:]:
|
||||||
pkg1, pkgs2 = item
|
pkg1, pkgs2 = item
|
||||||
|
if isinstance(pkgs2, basestring):
|
||||||
|
pkgs2 = [pkgs2]
|
||||||
|
|
||||||
if pkg1 == pkg:
|
if pkg1 == pkg:
|
||||||
conflicting_packages.remove(item)
|
conflicting_packages.remove(item)
|
||||||
|
|
Loading…
Add table
Reference in a new issue