[packages/python-flask-restful] - disable python2 for default builds

qboosh qboosh at pld-linux.org
Mon Dec 29 22:02:23 CET 2025


commit ec1c78486159db886fae4643fbf40c80bf2843ec
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Dec 29 22:02:55 2025 +0100

    - disable python2 for default builds

 python-flask-restful.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-flask-restful.spec b/python-flask-restful.spec
index 952d731..35cc22c 100644
--- a/python-flask-restful.spec
+++ b/python-flask-restful.spec
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_with	doc	# Sphinx documentation (_themes dir is missing in sdist)
 %bcond_without	tests	# unit tests
-%bcond_without	python2 # CPython 2.x module
+%bcond_with	python2 # CPython 2.x module
 %bcond_without	python3 # CPython 3.x module
 
 Summary:	Simple framework for creating REST APIs
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-flask-restful.git/commitdiff/ec1c78486159db886fae4643fbf40c80bf2843ec



More information about the pld-cvs-commit mailing list