argparse_manpage: add missing dependency

it was only added implicitly before
This commit is contained in:
Joachim Mairböck
2024-08-24 21:39:34 +02:00
parent 845dd09de5
commit 2c4d17266d

View File

@@ -53,12 +53,14 @@ for i in "${!PYTHON_VERSIONS[@]}"; do
eval "REQUIRES_$pythonPackage=\"
haiku
cmd:python$pythonVersion
tomli_$pythonPackage
\""
BUILD_REQUIRES+="
build_$pythonPackage
installer_$pythonPackage
setuptools_$pythonPackage
tomli_$pythonPackage # only needed for python < 3.11
wheel_$pythonPackage
"
BUILD_PREREQUIRES+="