commit 2dde3f61d697c8fa0ec6a96ff75d31ef7d4aeabc
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Thu Apr 8 21:47:36 2021 +0200

    Python 3 variant in python3-setuptools.spec

 python-setuptools.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 9927c03..8f62dc2 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -5,8 +5,8 @@
 %bcond_with    tests           # py.test tests (few failures)
 %bcond_with    bootstrap       # convenience alias for without: 
apidocs,system_libs,tests
 %bcond_without python2         # CPython 2.x module
-%bcond_without python3         # CPython 3.x module
-%bcond_without python3_default # Use Python 3.x for easy_install executable
+%bcond_with    python3         # CPython 3.x module
+%bcond_with    python3_default # Use Python 3.x for easy_install executable
 
 %if %{without python3}
 %undefine      python3_default
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-setuptools.git/commitdiff/2dde3f61d697c8fa0ec6a96ff75d31ef7d4aeabc

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to