diff --git a/python-check-manifest.changes b/python-check-manifest.changes index b06745e..7334a06 100644 --- a/python-check-manifest.changes +++ b/python-check-manifest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 3 01:45:34 UTC 2023 - Steve Kowalik + +- Remove unneeded {Build,}Requires on pep517. + ------------------------------------------------------------------- Mon Jan 2 14:29:09 UTC 2023 - Dirk Müller diff --git a/python-check-manifest.spec b/python-check-manifest.spec index f23e4d1..1cf60d8 100644 --- a/python-check-manifest.spec +++ b/python-check-manifest.spec @@ -39,7 +39,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-build -Requires: python-pep517 Requires: python-setuptools Requires: python-toml Requires(post): update-alternatives @@ -53,7 +52,6 @@ Suggests: subversion BuildArch: noarch %if %{with test} BuildRequires: %{python_module build} -BuildRequires: %{python_module pep517} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module toml}