mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python3Packages.google-auth: fix deps version bounds
This commit is contained in:
parent
35a6aa11a0
commit
c4f7e3a450
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ buildPythonPackage rec {
|
|||
sha256 = "d83570a664c10b97a1dc6f8df87e5fdfff012f48f62be131e449c20dfc32630e";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "cachetools>=2.0.0,<5.0" "cachetools"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cachetools
|
||||
pyasn1-modules
|
||||
|
|
Loading…
Reference in a new issue