From 771f810493740f35e92e75cdd52dd9dd4b5fa621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Dec 2021 14:14:04 +0100 Subject: [PATCH] Supplement tox See https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/NVVUXSVSPFQOWIGBE2JNI67HEO7R63ZQ/ --- python3.11.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/python3.11.spec b/python3.11.spec index 646da9a..114104e 100644 --- a/python3.11.spec +++ b/python3.11.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel a3 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} License: Python @@ -466,6 +466,9 @@ Requires: (pyproject-rpm-macros if rpm-build) # Python developers are very likely to need pip Recommends: %{pkgname}-pip +# tox users are likely to need the devel subpackage +Supplements: tox + %if %{without bootstrap} Requires: (python3-rpm-generators if rpm-build) %endif @@ -593,6 +596,9 @@ Provides: bundled(python3dist(setuptools)) = %{setuptools_version} # The zoneinfo module needs tzdata Requires: tzdata +# The flatpackage is usable with tox +Supplements: tox + # The description for the flat package (SRPM and built) %description Python %{pybasever} package for developers. @@ -1598,6 +1604,9 @@ CheckPython optimized # ====================================================== %changelog +* Mon Dec 13 2021 Miro Hrončok - 3.11.0~a3-2 +- Supplement tox + * Fri Dec 10 2021 Tomáš Hrnčiar - 3.11.0~a3-1 - Update to 3.11.0a3