%pyproject_check_import is available on EL9

This commit is contained in:
Miro Hrončok 2022-02-04 13:38:46 +01:00
parent e96ffc45c9
commit b5996ef108

View File

@ -43,11 +43,9 @@ Summary: %{summary}
%check
%pyproject_check_import tomli_w
%if %{with check}
%tox
%else
# no %%pyproject_check_import on EL9
%py3_check_import tomli_w
%endif