[packages/python-assertpy] - don't build python2 module by default

qboosh qboosh at pld-linux.org
Tue Jan 27 21:35:21 CET 2026


commit 04eaf5657233acb0bc93d5c223a4275e134a3f75
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 27 21:35:23 2026 +0100

    - don't build python2 module by default

 python-assertpy.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-assertpy.spec b/python-assertpy.spec
index 10ae22e..fd9c5e2 100644
--- a/python-assertpy.spec
+++ b/python-assertpy.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without	python2 # CPython 2.x module
+%bcond_with	python2 # CPython 2.x module
 %bcond_without	python3 # CPython 3.x module
 
 Summary:	Simple assertion library for unit testing in python with a fluent API
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-assertpy.git/commitdiff/04eaf5657233acb0bc93d5c223a4275e134a3f75



More information about the pld-cvs-commit mailing list