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:
authorJon Turney <jon.turney@dronecode.org.uk>2023-07-08 16:11:41 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-07-08 16:11:41 +0300
commit68e2201f28238209dc58f81a82ba5e3ccdf4d0f5 (patch)
treef13624688b64407772ab8f9e308521222ea75516
parent6012a2fcb30796a2b729f817cb0898b0fd91bb65 (diff)
Prepare for python2 removal
-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