FS#78959 - testssl.sh has unnecessary makedepends on perl (minor)
Attached to Project:
Arch Linux
Opened by Gene (GeneC) - Monday, 03 July 2023, 12:59 GMT
Last edited by Christian Heusel (gromit) - Monday, 03 July 2023, 14:11 GMT
Opened by Gene (GeneC) - Monday, 03 July 2023, 12:59 GMT
Last edited by Christian Heusel (gromit) - Monday, 03 July 2023, 14:11 GMT
|
Details
Description:
Minor thing. PKGBUILD should use : makedepends=() whereas it has unnecessary deps on perl packages. Version: 3.0.8-2 |
This task depends upon
Closed by Christian Heusel (gromit)
Monday, 03 July 2023, 14:11 GMT
Reason for closing: Not a bug
Additional comments about closing: perl would be needed if tests are turned back on.
Monday, 03 July 2023, 14:11 GMT
Reason for closing: Not a bug
Additional comments about closing: perl would be needed if tests are turned back on.
This one works I believe
sed -i -e s'#TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}"#TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-"/usr/share/testssl.sh"}"#' testssl.sh
So leaving the perl deps for when the tests may be turned back on is fine.
I'll close this one out.