From 61574d362caa393311f4de16cc9f834521394e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 13 Nov 2020 15:32:14 +0100 Subject: [PATCH] Don't BR pytest-cov --- python-toml.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-toml.spec b/python-toml.spec index 41fa75d..72510fd 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -7,7 +7,7 @@ toml file. Name: python-%{pypi_name} Version: 0.10.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python Library for Tom's Obvious, Minimal Language License: MIT @@ -38,6 +38,8 @@ Summary: %{summary} %prep %autosetup -p1 -n %{pypi_name}-%{version} +# https://github.com/uiri/toml/pull/339 +sed -i '/pytest-cov/d' tox.ini %generate_buildrequires @@ -69,6 +71,9 @@ toml-test $(pwd)/tests/decoding_test3.sh %changelog +* Fri Nov 13 2020 Miro Hrončok - 0.10.1-4 +- Don't BR pytest-cov + * Thu Sep 03 2020 Miro Hrončok - 0.10.1-3 - Use pyproject-rpm-macros