pythonPackages.grpcio-tools: split outputs to reduce runtime closure

protobuf propagates build-arch protobuf, and this prevents it from ending up in
the runtime closure.
This commit is contained in:
Ben Wolsieffer 2020-11-08 18:08:53 -05:00 committed by Frederik Rietdijk
parent 9518714926
commit 1e1560649c

View file

@ -9,6 +9,8 @@ buildPythonPackage rec {
sha256 = "af40774c0275f5465f49fd92bfcd9831b19b013de4cc77b8fb38aea76fa6dce3";
};
outputs = [ "out" "dev" ];
enableParallelBuilding = true;
propagatedBuildInputs = [ protobuf grpcio setuptools ];