From: Ross Burton Date: Tue, 8 Mar 2022 16:32:04 +0000 (+0000) Subject: python3-markdown: use setuptools_build_meta X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4885 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f7a34a227e2c2fb2fec99066d14ca0c842e97d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-markdown: use setuptools_build_meta This project builds with setuptools_build_meta, so use that instead. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-markdown_3.3.6.bb b/meta/recipes-devtools/python/python3-markdown_3.3.6.bb index 7b64da6d5ba..a46a9ae0667 100644 --- a/meta/recipes-devtools/python/python3-markdown_3.3.6.bb +++ b/meta/recipes-devtools/python/python3-markdown_3.3.6.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://python-markdown.github.io/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=745aaad0c69c60039e638bff9ffc59ed" -inherit pypi setuptools3 +inherit pypi setuptools_build_meta PYPI_PACKAGE = "Markdown" SRC_URI[sha256sum] = "76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006"