mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
python312Packages.grpcio-tools: 1.64.1 -> 1.65.1 (#329757)
This commit is contained in:
commit
0f67d73815
@ -9,20 +9,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "grpcio-tools";
|
||||
version = "1.64.1";
|
||||
format = "setuptools";
|
||||
version = "1.65.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "grpcio_tools";
|
||||
inherit version;
|
||||
hash = "sha256-crNVC5GtuDVGVuzw9tHUYRKZBEuuEfsefMHRu2a4wes=";
|
||||
hash = "sha256-JM/+i8kPuCN/C88kC9bHAwQlX+J7adsyYBSZoEP4cb4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace 'protobuf>=4.21.6,<5.0dev' 'protobuf'
|
||||
'';
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
@ -30,7 +25,14 @@ buildPythonPackage rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"protobuf"
|
||||
"grpcio"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
protobuf
|
||||
grpcio
|
||||
setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user