xorriso: Fix download hash and package dependencies
[oi-userland.git] / components / python / coverage / patches / 01-tox-dependencies.patch
blobf0872128f66838ea41065bdda704f718c0714b74
1 We need direct dependencies only.
3 --- coverage-7.6.9/tox.ini.orig
4 +++ coverage-7.6.9/tox.ini
5 @@ -16,9 +16,9 @@
7 # PYVERSIONS
8 deps =
9 - -r requirements/pip.pip
10 - -r requirements/pytest.pip
11 - py3{9,10,11}: -r requirements/light-threads.pip
12 + -r requirements/pip.in
13 + -r requirements/pytest.in
14 + py3{9,10,11}: -r requirements/light-threads.in
16 # Windows can't update the pip version with pip running, so use Python
17 # to install things.