From 131a73a721673eb9af11a062439642229c639120 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 23 May 2023 15:45:23 -0400 Subject: [PATCH] Avoid tox dependency tox is unwanted in RHEL, and provides little value even in the Fedora build. --- python-iniparse.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-iniparse.spec b/python-iniparse.spec index c69a081..9693107 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -40,7 +40,7 @@ Summary: %{summary} chmod -c -x html/index.html %generate_buildrequires -%pyproject_buildrequires -t +%pyproject_buildrequires %build %pyproject_wheel @@ -51,7 +51,7 @@ rm -vfr %{buildroot}%{_docdir}/* %pyproject_save_files iniparse %check -%tox +%{py3_test_envvars} %{python3} ./runtests.py %files -n python3-iniparse -f %{pyproject_files} # pyproject_files handles both license files; verify with “rpm -qL -p …”