From d6b04fe68c6dab62162cbebc5c5f9a271b47ec6f31146590c6f280de3eadc04a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 3 Apr 2023 01:46:16 +0000 Subject: [PATCH] - Remove unneeded {Build,}Requires on pep517. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-check-manifest?expand=0&rev=31 --- python-check-manifest.changes | 5 +++++ python-check-manifest.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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}