From: Jan Palus Date: Thu, 5 Dec 2019 21:52:15 +0000 (+0100) Subject: disable python bindings X-Git-Tag: auto/th/subversion-1.13.0-2~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fsubversion.git;a=commitdiff_plain;h=af3a07823d28a8b6541a84fcfa6e5fcd0ab5f7e9;ds=sidebyside disable python bindings swig 4 is not supported neither for python 2 nor for python 3. next release will bring swig 4 support for python 3. --- diff --git a/subversion.spec b/subversion.spec index b059984..b10be5b 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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