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>2021-03-16 16:17:46 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-04-09 17:01:03 +0300
commit74f9536819ef4a4116e710d35b452b7f78e21247 (patch)
tree7267ab7f1b7353bf83aa7ec3a2cc3b667530d728 /calm/past_mistakes.py
parent81aad90cd41f71d977dacff400d260c407800a02 (diff)
Update perl annotation tool
The default perl annotation is now 5_032. Use 5_26 annotation. This makes existing packages which depend on perl 5.26 uninstallable, as nothing provides: perl5_026.
Diffstat (limited to 'calm/past_mistakes.py')
-rw-r--r--calm/past_mistakes.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py
index 627411b..d8f2084 100644
--- a/calm/past_mistakes.py
+++ b/calm/past_mistakes.py
@@ -190,3 +190,8 @@ maint_anomalies = {
'python-debuginfo': ['2.7.12-1'], # should be obsoleted by python2(-debuginfo)
'transfig-debuginfo': ['3.2.5e-2'], # should be obsoleted by xfig(-debuginfo)
}
+
+# provides: which don't exist
+nonexistent_provides = [
+ 'perl5_026',
+]