|
|
@ -239,7 +239,6 @@ class InstallabilitySolver(object):
|
|
|
|
oldcons = set(chain.from_iterable(universe.negative_dependencies_of(r) for r in rms))
|
|
|
|
oldcons = set(chain.from_iterable(universe.negative_dependencies_of(r) for r in rms))
|
|
|
|
newcons = set(chain.from_iterable(universe.negative_dependencies_of(a) for a in adds))
|
|
|
|
newcons = set(chain.from_iterable(universe.negative_dependencies_of(a) for a in adds))
|
|
|
|
oldcons -= newcons
|
|
|
|
oldcons -= newcons
|
|
|
|
if oldcons:
|
|
|
|
|
|
|
|
# Some of the old binaries have "conflicts" that will
|
|
|
|
# Some of the old binaries have "conflicts" that will
|
|
|
|
# be removed.
|
|
|
|
# be removed.
|
|
|
|
for o in ifilter_only(ptable, oldcons):
|
|
|
|
for o in ifilter_only(ptable, oldcons):
|
|
|
|