[packages/python-gunicorn] - disable python3 here

qboosh qboosh at pld-linux.org
Wed Feb 17 08:06:04 CET 2021


commit 1fbf324e34a0781ac33eedfbfca8375488a1c7a7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Feb 17 08:06:38 2021 +0100

    - disable python3 here

 python-gunicorn.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-gunicorn.spec b/python-gunicorn.spec
index 2a20f40..62ca421 100644
--- a/python-gunicorn.spec
+++ b/python-gunicorn.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-gunicorn.git/commitdiff/1fbf324e34a0781ac33eedfbfca8375488a1c7a7



More information about the pld-cvs-commit mailing list