Supplement tox from the devel package
tox only Recommends python3.10, not python3.10-devel. Since this is the oldest "nonflat" alternate Python version package, this was forgotten. See https://src.fedoraproject.org/rpms/python3.11/c/771f810493740f35e92e75cdd52dd9dd4b5fa621 See also https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/NVVUXSVSPFQOWIGBE2JNI67HEO7R63ZQ/
This commit is contained in:
parent
4c508562f0
commit
f6a8197f41
1 changed files with 7 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ URL: https://www.python.org/
|
|||
#global prerel ...
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: Python-2.0.1
|
||||
|
||||
|
||||
|
|
@ -498,6 +498,9 @@ Requires: (pyproject-rpm-macros if rpm-build)
|
|||
Recommends: %{pkgname}-pip
|
||||
%endif
|
||||
|
||||
# tox users are likely to need the devel subpackage
|
||||
Supplements: tox
|
||||
|
||||
%if %{without bootstrap}
|
||||
Requires: (python3-rpm-generators if rpm-build)
|
||||
%endif
|
||||
|
|
@ -1579,6 +1582,9 @@ CheckPython optimized
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Tue Dec 20 2022 Miro Hrončok <mhroncok@redhat.com> - 3.10.9-2
|
||||
- Supplement tox from the devel package
|
||||
|
||||
* Wed Dec 07 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.10.9-1
|
||||
- Update to 3.10.9
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue