From 6d5e8b6c8d16b65436a4fc112d3bec09de66fa37ef7a635f8bd551f9d17421d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 24 Feb 2020 09:34:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=23 --- python-vcrpy.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/python-vcrpy.spec b/python-vcrpy.spec index 3d90b66..4f553aa 100644 --- a/python-vcrpy.spec +++ b/python-vcrpy.spec @@ -35,21 +35,20 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.5} BuildRequires: %{python_module wrapt} BuildRequires: fdupes +BuildRequires: python-contextlib2 +BuildRequires: python-mock BuildRequires: python-rpm-macros -BuildRequires: python2-contextlib2 -BuildRequires: python2-mock BuildRequires: python3-yarl Requires: python-PyYAML Requires: python-six >= 1.5 Requires: python-wrapt -Requires: python-yarl BuildArch: noarch %ifpython2 -Requires: python2-contextlib2 -Requires: python2-mock +Requires: python-contextlib2 +Requires: python-mock %endif %ifpython3 -Requires: python3-yarl +Requires: python-yarl %endif %python_subpackages