]> git.pld-linux.org Git - packages/python-tornado.git/commitdiff
- disable python3 here
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Apr 2020 16:07:17 +0000 (18:07 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Apr 2020 16:07:17 +0000 (18:07 +0200)
python-tornado.spec

index 37984cf36b06d5461b281c522fee400f019ee341..12fe4b5ac0763b55ea8d2c7c0483a9f838c80f83 100644 (file)
@@ -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
This page took 0.083609 seconds and 4 git commands to generate.