diff --git a/python-celery.changes b/python-celery.changes index 780237c..8f91bfd 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 28 12:28:45 UTC 2025 - Nico Krapp + +- Add dependency on google-cloud-core to fix broken import in tests + ------------------------------------------------------------------- Wed Jun 25 11:54:05 UTC 2025 - Markéta Machová diff --git a/python-celery.spec b/python-celery.spec index 7d1af04..1853458 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -72,6 +72,7 @@ BuildRequires: %{python_module curses} BuildRequires: %{python_module dbm} BuildRequires: %{python_module eventlet >= 0.32.0} BuildRequires: %{python_module gevent} +BuildRequires: %{python_module google-cloud-core} BuildRequires: %{python_module google-cloud-firestore} BuildRequires: %{python_module google-cloud-storage} BuildRequires: %{python_module moto >= 2.2.6}