15
0
forked from pool/python-fire
Tomáš Chvátal
2019-01-02 12:50:38 +00:00
committed by Git OBS Bridge
parent c597f95246
commit bf815010cc
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 2 12:50:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Simplify the tests call
-------------------------------------------------------------------
Thu Nov 15 16:48:24 UTC 2018 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-fire
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -54,10 +54,7 @@ interfaces (CLIs) from a Python object.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
rm -rf build _build.*
%{python_expand rm -rf build _build.*
pytest-%{$python_bin_suffix}
}
%python_expand pytest-%{$python_bin_suffix} fire/
%files %{python_files}
%license LICENSE