14
0

Accepting request 788918 from home:alarrosa:branches:devel:languages:python

- Do not remove tests, other packages import them

OBS-URL: https://build.opensuse.org/request/show/788918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyftpdlib?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2020-03-27 08:59:34 +00:00
committed by Git OBS Bridge
parent d85da951a9
commit d5145a68ed
2 changed files with 6 additions and 1 deletions

View File

@@ -57,8 +57,8 @@ write very asynchronous FTP servers with Python.
%install
%python_install
%python_expand rm -r %{buildroot}%{$python_sitelib}/pyftpdlib/test
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# Note: Do not remove tests. Other packages import them
%if %{with test}
%check