[packages/python-blockdiag] - disable python3 here

qboosh qboosh at pld-linux.org
Sat Feb 6 17:42:19 CET 2021


commit 0348827b0977612f72ef69791eb37731794ecccf
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Feb 6 17:42:46 2021 +0100

    - disable python3 here

 python-blockdiag.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-blockdiag.spec b/python-blockdiag.spec
index 7d43b60..a1a95fb 100644
--- a/python-blockdiag.spec
+++ b/python-blockdiag.spec
@@ -1,8 +1,9 @@
+# NOTE: for versions >= 2.0.0 (for python 3.5+) see python3-blockdiag.spec
 #
 # Conditional build:
 %bcond_without	tests	# unit tests
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-blockdiag.spec)
 
 %define 	module	blockdiag
 Summary:	Blockdiag generate block-diagram image file from spec-text file
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-blockdiag.git/commitdiff/0348827b0977612f72ef69791eb37731794ecccf



More information about the pld-cvs-commit mailing list