python3Packages.aws-adfs: add missing requests-kerberos dependency
This commit is contained in:
parent
9e323fbc2a
commit
acddd86254
@ -1,6 +1,6 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, pytest, pytestrunner, pytestcov, mock, glibcLocales, lxml, boto3
|
, pytest, pytestrunner, pytestcov, mock, glibcLocales, lxml, boto3
|
||||||
, requests, click, configparser, fido2, isPy27 }:
|
, requests, requests-kerberos, click, configparser, fido2, isPy27 }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aws-adfs";
|
pname = "aws-adfs";
|
||||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
|
||||||
checkInputs = [ glibcLocales pytest pytestrunner pytestcov mock ];
|
checkInputs = [ glibcLocales pytest pytestrunner pytestcov mock ];
|
||||||
propagatedBuildInputs = [ lxml boto3 requests click configparser fido2 ];
|
propagatedBuildInputs = [ lxml boto3 requests requests-kerberos click configparser fido2 ];
|
||||||
|
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user