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-12-14 22:26:40 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-12-15 16:53:10 +0300
commite0c3e0a55b64689124adc70f5b5b2ee0926856b9 (patch)
tree2d2992974f0d78ba127b5b88e473d8065a7efa1d
parentc48d8a653378e405bc1083e33b7ea9991b8f6a04 (diff)
Facilitate more 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 13dfd50..5b7ddb1 100644
--- a/calm/past_mistakes.py
+++ b/calm/past_mistakes.py
@@ -171,8 +171,10 @@ nonexistent_provides = historical_provides + [
'python2',
'python2-devel',
'python27',
- 'python-pygments',
'python-lxml',
+ 'python-mx',
+ 'python-pygments',
+ 'python-pynotify',
'_windows',
r'perl5_\d+',
r'ruby_\d+',