diff --git a/pisi/operations.py b/pisi/operations.py index a66b6087..54e5a30a 100644 --- a/pisi/operations.py +++ b/pisi/operations.py @@ -190,7 +190,10 @@ def calculate_conflicts(order, packagedb): return (C, D, pkg_conflicts) def check_conflicts(order, packagedb): - + """check if upgrading to the latest versions will cause havoc + done in a simple minded way without regard for dependencies of + conflicts, etc.""" + (C, D, pkg_conflicts) = calculate_conflicts(order, packagedb) if D: