summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-12-23 10:47:25 +0800
committerKhem Raj <raj.khem@gmail.com>2021-01-04 14:48:29 -0800
commit191add187cd72a30def1bb701058538b2a913e41 (patch)
tree40a9aef3f88f31b57bcd0001dbebc6e369a01dfc /meta-python/recipes-devtools/python/python3-astor_0.8.1.bb
parentd361fb7d3b6370b0d2528733527d75d622196b0c (diff)
downloadmeta-openembedded-191add187cd72a30def1bb701058538b2a913e41.tar.gz
python3-astor: switch to python3
As python2 reached end of life(EOL), so convert rtrip.py to python3. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astor_0.8.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-astor_0.8.1.bb4
1 files changed, 3 insertions, 1 deletions
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"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7"
6 6
7SRC_URI = "git://github.com/berkerpeksag/astor.git " 7SRC_URI = "git://github.com/berkerpeksag/astor.git \
8 file://0001-rtrip.py-convert-to-python3.patch \
9"
8SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" 10SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072"
9 11
10inherit setuptools3 12inherit setuptools3