diff --git a/python-tomli-w.spec b/python-tomli-w.spec index 1393bd3..66273a8 100644 --- a/python-tomli-w.spec +++ b/python-tomli-w.spec @@ -6,8 +6,6 @@ %bcond_without check %endif -%global modname tomli_w - Name: python-tomli-w Version: 0.4.0 Release: 3%{?dist} @@ -51,7 +49,7 @@ Summary: %{summary} %install %pyproject_install -%pyproject_save_files %{modname} +%pyproject_save_files tomli_w %check @@ -59,7 +57,7 @@ Summary: %{summary} %tox %else # no %%pyproject_check_import on EL9 -%py3_check_import %{modname} +%py3_check_import tomli_w %endif