[packages/python-sqlparse] - disable python3 here

qboosh qboosh at pld-linux.org
Sat Jan 30 09:44:17 CET 2021


commit ef357bbd35b3868818a50cfe12a5f94345284f0f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jan 30 09:44:34 2021 +0100

    - disable python3 here

 python-sqlparse.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-sqlparse.spec b/python-sqlparse.spec
index b9132f3..3130591 100644
--- a/python-sqlparse.spec
+++ b/python-sqlparse.spec
@@ -1,9 +1,10 @@
+# NOTE: for version >= 0.4.0 (for python 3.5+) see python3-sqlparse.spec
 #
 # Conditional build:
 %bcond_without	doc	# Sphinx documentation
 %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-sqlparse.spec)
 
 Summary:	Non-validating SQL parser
 Summary(pl.UTF-8):	Parser SQL bez kontroli poprawności
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-sqlparse.git/commitdiff/ef357bbd35b3868818a50cfe12a5f94345284f0f



More information about the pld-cvs-commit mailing list