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