volume-key: disable python bindings

No longer compatible with python 3.12; there hasn't been a release since 2018:
https://pagure.io/volume_key/releases

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin 2023-12-31 13:23:08 +01:00 committed by Khem Raj
parent b46ee0ca65
commit 3cca2ec514
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -27,7 +27,7 @@ DEPENDS += " \
swig-native \
"
PACKAGECONFIG ??= "python3"
PACKAGECONFIG ??= ""
PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3"
EXTRA_OECONF = "--without-python"