repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git]
/
components
/
python
/
elastic-transport
/
patches
/
01-remove-unneeded-requirements.patch
blob
7179ffaba6619db65e5c2a9a666a67bb33c9da1c
1
We do not have furo packaged and it is not needed to run tests.
2
3
--- elastic_transport-8.15.0/setup.py.orig
4
+++ elastic_transport-8.15.0/setup.py
5
@@ -72,7 +72,6 @@
6
"orjson",
7
# Override Read the Docs default (sphinx<2)
8
"sphinx>2",
9
- "furo",
10
"sphinx-autodoc-typehints",
11
],
12
},