diff --git a/python-argcomplete.changes b/python-argcomplete.changes index f3a2f91..6d07000 100644 --- a/python-argcomplete.changes +++ b/python-argcomplete.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 24 10:47:53 UTC 2023 - Daniel Garcia + +- Remove importlib-metadata requirement, it's not needed for python > 3.7 + ------------------------------------------------------------------- Thu Mar 16 09:32:50 UTC 2023 - Matej Cepl diff --git a/python-argcomplete.spec b/python-argcomplete.spec index f8ac7e0..6fd7965 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -31,13 +31,11 @@ Patch1: trim-test-deps.patch # PATCH-FIX-UPSTREAM without_fish.patch gh#kislyuk/argcomplete!410 mcepl@suse.com # Don't fail the test suite when fish is not available Patch2: without_fish.patch -BuildRequires: %{python_module importlib-metadata >= 0.23} BuildRequires: %{python_module pexpect} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-importlib-metadata >= 0.23 Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch