Don't install csrgen extra dependencies

See: https://pagure.io/freeipa/issue/8669
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Christian Heimes
2021-01-21 14:39:53 +01:00
committed by Rob Crittenden
parent 1478db8948
commit de35102115

View File

@@ -13,7 +13,7 @@ changedir={envdir}
setenv=
HOME={envtmpdir}
deps=
ipaclient[csrgen]
ipaclient
ipatests
commands=
{envbindir}/ipa --help
@@ -22,7 +22,7 @@ commands=
[testenv:pylint3]
basepython=python3
deps=
ipaclient[csrgen,otptoken_yubikey,ldap]
ipaclient[otptoken_yubikey,ldap]
pylint
commands=
{envpython} -m pylint \