14
0
forked from pool/python-web.py

- Do not install tests in sitelib directly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=20
This commit is contained in:
Tomáš Chvátal
2020-08-06 05:53:23 +00:00
committed by Git OBS Bridge
parent 0e175ef7ec
commit 8efa39c463
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 6 05:53:01 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not install tests in sitelib directly
-------------------------------------------------------------------
Thu Mar 26 07:10:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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