From 632ea2bbda4bd087d3084fe4fb4347c00f7571f5 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 17 Jan 2021 18:27:07 +0100 Subject: [PATCH] - disable python3 here --- python-mock.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-mock.spec b/python-mock.spec index f2a9272..5dafb8d 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -1,8 +1,9 @@ +# NOTE: for version >= 4.0.0 (for python 3.6+) see python3-mock.spec # # 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-mock.spec) %bcond_without tests # unit tests %define module mock -- 2.44.0