From 508f217b7578628cef5706b5a60ee2d2cd5128775922b11c9e83ba833efa38c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 2 Nov 2017 08:28:08 +0000 Subject: [PATCH] Accepting request 538185 from home:pluskalm:branches:devel:tools:scm:svn - Explicitly require python2 OBS-URL: https://build.opensuse.org/request/show/538185 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=256 --- subversion.changes | 5 +++++ subversion.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/subversion.changes b/subversion.changes index 2e0e5c5..288511b 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 1 18:01:15 UTC 2017 - mpluskal@suse.com + +- Explicitly require python2 + ------------------------------------------------------------------- Mon Oct 9 10:30:38 UTC 2017 - vcizek@suse.com diff --git a/subversion.spec b/subversion.spec index 25398af..b2f7700 100644 --- a/subversion.spec +++ b/subversion.spec @@ -85,10 +85,10 @@ BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: pkgconfig # Python 2.7 or later is required to run autogen.sh -BuildRequires: python-devel >= 2.7 +BuildRequires: python2-devel >= 2.7 # Test dependency BuildRequires: python-pysqlite -BuildRequires: python-xml +BuildRequires: python2-xml BuildRequires: ruby-devel >= 1.8.2 BuildRequires: sqlite3-devel >= %{sqlite_minimum_version} BuildRequires: swig