From b56722e6d0614d745824578305fc62bbe6813a08 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 2 Apr 2023 19:56:18 +0200 Subject: [PATCH] - disable python3 here --- python-pyenchant.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pyenchant.spec b/python-pyenchant.spec index 048a968..996df9f 100644 --- a/python-pyenchant.spec +++ b/python-pyenchant.spec @@ -2,11 +2,12 @@ # Conditional build: %bcond_with tests # unit tests (require en_US dictionary) %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module (built from python3-pyenchant.spec) Summary: Spellchecking library for Python 2 Summary(pl.UTF-8): Biblioteka Pythona 2 sprawdzająca pisownię Name: python-pyenchant +# keep 2.x here for python2 support Version: 2.0.0 Release: 5 License: LGPL v2.1+ -- 2.44.0