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
perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git]
/
components
/
python
/
zope.interface
/
patches
/
03-no-furo.patch
blob
f9a25f39124abd3af85b58e81105e58757b2ead7
1
We do not have packaged furo and it is not needed to run tests.
2
3
--- zope.interface-7.2/setup.py.orig
4
+++ zope.interface-7.2/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
},