Merge pull request #200026 from SuperSandro2000/tensorboard-google-auth

Closes https://github.com/NixOS/nixpkgs/issues/199938
This commit is contained in:
Sandro 2022-11-07 20:30:50 +01:00 committed by GitHub
commit 52f9de5b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ buildPythonPackage rec {
pushd unpacked/tensorboard-${version}
substituteInPlace tensorboard-${version}.dist-info/METADATA \
--replace "google-auth-oauthlib (<0.5,>=0.4.1)" "google-auth-oauthlib (<0.6,>=0.4.1)" \
--replace "google-auth-oauthlib (<0.5,>=0.4.1)" "google-auth-oauthlib (<1.0,>=0.4.1)" \
--replace "protobuf (<3.20,>=3.9.2)" "protobuf (>=3.9.2)"
popd