[packages/python-grpcio] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:28:28 CEST 2025
commit 0f5e30ef315ae13d2ea05619046179e44c7dd8bd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:28:12 2025 +0200
Fix applying patches.
python-grpcio.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-grpcio.spec b/python-grpcio.spec
index 249f4d9..c5b3389 100644
--- a/python-grpcio.spec
+++ b/python-grpcio.spec
@@ -66,11 +66,11 @@ Dokumentacja API biblioteki Pythona gRPC.
%prep
%setup -q -n grpc-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
export GRPC_PYTHON_BUILD_SYSTEM_ABSL=1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-grpcio.git/commitdiff/0f5e30ef315ae13d2ea05619046179e44c7dd8bd
More information about the pld-cvs-commit
mailing list