ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / apeye-core / patches / 01-tox-requires.patch
blob090c490ebbf7c59fe0bc3c5e1be99c188a0aa9ed
1 tox-envlist is not needed to run tests.
2 tox version pin is too strict.
4 --- apeye-core-1.1.5/tox.ini.orig
5 +++ apeye-core-1.1.5/tox.ini
6 @@ -40,8 +40,6 @@
7 isolated_build = True
8 requires =
9 pip>=21,!=22.2
10 - tox-envlist>=0.2.1
11 - tox~=3.0
12 virtualenv!=20.16.0
14 [envlists]