Always BuildRequire runtime dependencies to avoid non-installable builds

epel9
Miro Hrončok 3 years ago
parent ce51ff31fb
commit 3b05ca432b

@ -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

Loading…
Cancel
Save