From 542c9da40edafccd73d4cee140c25bb9b0fb970b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 4 Mar 2021 23:40:38 +0100 Subject: [PATCH] - rel 3; disable python3 - it is in python3-celery.spec now --- python-celery.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-celery.spec b/python-celery.spec index 2c4a1ad..728b825 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -8,8 +8,8 @@ %bcond_with doc # do build doc (too much dependencies to be worth the trouble) %bcond_with tests # run tests (broken) %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module -%bcond_without python3_default # Use Python 3.x for celery executables +%bcond_with python3 # CPython 3.x module +%bcond_with python3_default # Use Python 3.x for celery executables %if %{without python3} %undefine python3_default @@ -18,8 +18,9 @@ %define module celery Summary: Celery - Distributed Task Query Name: python-%{module} +# keep python 2 version 4.x here; python3 in python3-celery.spec Version: 4.4.0 -Release: 2 +Release: 3 License: BSD-like Group: Development/Languages/Python # Source0: https://files.pythonhosted.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz -- 2.44.0