From e1014d41ef459af807f95cb7ff9105f077bc6daa Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 26 Jan 2022 09:20:26 -0800 Subject: [PATCH] rpi-gpio: Replace setuptool3 instead of distutils3 Signed-off-by: Khem Raj --- recipes-devtools/python/rpi-gpio_0.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/rpi-gpio_0.7.0.bb b/recipes-devtools/python/rpi-gpio_0.7.0.bb index 8b13d53..574021e 100644 --- a/recipes-devtools/python/rpi-gpio_0.7.0.bb +++ b/recipes-devtools/python/rpi-gpio_0.7.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=9b95630a648966b142f1a0dcea001cb7" PYPI_PACKAGE = "RPi.GPIO" -inherit pypi distutils3 +inherit pypi setuptools3 SRC_URI += "file://0001-Remove-nested-functions.patch" SRC_URI[md5sum] = "777617f9dea9a1680f9af43db0cf150e"