From e110ba30bc2fead64d2c52fb5685f96841820482 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 6 Apr 2022 19:14:20 +0200 Subject: [PATCH] - does not build on python 3.10, tests are also flaky, rel 6 --- python-unittest2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-unittest2.spec b/python-unittest2.spec index c1e5da3..51b6620 100644 --- a/python-unittest2.spec +++ b/python-unittest2.spec @@ -3,14 +3,14 @@ # # Conditional build: %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module -%bcond_without tests # test target +%bcond_with python3 # CPython 3.x module +%bcond_with tests # test target 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: 5 +Release: 6 License: MIT Group: Development/Tools #Source0Download: https://pypi.org/simple/unittest2/ -- 2.44.0