[packages/python-distro] - disable python3 package here; although apidocs require python 3.6+ to build
qboosh
qboosh at pld-linux.org
Wed Jun 11 21:54:19 CEST 2025
commit 23240794a99f95426698fbde9657c177246d3719
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jun 11 21:50:10 2025 +0200
- disable python3 package here; although apidocs require python 3.6+ to build
python-distro.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-distro.spec b/python-distro.spec
index 329a09b..87f5858 100644
--- a/python-distro.spec
+++ b/python-distro.spec
@@ -3,7 +3,7 @@
%bcond_without doc # Sphinx documentation
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-distro.spec)
%define module distro
Summary: An OS platform information API
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-distro.git/commitdiff/23240794a99f95426698fbde9657c177246d3719
More information about the pld-cvs-commit
mailing list