Merge pull request #97916 from marsam/fix-python-grpcio-build

pythonPackages.grpcio: fix build
This commit is contained in:
Mario Rodas 2020-09-13 18:40:12 -05:00 committed by GitHub
commit 687ae42f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ buildPythonPackage rec {
preBuild = stdenv.lib.optionalString stdenv.isDarwin "unset AR";
GRPC_BUILD_WITH_BORING_SSL_ASM = "";
GRPC_PYTHON_BUILD_SYSTEM_OPENSSL = 1;
GRPC_PYTHON_BUILD_SYSTEM_ZLIB = 1;
GRPC_PYTHON_BUILD_SYSTEM_CARES = 1;