[packages/python-unittest2] traceback2 appears to be required during regular build as well; rel 3

atler atler at pld-linux.org
Mon Mar 1 11:01:28 CET 2021


commit 3c2cb9aa98efe28c8aa791cd159d4fe74aee2d03
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Mar 1 11:00:38 2021 +0100

    traceback2 appears to be required during regular build as well; rel 3

 python-unittest2.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-unittest2.spec b/python-unittest2.spec
index 3bf267f..84fa327 100644
--- a/python-unittest2.spec
+++ b/python-unittest2.spec
@@ -10,7 +10,7 @@ Summary:	New features in unittest backported to older Python versions
 Summary(pl.UTF-8):	Backport nowych funkcji modułu unittest do starszych wersji Pythona
 Name:		python-unittest2
 Version:	1.1.0
-Release:	2
+Release:	3
 License:	MIT
 Group:		Development/Tools
 #Source0Download: https://pypi.org/simple/unittest2/
@@ -20,20 +20,20 @@ URL:		https://pypi.org/project/unittest2/
 %if %{with python2}
 BuildRequires:	python-devel >= 1:2.6
 BuildRequires:	python-setuptools
+BuildRequires:	python-traceback2
 %if %{with tests}
 %if "%{py_ver}" < "2.7"
 BuildRequires:	python-argparse
 %endif
 BuildRequires:	python-six >= 1.4
-BuildRequires:	python-traceback2
 %endif
 %endif
 %if %{with python3}
 BuildRequires:	python3-devel >= 1:3.2
 BuildRequires:	python3-setuptools
+BuildRequires:	python3-traceback2
 %if %{with tests}
 BuildRequires:	python3-six >= 1.4
-BuildRequires:	python3-traceback2
 %endif
 %endif
 BuildRequires:	rpmbuild(macros) >= 1.714
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-unittest2.git/commitdiff/3c2cb9aa98efe28c8aa791cd159d4fe74aee2d03



More information about the pld-cvs-commit mailing list