14
0

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=28
This commit is contained in:
2019-10-14 11:40:38 +00:00
committed by Git OBS Bridge
parent e524408dda
commit b40f29a850
2 changed files with 6 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ rm -rf tests/deprecated_gallery
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix}