mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
testexport.bbclass: Update to use python3
Remove deprecated attributes in order to use python3. runexported was changed to use python3. [YOCTO #9702] (From OE-Core rev: 9129af6dc421455c0253be313bf5781b913dc5fd) Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1a2a69e042
commit
91a7f54e08
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
|
||||
# Copyright (C) 2013 Intel Corporation
|
||||
|
||||
Reference in New Issue
Block a user