]> git.pld-linux.org Git - packages/python-setuptools.git/commitdiff
Python 3 variant in python3-setuptools.spec
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Apr 2021 19:47:36 +0000 (21:47 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Apr 2021 19:47:36 +0000 (21:47 +0200)
python-setuptools.spec

index 9927c038f257ff29a41e66366edc779432acacc6..8f62dc26455a2225dd00cb7b58114a5a3ca697e4 100644 (file)
@@ -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
This page took 0.114204 seconds and 4 git commands to generate.