diff mbox series

[1/2] package/apitrace: needs host-python3

Message ID 20191214113817.1017079-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/2] package/apitrace: needs host-python3 | expand

Commit Message

Fabrice Fontaine Dec. 14, 2019, 11:38 a.m. UTC
apitrace needs host-python3 since version 9.0 and
https://github.com/apitrace/apitrace/commit/78078e9025efa898f6e5402e306abdd205c7b2c0

Fixes:
 - http://autobuild.buildroot.org/results/5f27556ccc9daec578fe1bf2ed516ca9921ed474

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/apitrace/apitrace.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Dec. 16, 2019, 9:46 p.m. UTC | #1
On Sat, 14 Dec 2019 12:38:16 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> apitrace needs host-python3 since version 9.0 and
> https://github.com/apitrace/apitrace/commit/78078e9025efa898f6e5402e306abdd205c7b2c0

This commit is just updating their CI to force using Python 3.x, it's
not the commit that makes apitrace require Python 3.x. The actual commit is:

  https://github.com/apitrace/apitrace/commit/0b8b019952f2668a5e8786cc2d331062b958f02e

I've updated the commit log accordingly, and applied. Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/apitrace/apitrace.mk b/package/apitrace/apitrace.mk
index f9886d33c1..e6f8a2b1c5 100644
--- a/package/apitrace/apitrace.mk
+++ b/package/apitrace/apitrace.mk
@@ -9,7 +9,7 @@  APITRACE_SITE = $(call github,apitrace,apitrace,$(APITRACE_VERSION))
 APITRACE_LICENSE = MIT
 APITRACE_LICENSE_FILES = LICENSE
 
-APITRACE_DEPENDENCIES = host-python libpng
+APITRACE_DEPENDENCIES = host-python3 libpng
 
 ifeq ($(BR2_PACKAGE_XORG7),y)
 APITRACE_DEPENDENCIES += xlib_libX11