11
0
forked from pool/python-py

Accepting request 961815 from devel:languages:python:pytest

- use %python_expand for %fdupes

OBS-URL: https://build.opensuse.org/request/show/961815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=38
This commit is contained in:
2022-03-17 16:01:14 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 15 08:13:43 UTC 2022 - Stephan Kulow <coolo@suse.com>
- 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
%python_exec %fdupes %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
%check