- Do not generate test subpackage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-releases?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal 2019-09-17 10:11:40 +00:00 committed by Git OBS Bridge
parent cddfe346f8
commit d2dc214afb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 17 10:11:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not generate test subpackage
-------------------------------------------------------------------
Thu Sep 12 17:30:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -87,10 +87,10 @@ Specifically:
%python_expand invoke-%{$python_bin_suffix} test
%endif
%if !%{with test}
%files %{python_files}
%doc README.rst
%license LICENSE
%if !%{with test}
%{python_sitelib}/*
%endif