From: Michael Schroeder Date: Wed, 18 Jul 2018 13:36:49 +0000 (+0200) Subject: No python3 in SLE11 X-Git-Tag: 0.6.35~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f12d7d00a82e4eb243f1ea24150f69eb34fdea45;p=thirdparty%2Flibsolv.git No python3 in SLE11 --- diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in index f7e615af..dc01b024 100644 --- a/package/libsolv.spec.in +++ b/package/libsolv.spec.in @@ -34,7 +34,11 @@ %else %bcond_with richdeps %endif +%if 0%{?suse_version} != 1110 %bcond_without python3 +%else +%bcond_with python3 +%endif %bcond_without python %bcond_without ruby %bcond_without perl