openexr: make architecture independent
[oi-userland.git] / components / python / sphinxcontrib-applehelp / patches / 0001-tox-Make-test-deps-PEP-508-compliant.patch
blobd712cdaf9757e23da5f5656bb989264adb2e8ed2
1 https://github.com/sphinx-doc/sphinxcontrib-applehelp/pull/9
3 --- sphinxcontrib-applehelp-1.0.2/tox.ini.orig
4 +++ sphinxcontrib-applehelp-1.0.2/tox.ini
5 @@ -4,7 +4,7 @@
6 [testenv]
7 deps=
8 pytest
9 - git+https://github.com/sphinx-doc/sphinx
10 + sphinx @ git+https://github.com/sphinx-doc/sphinx
11 extras=
12 test
13 setenv =
14 @@ -15,7 +15,7 @@
15 [testenv:py39]
16 deps =
17 {[testenv]deps}
18 - git+https://github.com/html5lib/html5lib-python
19 + html5lib @ git+https://github.com/html5lib/html5lib-python
21 [testenv:flake8]
22 description =