Skip to content

Commit

Permalink
Clarify missing obsoletes reminder
Browse files Browse the repository at this point in the history
Make it clearer that if calm has to provide missing obsoletes, that is a
packaging defect.
  • Loading branch information
jon-turney committed Apr 24, 2024
1 parent e1c2bc5 commit 1374472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ def add_needed_obsoletes(needed):
obsoletes.append(n)
packages[p].version_hints[v]['obsoletes'] = obsoletes
logging.info("added 'obsoletes: %s' to package '%s' version '%s'" % (n, p, v))
logging.info("this should be in fixed in the cygport packaging")

# recurse so we don't drop transitive missing obsoletes
if n in mo:
Expand Down

0 comments on commit 1374472

Please sign in to comment.