From b1a682d120ab6f8c5b00745ed679a08965358c87c74408ed01d9154d2b552c9c Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 28 Jul 2020 19:26:39 +0000 Subject: [PATCH] - add git as build dependency, fixes a test issue. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=48 --- python-isort.changes | 5 +++++ python-isort.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-isort.changes b/python-isort.changes index 83b22a0..61499ca 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 28 19:01:37 UTC 2020 - Sebastian Wagner + +- add git as build dependency, fixes a test issue. + ------------------------------------------------------------------- Mon Jul 27 20:34:29 UTC 2020 - Sebastian Wagner diff --git a/python-isort.spec b/python-isort.spec index 4cbfee3..44dd74a 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -56,6 +56,7 @@ BuildRequires: %{python_module pylama} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requirementslib >= 1.5.4} BuildRequires: %{python_module tomlkit} +BuildRequires: git %endif %python_subpackages