From 10425806961065d6979210f459ec577239acf96d Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Mon, 3 Jul 2023 19:30:21 +0200 Subject: [PATCH] Add the missing depedency on python-testtools --- python-autopage.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/python-autopage.spec b/python-autopage.spec index c2cb9d2..2345a44 100644 --- a/python-autopage.spec +++ b/python-autopage.spec @@ -17,7 +17,7 @@ Name: python-%{srcname} Version: 0.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Python library to provide automatic paging for console output License: ASL 2.0 URL: https://pypi.python.org/pypi/autopage @@ -37,9 +37,15 @@ Summary: %{summary} BuildRequires: python3-devel %if %{with pyproject} BuildRequires: pyproject-rpm-macros +# autopage should ideally require fixtures[streams], but we don't have that +# packaged in Fedora yet. Once it's available, we should backport the +# upstream change in tox.ini: https://github.com/zaneb/autopage/commit/08aec4a975d8 +# and remove the BuildRequire below +BuildRequires: %{py3_dist testtools} %else %if %{with enable_tests} BuildRequires: %{py3_dist fixtures} +BuildRequires: %{py3_dist testtools} %endif %endif @@ -90,6 +96,9 @@ cp %{SOURCE1} ./ %doc README.md %changelog +* Mon Jul 03 2023 Karolina Surma - 0.5.1-5 +- Add the missing test dependency on python-testtools + * Fri Jan 20 2023 Fedora Release Engineering - 0.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild