From 26c41270ddc5ceb471f33f5446d8c6c706dd06e0 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 19 Jan 2022 13:13:12 +0800 Subject: python3-termcolor: inherit setuptools3 not distutils Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb b/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb index a8d5009..127287a 100644 --- a/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-termcolor_1.1.0.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=809e8749b63567978acfbd81d9f6a27d" SRC_URI[md5sum] = "043e89644f8909d462fbbfa511c768df" SRC_URI[sha256sum] = "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b" -inherit distutils3 pypi +inherit setuptools3 pypi DEPENDS += " \ python3-pip \ -- cgit v1.2.3-54-g00ecf