diff --git a/python-web.py.changes b/python-web.py.changes index d203cf4..bc57880 100644 --- a/python-web.py.changes +++ b/python-web.py.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 6 05:53:01 UTC 2020 - Tomáš Chvátal + +- Do not install tests in sitelib directly + ------------------------------------------------------------------- Thu Mar 26 07:10:49 UTC 2020 - Tomáš Chvátal diff --git a/python-web.py.spec b/python-web.py.spec index 11aa794..c80461e 100644 --- a/python-web.py.spec +++ b/python-web.py.spec @@ -46,6 +46,7 @@ Think about the ideal way to write a web app. Write the code to make it happen. %install %python_install +%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check