pythonPackages.google-auth-oauthlib: fix python3 build (#60209)
This commit is contained in:
parent
827e954c54
commit
fc48e74127
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, isPy3k
|
||||||
, click
|
, click
|
||||||
, mock
|
, mock
|
||||||
, pytest
|
, pytest
|
||||||
@ -19,8 +20,8 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
click mock pytest futures
|
click mock pytest
|
||||||
];
|
] ++ lib.optionals (!isPy3k) [ futures ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
google_auth requests_oauthlib
|
google_auth requests_oauthlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user