summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme/gpgme_1.16.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-01-11 11:01:16 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-12 21:05:28 +0000
commit4ca72e4e04841571ee42a838ec14f6b519c54c1e (patch)
treeedd46000af8f81ca3019755f17fcb6e2755430e8 /meta/recipes-support/gpgme/gpgme_1.16.0.bb
parent61b987edbbcdd85cf6dac4b83c16b03332e412de (diff)
downloadopenembedded-core-contrib-4ca72e4e04841571ee42a838ec14f6b519c54c1e.tar.gz
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 <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gpgme/gpgme_1.16.0.bb')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.16.0.bb2
1 files changed, 1 insertions, 1 deletions
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'