From 604bba13fdb99e2dda602e0d989da1f3b79cecfb Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 1 Mar 2022 12:33:51 -0800 Subject: python3-rsa: inherit poetry_core Use PEP-517 build-backend instead of setuptools3. Signed-off-by: Tim Orling Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-rsa_4.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.8.bb b/meta-python/recipes-devtools/python/python3-rsa_4.8.bb index d0a18f92e5..7e572a933d 100644 --- a/meta-python/recipes-devtools/python/python3-rsa_4.8.bb +++ b/meta-python/recipes-devtools/python/python3-rsa_4.8.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" SRC_URI[sha256sum] = "5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17" -inherit pypi setuptools3 update-alternatives +inherit pypi poetry_core update-alternatives ALTERNATIVE:${PN} = "\ pyrsa-decrypt \ -- cgit v1.2.3-54-g00ecf