forked from pool/python-click
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:
parent
c6c4936c46
commit
6f6a8dd35d
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user