[packages/python3] - working way

arekm arekm at pld-linux.org
Wed Dec 28 22:07:27 CET 2016


commit 1d254e46f1c484e3d87a661d7bd82ff7eb728c81
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Dec 28 22:07:21 2016 +0100

    - working way

 python3.spec | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index d1875f3..ec646e7 100644
--- a/python3.spec
+++ b/python3.spec
@@ -15,12 +15,10 @@
 #   test_site: fails because our site.py is patched to include both /usr/share/... and /usr/lib...
 #   test_gdb: fails, as the gdb uses old python version
 #   test_time: test_AsTimeval (test.test_time.TestCPyTime), rounding error
-%define		broken_tests	test_nntplib \
 %ifarch x32
-				test_time \
+%define		broken_tests_x32	test_time
 %endif
-				test_gdb \
-				test_site
+%define		broken_tests	test_nntplib test_gdb test_site %{?broken_tests_x32}
 
 %define py_ver		3.6
 %define py_abi		%{py_ver}m
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/1d254e46f1c484e3d87a661d7bd82ff7eb728c81



More information about the pld-cvs-commit mailing list