From 191add187cd72a30def1bb701058538b2a913e41 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Wed, 23 Dec 2020 10:47:25 +0800 Subject: python3-astor: switch to python3 As python2 reached end of life(EOL), so convert rtrip.py to python3. Signed-off-by: Mingli Yu Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-astor_0.8.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-astor_0.8.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb index 125a0236ec..5048e5bec9 100644 --- a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb @@ -4,7 +4,9 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7" -SRC_URI = "git://github.com/berkerpeksag/astor.git " +SRC_URI = "git://github.com/berkerpeksag/astor.git \ + file://0001-rtrip.py-convert-to-python3.patch \ +" SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" inherit setuptools3 -- cgit 1.2.3-korg