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-01-11 18:35:06 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-01-12 00:18:35 +0300
commit7b11bae1275bc54f19ea6bfe9aeebdb8049a2cfd (patch)
treeab7fc44694fb0f9951601ff6ac6454ab7d22f450
parentf05c6de0aa72603732cfab724e74874b46e805b0 (diff)
Add 'python26' to non-existent provide list
(since we're going to annotate python26 dependent packages which are missing that, to facilitate their removal)
-rw-r--r--calm/past_mistakes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py
index 08885ec..0a56340 100644
--- a/calm/past_mistakes.py
+++ b/calm/past_mistakes.py
@@ -156,6 +156,7 @@ missing_obsolete = {
nonexistent_provides = [
'_windows',
'perl5_026',
+ 'python26',
'rdiff-debuginfo',
'rxvt-unicode-X-debuginfo',
'xfce4-mixer-debuginfo',