From a57c4d1f3b7f45a7c92edff88130a7e8b3ac00ec Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 22 Mar 2022 20:20:00 +0100 Subject: [PATCH] - disable python3 here --- python-path.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-path.spec b/python-path.spec index 1e1feb3..090d607 100644 --- a/python-path.spec +++ b/python-path.spec @@ -1,7 +1,7 @@ # # Conditional build: %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module (built from python3-path.spec) %bcond_without doc # Sphinx documentation %bcond_without tests # py.test unit tests -- 2.44.0