aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-07-15 20:13:00 -0700
committerKhem Raj <raj.khem@gmail.com>2022-07-15 20:15:08 -0700
commitcb3d45c4124dba489ce98fb81d3b33bcc91a0329 (patch)
tree241833fca92e91e9c49b7fea985cf90ae280f15f
parent615624ab5769025cca1ec19b88dc0521c51d914e (diff)
downloadmeta-openembedded-contrib-cb3d45c4124dba489ce98fb81d3b33bcc91a0329.tar.gz
python3-pycups: Inherit setuptools3 instead of python_setuptools_build_meta
Adds missing dependency on python3-picobuild-native Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb2
1 files changed, 1 insertions, 1 deletions
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