[projects/template-specs] Python3 for zipfile
arekm
arekm at pld-linux.org
Sat Feb 8 19:56:31 CET 2025
commit 7624a527e93908be7c7d64b243d1bea045389c70
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Feb 8 19:39:30 2025 +0100
Python3 for zipfile
python3.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python3.spec b/python3.spec
index 7922802..300ebf2 100644
--- a/python3.spec
+++ b/python3.spec
@@ -84,7 +84,7 @@ PYTEST_PLUGINS= \
%py3_build_pyproject
%if %{with tests}
-%{__python} -m zipfile -e build-3/*.whl build-3-test
+%{__python3} -m zipfile -e build-3/*.whl build-3-test
# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
PYTEST_PLUGINS= \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/template-specs.git/commitdiff/7624a527e93908be7c7d64b243d1bea045389c70
More information about the pld-cvs-commit
mailing list