This allows building the package without necessarily installing it into the rootfs.
Signed-off-by: Leonard Göhrs <[email protected]> --- rules/python3-pyasn1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/python3-pyasn1.in b/rules/python3-pyasn1.in index a28e4e355..4b8cd8d0c 100644 --- a/rules/python3-pyasn1.in +++ b/rules/python3-pyasn1.in @@ -1,7 +1,7 @@ ## SECTION=python3 config PYTHON3_PYASN1 - bool + tristate prompt "pyasn1" select PYTHON3 select HOST_PYTHON3_SETUPTOOLS -- 2.47.3
