python3-pycups: Inherit setuptools_build_meta

Gets the wheel dependencies sorted during build
Fixes
| error: invalid command 'bdist_wheel'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Khem Raj 2022-02-26 23:10:11 -08:00
parent 0d1f1fff47
commit 9e5961c059

View File

@ -16,4 +16,4 @@ DEPENDS += "cups"
# See https://pypi.org/project/pycups/ for data
SRC_URI[sha256sum] = "57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90"
inherit pypi setuptools3
inherit pypi setuptools_build_meta