From 4ba9793d0226a655f3124e8b144299b32feb60cc Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Tue, 27 Oct 2020 19:10:29 +0800 Subject: [PATCH] spec: remove useless BuildRequire python2 The build of the edk2 don't need python2 anymore, so remote it. Signed-off-by: AlexChen --- edk2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edk2.spec b/edk2.spec index a8f4996..cb2ce0d 100644 --- a/edk2.spec +++ b/edk2.spec @@ -26,7 +26,7 @@ Patch0011: 0011-ArmVirtPkg-ArmVirtQemu-enable-the-DXE-phase-TPM2-sup.patch Patch0012: 0012-ArmVirtPkg-ArmVirtQemu-enable-the-TPM2-configuration.patch Patch0013: 0013-ArmVirtPkg-ArmVirtQemu-enable-TPM2-based-measured-bo.patch -BuildRequires: acpica-tools gcc gcc-c++ libuuid-devel python3 bc nasm python2 +BuildRequires: acpica-tools gcc gcc-c++ libuuid-devel python3 bc nasm %description EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications. -- Gitee