diff --git a/u-boot.changes b/u-boot.changes index 9cd632b..0e45b5b 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 9 19:41:12 UTC 2020 - Matwey Kornilov + +- Use python3 for pyelftools + ------------------------------------------------------------------- Tue Jun 2 06:54:36 UTC 2020 - Matthias Brugger diff --git a/u-boot.spec b/u-boot.spec index d08dc51..6d44a43 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -287,7 +287,7 @@ BuildRequires: arm-trusted-firmware-sun50ih6 %if %{with uboot_atf} %if "%{name}" == "u-boot-rock64-rk3328" || "%{name}" == "u-boot-evb-rk3399" || "%{name}" == "u-boot-firefly-rk3399" || "%{name}" == "u-boot-rock960-rk3399" || "${name}" == "u-boot-rock-pi-4-rk3399" # make_fit_atf.py -BuildRequires: python-pyelftools +BuildRequires: python3-pyelftools %endif %endif %if "%{name}" == "u-boot-qemu-ppce500"