- Don't install global "tests" module into python_sitelib

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=8
This commit is contained in:
Sascha Peilicke 2013-10-28 13:10:05 +00:00 committed by Git OBS Bridge
parent 2354275c7d
commit 38344a1fd8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 28 13:09:26 UTC 2013 - speilicke@suse.com
- Don't install global "tests" module into python_sitelib
-------------------------------------------------------------------
Mon Oct 21 12:22:31 UTC 2013 - dmueller@suse.com

View File

@ -47,6 +47,7 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
rm -r %{buildroot}%{python_sitelib}/tests # Remove global "tests" module
%files
%defattr(-,root,root,-)