From 68e2201f28238209dc58f81a82ba5e3ccdf4d0f5 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sat, 8 Jul 2023 14:11:41 +0100 Subject: Prepare for python2 removal --- calm/past_mistakes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py index b09fa00..6561fde 100644 --- a/calm/past_mistakes.py +++ b/calm/past_mistakes.py @@ -168,6 +168,9 @@ historical_provides = [ # we use regex patterns to match version provides which might have been expired, # or not uploaded yet. nonexistent_provides = historical_provides + [ + 'python2', + 'python2-devel', + 'python27', '_windows', r'perl5_\d+', r'ruby_\d+', @@ -177,7 +180,6 @@ nonexistent_provides = historical_provides + [ # provides: which don't exist and packages which require them should be expired expired_provides = [ - 'python26', ] # empty source packages -- cgit v1.2.3