sphinxcontrib_jquery, fix requirements (#8788)

This commit is contained in:
Schrijvers Luc
2023-06-04 07:39:33 +02:00
committed by GitHub
parent cbebf4f44f
commit 813c8423d9

View File

@@ -36,7 +36,7 @@ for i in "${!PYTHON_PACKAGES[@]}"; do
\""
eval "REQUIRES_$pythonPackage=\"
haiku
sphinx$pythonPackage
sphinx_$pythonPackage
cmd:python$pythonVersion
\""
BUILD_REQUIRES+="
@@ -50,7 +50,7 @@ for i in "${!PYTHON_PACKAGES[@]}"; do
done
TEST_REQUIRES="
sphinx_$defaultTestVersion
snowballstemmer_$defaultTestVersion
sphinxcontrib_jquery_$defaultTestVersion
cmd:pytest
"