python3Packages.alerta: add missing dependency
This commit is contained in:
parent
004676ce9c
commit
c0b1d136c5
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi
|
{ stdenv, buildPythonPackage, fetchPypi
|
||||||
, six, click, requests, pytz, tabulate, pythonOlder
|
, six, click, requests, requests-hawk, pytz, tabulate, pythonOlder
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "49e0862c756d644e9349f5040dd59d135cd871ffeaea5fc288eb3a2e818cf61a";
|
sha256 = "49e0862c756d644e9349f5040dd59d135cd871ffeaea5fc288eb3a2e818cf61a";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six click requests pytz tabulate ];
|
propagatedBuildInputs = [ six click requests requests-hawk pytz tabulate ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user