]> git.pld-linux.org Git - packages/subversion.git/commitdiff
disable python bindings
authorJan Palus <atler@pld-linux.org>
Thu, 5 Dec 2019 21:52:15 +0000 (22:52 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 5 Dec 2019 21:52:15 +0000 (22:52 +0100)
swig 4 is not supported neither for python 2 nor for python 3. next
release will bring swig 4 support for python 3.

subversion.spec

index b0599840a7627ff792ef4a41b9ec5b2fe6b1abcf..b10be5b11a6047783da06309b572b6b31dfcc5e8 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_with    net_client_only         # build only net client
 %bcond_without swig                    # disable bindings generation with Swig
-%bcond_without python                  # build without Python bindings (broken)
+%bcond_with    python                  # build without Python bindings (broken)
 %bcond_without csvn                    # build Python csvn bindings
 %bcond_without perl                    # build without Perl bindings
 %bcond_without ruby                    # build without Ruby bindings
This page took 0.268064 seconds and 4 git commands to generate.