14
0
forked from pool/python-web.py

Accepting request 824589 from devel:languages:python

- Do not install tests in sitelib directly

OBS-URL: https://build.opensuse.org/request/show/824589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-web.py?expand=0&rev=11
This commit is contained in:
2020-08-06 15:32:46 +00:00
committed by Git OBS Bridge
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