From cb3d45c4124dba489ce98fb81d3b33bcc91a0329 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 15 Jul 2022 20:13:00 -0700 Subject: python3-pycups: Inherit setuptools3 instead of python_setuptools_build_meta Adds missing dependency on python3-picobuild-native Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/python') diff --git a/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb b/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb index 1508273009..67cd1a2277 100644 --- a/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb +++ b/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb @@ -16,4 +16,4 @@ DEPENDS += "cups" # See https://pypi.org/project/pycups/ for data SRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90" -inherit pypi python_setuptools_build_meta +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf