]> git.pld-linux.org Git - packages/python-gunicorn.git/commitdiff
- disable python3 here master
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Feb 2021 07:06:38 +0000 (08:06 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Feb 2021 07:06:38 +0000 (08:06 +0100)
python-gunicorn.spec

index 2a20f40608463ba3cb6c192e4a079015e1988fb2..62ca421dbf1e25c329f1bba858c1c32a8c4c1990 100644 (file)
@@ -1,7 +1,8 @@
+# NOTE: for versions >= 20 (for python 3.5+) see python3-gunicorn.spec
 #
 # Conditional build:
 %bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with    python3 # CPython 3.x module (built from python3-gunicorn.spec)
 %bcond_without tests   # unit tests
 
 %define        module gunicorn
This page took 0.030611 seconds and 4 git commands to generate.