[packages/seabios] - use python3

hawk hawk at pld-linux.org
Thu Jul 20 19:17:54 CEST 2023


commit ff23be32e25f163936e8a60fcc149e2475c2252d
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Thu Jul 20 18:52:59 2023 +0200

    - use python3

 seabios.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/seabios.spec b/seabios.spec
index 2a773f2..5aa5072 100644
--- a/seabios.spec
+++ b/seabios.spec
@@ -14,7 +14,7 @@ BuildRequires:	acpica
 BuildRequires:	crossx8664-binutils
 BuildRequires:	crossx8664-gcc
 %endif
-BuildRequires:	python
+BuildRequires:	python3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_enable_debug_packages	0
@@ -38,7 +38,7 @@ SeaBIOS to domyślny BIOS dla narzędzi QEMU, KVM i Xen HVM.
 
 %build
 %{__make} \
-	V=1 \
+	V=1 PYTHON=%{__python3} \
 %ifnarch %{ix86} %{x8664} x32
 	CROSS_PREFIX=x86_64-pld-linux
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/seabios.git/commitdiff/ff23be32e25f163936e8a60fcc149e2475c2252d



More information about the pld-cvs-commit mailing list