Always BuildRequire runtime dependencies to avoid non-installable builds
This commit is contained in:
parent
ce51ff31fb
commit
3b05ca432b
1 changed files with 5 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue