From 1379813bc87c4207e5f965373d798179a90429a2 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 19 Jan 2022 13:12:03 +0800 Subject: python3-fixtures: inherit setuptools3 not distutils Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb index 6cd0d81..a933531 100644 --- a/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-fixtures_3.0.0.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226" SRC_URI[md5sum] = "cd6345b497a62fad739efee66346c2e0" SRC_URI[sha256sum] = "fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef" -inherit distutils3 pypi +inherit setuptools3 pypi DISTUTILS_INSTALL_ARGS = "--root=${D} \ --prefix=${prefix} \ -- cgit v1.2.3-54-g00ecf