Remove no longer needed BuildRequires for python3.10

This commit is contained in:
Miro Hrončok 2024-02-27 11:03:25 +01:00 committed by churchyard
commit f3490b2856

View file

@ -47,9 +47,6 @@ BuildRequires: /usr/bin/python
BuildRequires: libffi-devel
# xdist is not used upstream, but we use it to speed up the %%check
BuildRequires: python3-pytest-xdist
# for test_allowed_implicit_cli_envs[py310]
# TODO remove this once https://github.com/tox-dev/tox/pull/3108 is released
BuildRequires: python3.10
%if %{with ci_tests}
# The CI tests only work if the tested tox is installed :(
# This should technically be the same V-R, but the CI does not handle %%autorelease well