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/past_mistakes.py')
-rw-r--r--calm/past_mistakes.py4
1 files changed, 3 insertions, 1 deletions
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