python3Packages.grpcio-testing: 1.62.2 -> 1.64.1
This commit is contained in:
@@ -10,14 +10,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "grpcio-testing";
|
||||
version = "1.62.2";
|
||||
version = "1.64.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-dNGeGQnpQbGmvvf71fnvMwWZ9nb7BrsGB8hFDtVVnfI=";
|
||||
pname = "grpcio_testing";
|
||||
inherit version;
|
||||
hash = "sha256-Nta9aurAzEg/iUlYE35Jz7uQ+syH4NMnHNuMGq7XEBw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -25,9 +26,13 @@ buildPythonPackage rec {
|
||||
--replace-fail '"grpcio>={version}".format(version=grpc_version.VERSION)' '"grpcio"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pythonRelaxDeps = [
|
||||
"protobuf"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
grpcio
|
||||
protobuf
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user