diff --git a/python-pyftpdlib.changes b/python-pyftpdlib.changes index 1f94038..6a303b6 100644 --- a/python-pyftpdlib.changes +++ b/python-pyftpdlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 27 08:46:37 UTC 2020 - Antonio Larrosa + +- Do not remove tests, other packages import them + ------------------------------------------------------------------- Wed Mar 18 09:21:28 UTC 2020 - Tomáš Chvátal diff --git a/python-pyftpdlib.spec b/python-pyftpdlib.spec index da0ad4a..c998696 100644 --- a/python-pyftpdlib.spec +++ b/python-pyftpdlib.spec @@ -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