Accepting request 915041 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/915041 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click?expand=0&rev=14
This commit is contained in:
commit
3493444e30
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 30 10:30:30 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Add runtime dependency on importlib-metadata on Python 3.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 19 14:16:30 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -32,6 +32,9 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-setuptools
|
||||
%if "%{python_flavor}" == "python36"
|
||||
Requires: python-importlib-metadata
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@ -53,7 +56,7 @@ defaults out of the box.
|
||||
|
||||
%check
|
||||
export LANG=en_US.UTF-8
|
||||
%pytest --tb=short
|
||||
%pytest -rs --tb=short
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user