Always BuildRequire runtime dependencies to avoid non-installable builds

This commit is contained in:
Miro Hrončok 2021-12-13 12:53:38 +01:00
commit 3b05ca432b

View file

@ -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 <mhroncok@redhat.com> - 3.24.4-2
- Always BuildRequire runtime dependencies to avoid non-installable builds
* Wed Oct 13 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.24.4-1
- Update to 3.24.4