From 9129af6dc421455c0253be313bf5781b913dc5fd Mon Sep 17 00:00:00 2001 From: Mariano Lopez Date: Thu, 2 Jun 2016 13:09:58 +0000 Subject: testexport.bbclass: Update to use python3 Remove deprecated attributes in order to use python3. runexported was changed to use python3. [YOCTO #9702] Signed-off-by: Mariano Lopez Signed-off-by: Richard Purdie --- meta/lib/oeqa/runexported.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/lib') diff --git a/meta/lib/oeqa/runexported.py b/meta/lib/oeqa/runexported.py index 52c1171a3a..f1366a63d3 100755 --- a/meta/lib/oeqa/runexported.py +++ b/meta/lib/oeqa/runexported.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) 2013 Intel Corporation -- cgit 1.2.3-korg