pythonPackages.grpcio-tools: add setuptools dependency (#98157)
This commit is contained in:
parent
3c6ed1a798
commit
19f22514cb
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, protobuf, grpcio }:
|
{ stdenv, buildPythonPackage, fetchPypi, protobuf, grpcio, setuptools }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "grpcio-tools";
|
pname = "grpcio-tools";
|
||||||
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
propagatedBuildInputs = [ protobuf grpcio ];
|
propagatedBuildInputs = [ protobuf grpcio setuptools ];
|
||||||
|
|
||||||
# no tests in the package
|
# no tests in the package
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user