Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'calm/reports.py')
-rw-r--r--calm/reports.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/calm/reports.py b/calm/reports.py
index 1773840..f659cf5 100644
--- a/calm/reports.py
+++ b/calm/reports.py
@@ -219,6 +219,9 @@ def provides_rebuild(args, packages, reportfile, provide_package):
if d == pp_provide:
continue
+ if po.obsoleted_by:
+ continue
+
# requires an old provide
pr = types.SimpleNamespace()
pr.pn = p