Skip to content
Commit 876e1b34 authored by Romain Naour's avatar Romain Naour Committed by Peter Korsgaard
Browse files

package/optee-test: add upstream patch to work with python 3.x



Fixes:
TypeError: cannot use a str to initialize an array with typecode 'B'
  File "../../scripts/file_to_c.py", line 32, in main
    for x in array.array("B", inf.read()):
    for x in array.array("B", inf.read()):
TypeError: cannot use a str to initialize an array with typecode 'B'
TypeError: cannot use a str to initialize an array with typecode 'B'

Signed-off-by: default avatarRomain Naour <romain.naour@smile.fr>
[Peter: reword commit message]
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 9f16ddcd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment