- use %python_expand for %fdupes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-py?expand=0&rev=26
This commit is contained in:
2022-03-15 08:33:56 +00:00
committed by Git OBS Bridge
parent fab18cf2d6
commit aa307d3dc5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Tue Mar 15 08:13:43 UTC 2022 - Stephan Kulow <coolo@suse.com>
- %fdupes is no python, remove %python_exec
- use %python_expand for %fdupes
-------------------------------------------------------------------
Sun Jan 23 15:40:00 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -77,7 +77,7 @@ rm -r py/_vendored_packages
%install
%if !%{with test}
%python_install
%fdupes %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
%check