Tomáš Chvátal
2019-07-31 09:27:04 +00:00
committed by Git OBS Bridge
parent 5d14a7b2e3
commit 4dc6c7ae02
2 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 31 09:26:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
-------------------------------------------------------------------
Tue Jul 30 14:56:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -12,29 +12,29 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-vcr
Version: 1.0.2
Release: 0
License: MIT
Summary: Plugin for managing VCR.py cassettes
Url: https://github.com/ktosiek/pytest-vcr
License: MIT
Group: Development/Languages/Python
URL: https://github.com/ktosiek/pytest-vcr
Source: https://github.com/ktosiek/pytest-vcr/archive/%{version}.tar.gz#/pytest-vcr-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest >= 3.6.0
Requires: python-vcrpy
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest >= 3.6.0}
BuildRequires: %{python_module vcrpy}
# /SECTION
BuildRequires: fdupes
Requires: python-pytest >= 3.6.0
Requires: python-vcrpy
BuildArch: noarch
%python_subpackages
%description