Accepting request 1077667 from home:pgajdos:python

- do not require six
- added patches
  fix a249f8f962
  + python-sphinxcontrib-websupport-no-six.patch

OBS-URL: https://build.opensuse.org/request/show/1077667
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-websupport?expand=0&rev=32
This commit is contained in:
2023-04-07 07:50:52 +00:00
committed by Git OBS Bridge
parent 7a0b3aacef
commit 471c1c9489
3 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
Index: sphinxcontrib-websupport-1.2.4/tests/test_searchadapters.py
===================================================================
--- sphinxcontrib-websupport-1.2.4.orig/tests/test_searchadapters.py
+++ sphinxcontrib-websupport-1.2.4/tests/test_searchadapters.py
@@ -9,7 +9,8 @@
:license: BSD, see LICENSE for details.
"""
-from six import StringIO
+from io import StringIO
+
import pytest
from sphinxcontrib.websupport import WebSupport