From 46b85eaeb14b6f885807f564dd49d8846f90c5890cddd10cb858b633402591fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jul 2019 11:12:54 +0000 Subject: [PATCH] - Add ringdisabled to avoid pulling the test deps in rings to keep them from growing too much OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=120 --- python-celery.changes | 6 ++++++ python-celery.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/python-celery.changes b/python-celery.changes index 012a661..6977167 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 24 11:12:29 UTC 2019 - Tomáš Chvátal + +- Add ringdisabled to avoid pulling the test deps in rings to + keep them from growing too much + ------------------------------------------------------------------- Wed Jul 24 10:50:33 UTC 2019 - Tomáš Chvátal diff --git a/python-celery.spec b/python-celery.spec index 850ef1d..5e16a0f 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -25,6 +25,7 @@ %define psuffix %{nil} %bcond_with test %endif +%bcond_with ringdisabled Name: python-celery%{psuffix} Version: 4.3.0 Release: 0 @@ -66,6 +67,9 @@ BuildRequires: %{python_module pytest >= 4.3.1} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module pytz >= 2016.7} BuildRequires: %{python_module vine >= 1.3.0} +%if %{with ringdisabled} +ExclusiveArch: do-not-build +%endif %endif %ifpython3 Requires: python3-dbm