From 99e4a07a5b8747bf7abf45367d9a3ea0c9aed97e Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Thu, 12 Jan 2023 15:59:27 +0000 Subject: Expire packages which require non-existent python26 --- calm/past_mistakes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py index f32e6a3..6678d86 100644 --- a/calm/past_mistakes.py +++ b/calm/past_mistakes.py @@ -156,7 +156,6 @@ missing_obsolete = { nonexistent_provides = [ '_windows', 'perl5_026', - 'python26', 'rdiff-debuginfo', 'rxvt-unicode-X-debuginfo', 'xfce4-mixer-debuginfo', @@ -165,6 +164,7 @@ nonexistent_provides = [ # provides: which don't exist and packages which require them should be expired expired_provides = [ + 'python26', ] # empty source packages -- cgit v1.2.3