Entropy/Equo/Spritz:

- made package conflicts removal non critical anymore, they are now removed through the installation process


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1529 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-03-28 16:32:25 +00:00
parent c1e8f26720
commit d1567bdbde
7 changed files with 71 additions and 35 deletions
+1 -1
View File
@@ -2286,7 +2286,7 @@ class etpDatabase:
deps = self.retrieveDependencies(idpackage)
conflicts = self.retrieveConflicts(idpackage)
for x in conflicts:
if x[0] != "!": # workaround for my mistake
if x[0] != "!":
x = "!"+x
deps.add(x)
del conflicts