pythonPackages.aws-adfs: add import check
This commit is contained in:
parent
1e489c8935
commit
28bfe6a36a
@ -26,6 +26,8 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ glibcLocales pytest pytestrunner pytestcov mock ];
|
checkInputs = [ glibcLocales pytest pytestrunner pytestcov mock ];
|
||||||
propagatedBuildInputs = [ botocore lxml requests requests-kerberos click configparser fido2 ];
|
propagatedBuildInputs = [ botocore lxml requests requests-kerberos click configparser fido2 ];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "aws_adfs" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command line tool to ease aws cli authentication against ADFS";
|
description = "Command line tool to ease aws cli authentication against ADFS";
|
||||||
homepage = "https://github.com/venth/aws-adfs";
|
homepage = "https://github.com/venth/aws-adfs";
|
||||||
|
Loading…
Reference in New Issue
Block a user