14
0

Accepting request 961821 from devel:languages:python

- use python_expand for fdupes

OBS-URL: https://build.opensuse.org/request/show/961821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-more-itertools?expand=0&rev=18
This commit is contained in:
2022-03-17 16:01:18 +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:49:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use python_expand for fdupes
-------------------------------------------------------------------
Thu Feb 3 20:13:01 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@@ -46,7 +46,7 @@ rm -rf more_itertools.egg-info
%install
%python_install
%python_exec %fdupes %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pyunittest discover -v