Accepting request 1118308 from home:dgarcia:fix-shebang

- Remove %python3_install prefix and root options, that's included in
  the macro by default.

OBS-URL: https://build.opensuse.org/request/show/1118308
OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=117
This commit is contained in:
Axel Braun 2023-10-17 15:15:40 +00:00 committed by Git OBS Bridge
parent 0f8cf77dd0
commit f3ad05411a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 17 11:47:48 UTC 2023 - Daniel Garcia Moreno <daniel.garcia@suse.com>
- Remove %python3_install prefix and root options, that's included in
the macro by default.
-------------------------------------------------------------------
Sun Sep 24 19:20:07 UTC 2023 - Axel Braun <axel.braun@gmx.de>

View File

@ -135,7 +135,7 @@ done
%install
for i in h*; do
pushd $i
%python3_install --prefix=%_prefix --root=%buildroot
%python3_install
popd
done