Skip to content

Commit

Permalink
python3Packages.requests-http-signature: fix error in tests (#120987)
Browse files Browse the repository at this point in the history
  • Loading branch information
critbase committed May 12, 2021
1 parent 03521ca commit acd49fa
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, requests
, cryptography
, python
}:

Expand All @@ -17,7 +18,7 @@ buildPythonPackage rec {
sha256 = "0y96wsbci296m1rcxx0ybx8r44rdvyb59p1jl27p7rgz7isr3kx1";
};

propagatedBuildInputs = [ requests ];
propagatedBuildInputs = [ requests cryptography ];

checkPhase = ''
${python.interpreter} test/test.py
Expand Down

0 comments on commit acd49fa

Please sign in to comment.