[packages/python-tornado] - disable python3 here
    qboosh 
    qboosh at pld-linux.org
       
    Tue Apr  7 18:07:17 CEST 2020
    
    
  
commit e481b9f1c6eac61d46385f4417d3279228df2ac0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Apr 7 18:07:17 2020 +0200
    - disable python3 here
 python-tornado.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-tornado.spec b/python-tornado.spec
index 37984cf..12fe4b5 100644
--- a/python-tornado.spec
+++ b/python-tornado.spec
@@ -1,14 +1,16 @@
+# NOTE: for versions >= 6 (for python 3.5+) see python3-tornado.spec
 #
 # Conditional build:
 %bcond_without	doc	# Sphinx documentation
 %bcond_with	tests	# tornado tests [use network]
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module
 
 %define		module	tornado
 Summary:	Web framework and asynchronous networking library
 Summary(pl.UTF-8):	Szkielet WWW i asynchroniczna biblioteka sieciowa
 Name:		python-%{module}
+# keep 5.x here for python2 support
 Version:	5.1.1
 Release:	2
 License:	Apache v2.0
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-tornado.git/commitdiff/e481b9f1c6eac61d46385f4417d3279228df2ac0
    
    
More information about the pld-cvs-commit
mailing list