From 3b05ca432bc85589cbeff23afe561cf5e0d57369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Dec 2021 12:53:38 +0100 Subject: [PATCH] Always BuildRequire runtime dependencies to avoid non-installable builds --- python-tox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-tox.spec b/python-tox.spec index 662242b..cf8157c 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -13,7 +13,7 @@ Name: python-tox Version: 3.24.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Virtualenv-based automation of test activities License: MIT @@ -92,7 +92,7 @@ Obsoletes: python3-tox < %{version}-%{release} %generate_buildrequires -%pyproject_buildrequires %{?with_tests:-x testing} +%pyproject_buildrequires -r %{?with_tests:-x testing} %build @@ -116,6 +116,9 @@ Obsoletes: python3-tox < %{version}-%{release} %changelog +* Mon Dec 13 2021 Miro Hrončok - 3.24.4-2 +- Always BuildRequire runtime dependencies to avoid non-installable builds + * Wed Oct 13 2021 Tomáš Hrnčiar - 3.24.4-1 - Update to 3.24.4