From e6ced573087a6416ec50dce4cf281758be9a2d4c Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Mon, 20 Jan 2020 20:17:50 +0000 Subject: meta-python: update recipes to use python3 classes Update recipes to use python3 classes instead of deprecated python2 variants. Signed-off-by: Andrey Zhizhikin Signed-off-by: Khem Raj --- meta-python/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-connectivity/telepathy') diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb b/meta-python/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb index b7aea24a79..2e8da0805d 100644 --- a/meta-python/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb +++ b/meta-python/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb @@ -14,7 +14,7 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz PR = "r6" -inherit autotools pythonnative +inherit autotools python3native SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376" -- cgit v1.2.3-54-g00ecf