perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / testfixtures / patches / 01-no-django.patch
blob35e3d143a97b58c72b03895ff62e86196bb3cae7
1 We have no django packaged yet.
3 --- testfixtures-8.3.0/setup.py.orig
4 +++ testfixtures-8.3.0/setup.py
5 @@ -9,7 +9,6 @@
6 base_dir = os.path.dirname(__file__)
8 optional = [
9 - 'django',
10 'sybil>=6',
11 'twisted'
13 @@ -39,7 +38,6 @@
14 test=['mypy',
15 'pytest>=7.1',
16 'pytest-cov',
17 - 'pytest-django',
18 ]+optional,
19 docs=['sphinx', 'furo']+optional,
20 build=['setuptools-git', 'wheel', 'twine']