python3-greenlet: remove redundant distutils3 inherit

Message ID 20220114132638.3988923-1-ross.burton@arm.com
State New
Headers show
Series python3-greenlet: remove redundant distutils3 inherit | expand

Commit Message

Ross Burton Jan. 14, 2022, 1:26 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb b/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb
index 07c1436bfa..4a5b1d2c8b 100644
--- a/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-greenlet_1.1.2.bb
@@ -6,4 +6,4 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \
 
 SRC_URI[sha256sum] = "e30f5ea4ae2346e62cedde8794a56858a67b878dd79f7df76a0767e356b1744a"
 
-inherit pypi distutils3 setuptools3
+inherit pypi setuptools3