python-mailman/find-flufl.patch
Andreas Schneider bdb98f9fc5 Accepting request 1140796 from home:mcalabkova:branches:openSUSE:Backports:SLE-15-SP6:mailman
- Add patch find-flufl.patch to fix the tests with recent flufl.*
- Don't require importlib-resources on new Pythons, they are already 
  a part of a standard library

OBS-URL: https://build.opensuse.org/request/show/1140796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=90
2024-01-23 10:20:07 +00:00

31 lines
920 B
Diff

Index: mailman-3.3.9/setup.py
===================================================================
--- mailman-3.3.9.orig/setup.py
+++ mailman-3.3.9/setup.py
@@ -119,8 +119,8 @@ case second 'm'. Any other spelling is
'dnspython>=1.14.0',
'falcon>=3.0.0',
'flufl.bounce>=4.0',
- 'flufl.i18n>=3.2',
- 'flufl.lock>=5.1',
+ 'flufl-i18n>=3.2',
+ 'flufl_lock>=5.1',
'gunicorn',
'lazr.config',
'python-dateutil>=2.0',
Index: mailman-3.3.9/src/mailman.egg-info/requires.txt
===================================================================
--- mailman-3.3.9.orig/src/mailman.egg-info/requires.txt
+++ mailman-3.3.9/src/mailman.egg-info/requires.txt
@@ -7,8 +7,8 @@ click>=8.0.0
dnspython>=1.14.0
falcon>=3.0.0
flufl.bounce>=4.0
-flufl.i18n>=3.2
-flufl.lock>=5.1
+flufl-i18n>=3.2
+flufl_lock>=5.1
gunicorn
lazr.config
python-dateutil>=2.0