python3Packages.atlassian-python-api: fix tests
This commit is contained in:
parent
86eeb2bf88
commit
0f1cd9c7e3
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
, isPy3k
|
||||
, certifi
|
||||
, chardet
|
||||
, deprecated
|
||||
, idna
|
||||
, oauthlib
|
||||
, requests
|
||||
|
@ -25,7 +26,7 @@ buildPythonPackage rec {
|
|||
|
||||
checkInputs = [ pytestrunner pytest ];
|
||||
|
||||
propagatedBuildInputs = [ oauthlib requests requests_oauthlib six ];
|
||||
propagatedBuildInputs = [ deprecated oauthlib requests requests_oauthlib six ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python Atlassian REST API Wrapper";
|
||||
|
|
Loading…
Reference in a new issue