From 0adc4c38fc718267f438656ff4d1e35c41338728 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Tue, 18 Feb 2020 15:43:54 +0800 Subject: hook_support.py: convert to python3 python2 has been removed from oe-core, convert the scripts to python3 to avoid runtime error like: /usr/bin/env: 'python': No such file or directory' Signed-off-by: Changqing Li Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt/hook_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/libvirt/libvirt/hook_support.py b/recipes-extended/libvirt/libvirt/hook_support.py index c3eb8b3a..7c5e2a94 100755 --- a/recipes-extended/libvirt/libvirt/hook_support.py +++ b/recipes-extended/libvirt/libvirt/hook_support.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (C) 2014 Wind River Systems, Inc. # -- cgit v1.2.3-54-g00ecf