Marcel Telka
2024-03-28 39abad09123434bd95797ba2f48bb4002832d3c6
components/python/elastic-transport/patches/01-remove-unneeded-requirements.patch
@@ -1,9 +1,9 @@
We do not have furo packaged and it is not needed to run tests.
--- elastic-transport-8.12.0/setup.py.orig
+++ elastic-transport-8.12.0/setup.py
@@ -69,7 +69,6 @@
             "aiohttp",
--- elastic-transport-8.13.0/setup.py.orig
+++ elastic-transport-8.13.0/setup.py
@@ -73,7 +73,6 @@
             "orjson",
             # Override Read the Docs default (sphinx<2)
             "sphinx>2",
-            "furo",