mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
argparse_manpage: add missing dependency
it was only added implicitly before
This commit is contained in:
@@ -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+="
|
||||
|
||||
Reference in New Issue
Block a user