From 58a0e109047f17e9a5993af96b633cbe5b3047e7 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 13 Sep 2022 19:42:43 +0200 Subject: [PATCH] - disabled python3 here --- python-lazy-object-proxy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index 8eb7426..968d6dc 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -2,7 +2,7 @@ # Conditional build: %bcond_without doc # Sphinx documentation %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module (built from python3-lazy-object-proxy.spec) %define module lazy-object-proxy Summary: A fast and thorough lazy object proxy -- 2.44.0