SHA256
1
0
forked from pool/python-py

Accepting request 961809 from home:coolo:branches:devel:languages:python:pytest

- %fdupes is no python, remove %python_exec

OBS-URL: https://build.opensuse.org/request/show/961809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-py?expand=0&rev=25
This commit is contained in:
Dirk Mueller 2022-03-15 08:14:51 +00:00 committed by Git OBS Bridge
parent caf9f787c5
commit fab18cf2d6
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>
- %fdupes is no python, remove %python_exec
-------------------------------------------------------------------
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}
%fdupes %{buildroot}%{$python_sitelib}
%endif
%check