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
blobf9a25f39124abd3af85b58e81105e58757b2ead7
1 We do not have packaged furo and it is not needed to run tests.
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,