15
0
forked from pool/python-WSME

Accepting request 518736 from home:tbechtold:branches:devel:languages:python

- Fix fdupes call

OBS-URL: https://build.opensuse.org/request/show/518736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WSME?expand=0&rev=25
This commit is contained in:
2017-08-25 12:19:41 +00:00
committed by Git OBS Bridge
parent ff8b71ecb5
commit fa1264e194
2 changed files with 6 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ with focus on extensibility, framework-independance and better type handling.
%install
%python_install
%fdupes %{buildroot}%{python_sitelib}
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%check
%python_exec %{_bindir}/nosetests -v tests/pecantest tests/rest