diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-01-20 20:17:50 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
commit | e6ced573087a6416ec50dce4cf281758be9a2d4c (patch) | |
tree | ea0b161d5de77d03572e76e6e6b9e3482cad8d61 /meta-python/recipes-devtools/python/python-yappi.inc | |
parent | 1ae31787167240729a78a442a378ef354583c012 (diff) | |
download | meta-openembedded-e6ced573087a6416ec50dce4cf281758be9a2d4c.tar.gz |
meta-python: update recipes to use python3 classes
Update recipes to use python3 classes instead of deprecated python2
variants.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-yappi.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-yappi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-yappi.inc b/meta-python/recipes-devtools/python/python-yappi.inc index 54d4087427..b3718d7d18 100644 --- a/meta-python/recipes-devtools/python/python-yappi.inc +++ b/meta-python/recipes-devtools/python/python-yappi.inc | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9a193c13f346884e597acdcac7fe9ac8" | |||
7 | SRC_URI[md5sum] = "a545101aa8a435b0780f06f4723f58c8" | 7 | SRC_URI[md5sum] = "a545101aa8a435b0780f06f4723f58c8" |
8 | SRC_URI[sha256sum] = "7f814131515d51db62b1a3468bcb84de30499124752806a5a6e11caf0b4344bf" | 8 | SRC_URI[sha256sum] = "7f814131515d51db62b1a3468bcb84de30499124752806a5a6e11caf0b4344bf" |
9 | 9 | ||
10 | inherit pypi setuptools | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS_${PN} += "\ |
13 | ${PYTHON_PN}-datetime \ | 13 | ${PYTHON_PN}-datetime \ |