]> git.pld-linux.org Git - packages/seabios.git/commitdiff
- use python3
authorMarcin Krol <hawk@tld-linux.org>
Thu, 20 Jul 2023 16:52:59 +0000 (18:52 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 20 Jul 2023 16:52:59 +0000 (18:52 +0200)
seabios.spec

index 2a773f22240ae3b911fe0ea4eff8de6ad5b03453..5aa5072dcbdcf44af7198394d10c20b3178483ea 100644 (file)
@@ -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
This page took 0.069245 seconds and 4 git commands to generate.