From: Tim Orling Date: Tue, 11 Jan 2022 19:01:16 +0000 (-0800) Subject: gpgme: inherit setuptools-base not distuils X-Git-Tag: uninative-3.5~284 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4ca72e4e04841571ee42a838ec14f6b519c54c1e;p=openembedded-core.git gpgme: inherit setuptools-base not distuils What was distutils-common-base has been merged into setuptools3-base, since we no longer need to support python2 and python3. [YOCTO #14610] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gpgme/gpgme_1.16.0.bb b/meta/recipes-support/gpgme/gpgme_1.16.0.bb index 0ab30d93b9..d31e1b3132 100644 --- a/meta/recipes-support/gpgme/gpgme_1.16.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.16.0.bb @@ -59,7 +59,7 @@ EXTRA_OECONF += '--enable-languages="${LANGUAGES}" \ --disable-lang-python-test \ ' -inherit autotools texinfo binconfig-disabled pkgconfig distutils-common-base ${PYTHON_INHERIT} multilib_header +inherit autotools texinfo binconfig-disabled pkgconfig setuptools3-base ${PYTHON_INHERIT} multilib_header export PKG_CONFIG='pkg-config'