From 0f7156e66e08beed982f8f57e3e3c3e05f612e8d7d0ccbfddd0a8856c256bb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 17 Nov 2017 10:13:21 +0000 Subject: [PATCH] Accepting request 541804 from home:pluskalm:branches:editors - Explicitly require python2-devel OBS-URL: https://build.opensuse.org/request/show/541804 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=454 --- vim.changes | 5 +++++ vim.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/vim.changes b/vim.changes index e65b898..a32509c 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 14 13:03:01 UTC 2017 - mpluskal@suse.com + +- Explicitly require python2-devel + ------------------------------------------------------------------- Thu Oct 12 07:56:31 UTC 2017 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index a959a18..fb72c35 100644 --- a/vim.spec +++ b/vim.spec @@ -72,7 +72,7 @@ BuildRequires: lua-devel BuildRequires: ncurses-devel BuildRequires: perl BuildRequires: pkgconfig -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: python3-devel # Needed to convert svg to png BuildRequires: rsvg-view