From 80755af2a7b039941b10bf7ba8413291e4a31023 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 8 Mar 2022 16:32:04 +0000 Subject: python3-markdown: use setuptools_build_meta This project builds with setuptools_build_meta, so use that instead. (From OE-Core rev: 58f7a34a227e2c2fb2fec99066d14ca0c842e97d) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-markdown_3.3.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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 7b64da6d5b..a46a9ae066 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" -- cgit v1.2.3-54-g00ecf