diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py index bd3d844..e1bef6b 100644 --- a/calm/past_mistakes.py +++ b/calm/past_mistakes.py @@ -168,6 +168,10 @@ # we use regex patterns to match version provides which might have been expired, # or not uploaded yet. nonexistent_provides = historical_provides + [ + # python3 + 'python35-gi', + 'glade3', + # python2 'python2', 'python2-devel', 'python27', @@ -199,6 +203,7 @@ 'python2-cython', 'python2-wheel', 'python2-cairo-devel', + # general '_windows', r'perl5_\d+', r'ruby_\d+',