From: Alexander Kanavin Date: Fri, 15 Dec 2023 07:52:05 +0000 (+0100) Subject: python3-setuptools-rust: remove distutils dependency X-Git-Tag: uninative-4.4~696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca452dd6b1b6799cf70dac93f7fac0746d8c43bc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-setuptools-rust: remove distutils dependency As allowed by https://github.com/PyO3/setuptools-rust/pull/336 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb index a91ee23ca0c..13817cb3150 100644 --- a/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb @@ -22,7 +22,6 @@ DEPENDS += "python3-setuptools-scm-native python3-wheel-native" DEPENDS += "python3-semantic-version-native" RDEPENDS:${PN} += " \ - python3-distutils \ python3-json \ python3-semantic-version \ python3-setuptools \