python/coverage: update to 7.6.5
[oi-userland.git] / components / python / zope.interface / patches / 03-no-furo.patch
blob5028919841290fb8b44f1b949db28ba4094363b6
1 We do not have packaged furo and it is not needed to run tests.
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,