SHA256
1
0
forked from pool/python-pyosf

- use python_expand for fdupes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyosf?expand=0&rev=16
This commit is contained in:
Dirk Mueller 2022-03-15 08:51:25 +00:00 committed by Git OBS Bridge
parent f13e57cc6d
commit 2761bb0d55
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 15 08:50:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use python_expand for fdupes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 8 12:01:49 UTC 2021 - pgajdos@suse.com Wed Dec 8 12:01:49 UTC 2021 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pyosf # spec file for package python-pyosf
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -68,7 +68,7 @@ sed -Ei 's:.pytest-runner.,?::' setup.py
%install %install
%python_install %python_install
%python_exec %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
# online tests only # online tests only