14
0

Accepting request 788921 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/788921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyftpdlib?expand=0&rev=10
This commit is contained in:
2020-03-27 20:58:05 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 27 08:46:37 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Do not remove tests, other packages import them
-------------------------------------------------------------------
Wed Mar 18 09:21:28 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

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