[packages/python-requests] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:32:37 CEST 2025
commit a1c0197d692577f2fa281250202b9df5b9c34286
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:32:21 2025 +0200
Fix applying patches.
python-requests.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-requests.spec b/python-requests.spec
index ccf72ed..82a8703 100644
--- a/python-requests.spec
+++ b/python-requests.spec
@@ -132,9 +132,9 @@ Ten pakiet zawiera moduł dla Pythona 3.x.
%prep
%setup -q -n %{module}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%if %{with python2}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-requests.git/commitdiff/a1c0197d692577f2fa281250202b9df5b9c34286
More information about the pld-cvs-commit
mailing list