From 32031fcfd689e14a932dc8b9afa33102bf4e3e53a83d64ee76ca4760251b6636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 Apr 2020 10:22:27 +0000 Subject: [PATCH] - Fix dependencies for testing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=16 --- python-python-gitlab.changes | 5 +++++ python-python-gitlab.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-python-gitlab.changes b/python-python-gitlab.changes index 97836f1..9bacba9 100644 --- a/python-python-gitlab.changes +++ b/python-python-gitlab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 20 10:05:29 UTC 2020 - Tomáš Chvátal + +- Fix dependencies for testing + ------------------------------------------------------------------- Fri Mar 20 12:20:39 UTC 2020 - pgajdos@suse.com diff --git a/python-python-gitlab.spec b/python-python-gitlab.spec index faa4498..def016c 100644 --- a/python-python-gitlab.spec +++ b/python-python-gitlab.spec @@ -36,7 +36,6 @@ Requires: python-setuptools Requires: python-six BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module configparser} BuildRequires: %{python_module httmock} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest}