[packages/python-pytest] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:32:05 CEST 2025
commit 3a75658dbc5656beb9898c7daa8cd0985c96e0ea
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:31:49 2025 +0200
Fix applying patches.
python-pytest.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-pytest.spec b/python-pytest.spec
index ba727a6..5a45648 100644
--- a/python-pytest.spec
+++ b/python-pytest.spec
@@ -141,7 +141,7 @@ Dokumentacja pakietu Pythona py.test.
%prep
%setup -q -n %{module}-%{version}
-%patch0 -p1
+%patch -P0 -p1
%build
export PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pytest.git/commitdiff/3a75658dbc5656beb9898c7daa8cd0985c96e0ea
More information about the pld-cvs-commit
mailing list