- 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:
parent
2354275c7d
commit
38344a1fd8
@ -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
|
Mon Oct 21 12:22:31 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@ python setup.py build
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
rm -r %{buildroot}%{python_sitelib}/tests # Remove global "tests" module
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user