From d5145a68ed1e8a511340a8fa7adbd168f5dc49efc187c0d06b67cd21fe9130c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 27 Mar 2020 08:59:34 +0000 Subject: [PATCH] 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 --- python-pyftpdlib.changes | 5 +++++ python-pyftpdlib.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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