[packages/python-txzmq] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:33:45 CEST 2025
commit 55efaca06ce6d9eea2aa19e13d582bb76b124127
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:33:30 2025 +0200
Fix applying patches.
python-txzmq.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-txzmq.spec b/python-txzmq.spec
index 8879eda..5ad5857 100644
--- a/python-txzmq.spec
+++ b/python-txzmq.spec
@@ -55,7 +55,7 @@ loop (reactor).
%prep
%setup -q -n %{module}-%{version}
-%patch0 -p1
+%patch -P0 -p1
# getting this error with python-setuptools and python-distribute: http://stackoverflow.com/q/8295644
%{__sed} -i -e '/install_requires/d' setup.py
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-txzmq.git/commitdiff/55efaca06ce6d9eea2aa19e13d582bb76b124127
More information about the pld-cvs-commit
mailing list