Accepting request 961819 from devel:languages:python:aws
- use python_expand for fdupes OBS-URL: https://build.opensuse.org/request/show/961819 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=14
This commit is contained in:
commit
507580fcd9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 08:48:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- use python_expand for fdupes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 21:25:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-aws-sam-translator
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -83,7 +83,7 @@ sed -i -e 's:~=:>=:g' requirements/base.txt
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_exec %fdupes %{buildroot}%{$python_sitelib}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -D -m 755 bin/sam-translate.py %{buildroot}%{_bindir}/sam-translate
|
||||
|
Loading…
x
Reference in New Issue
Block a user