From f6a8197f411235a8f754a477f176de2f57a3d90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 20 Dec 2022 20:50:42 +0100 Subject: [PATCH] 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/ --- python3.10.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python3.10.spec b/python3.10.spec index 432eedd..d2ee951 100644 --- a/python3.10.spec +++ b/python3.10.spec @@ -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 - 3.10.9-2 +- Supplement tox from the devel package + * Wed Dec 07 2022 Tomáš Hrnčiar - 3.10.9-1 - Update to 3.10.9