diff --git a/python-CherryPy.changes b/python-CherryPy.changes index e3015d4..f206b7d 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 11 07:43:34 UTC 2019 - Tomáš Chvátal + +- Do not remove cherrypy tests from distribution as other projects + use it for self testing too + ------------------------------------------------------------------- Mon Oct 7 13:26:26 UTC 2019 - Tomáš Chvátal diff --git a/python-CherryPy.spec b/python-CherryPy.spec index 3ec175b..e0fe8f3 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -76,7 +76,8 @@ sed -i -e '/addopts/d' pytest.ini %install %python_install -%python_expand rm -r %{buildroot}%{$python_sitelib}/cherrypy/test +# Do not remove the tests as other project use them for self validation +#%%python_expand rm -r %{buildroot}%{$python_sitelib}/cherrypy/test %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/cherryd