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
python/coverage: update to 7.6.5
[oi-userland.git]
/
components
/
python
/
zope.interface
/
patches
/
03-no-furo.patch
blob
5028919841290fb8b44f1b949db28ba4094363b6
1
We do not have packaged furo and it is not needed to run tests.
2
3
--- zope.interface-7.1.1/setup.py.orig
4
+++ zope.interface-7.1.1/setup.py
5
@@ -142,7 +142,7 @@
6
extras_require={
7
'docs': ['Sphinx',
8
'repoze.sphinx.autointerface',
9
- 'furo'],
10
+ ],
11
'test': tests_require,
12
'testing': testing_extras,
13
},