Accepting request 828333 from home:jayvdb:branches:devel:languages:python

- Add runtime dependency on setuptools

OBS-URL: https://build.opensuse.org/request/show/828333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=31
This commit is contained in:
Tomáš Chvátal 2020-08-21 08:30:32 +00:00 committed by Git OBS Bridge
parent c6c4936c46
commit 6f6a8dd35d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 20 23:45:47 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Add runtime dependency on setuptools
-------------------------------------------------------------------
Wed Jun 3 11:15:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -29,6 +29,7 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildArch: noarch
%python_subpackages
@ -50,7 +51,7 @@ defaults out of the box.
%check
export LANG=en_US.UTF-8
%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest --tb=short}
%pytest --tb=short
%files %{python_files}
%license LICENSE.rst