forked from pool/python-argcomplete
- Remove importlib-metadata requirement, it's not needed for python > 3.7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=46
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 10:47:53 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Remove importlib-metadata requirement, it's not needed for python > 3.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 09:32:50 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user