From c811c5255c8948557e5aeec6b0c1fb0e6a2a1a67 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 7 Mar 2022 19:59:49 +0100 Subject: [PATCH] - disable python3 here --- python-zipp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-zipp.spec b/python-zipp.spec index 890701a..1367661 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -3,7 +3,7 @@ %bcond_without doc # Sphinx documentation %bcond_without tests # unit tests %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module (built from python3-zipp.spec) Summary: pathlib-compatible Zipfile object wrapper Summary(pl.UTF-8): Obiektowe obudowanie Zipfile zgodne z pathlib -- 2.44.0