diff --git a/python-ara.changes b/python-ara.changes index bb8a600..734affd 100644 --- a/python-ara.changes +++ b/python-ara.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 3 14:57:08 UTC 2019 - Itxaka serrano + +- Move some requirements into recommends. + Ara has changed and its no longer bundling the server with the + main package, so most of the requirements related to the + django server can be moved into recommends. Ara will raise a + message if a user tries to execute the server part but the + requirements are missing. + ------------------------------------------------------------------- Sun Jun 30 12:12:16 UTC 2019 - Jan Engelhardt diff --git a/python-ara.spec b/python-ara.spec index fa9f41b..9b1b6ed 100644 --- a/python-ara.spec +++ b/python-ara.spec @@ -31,14 +31,14 @@ BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Django >= 2.1.5 -Requires: python-django-cors-headers -Requires: python-django-filter -Requires: python-djangorestframework >= 3.9.1 -Requires: python-dynaconf Requires: python-pbr >= 2.0.0 Requires: python-requests >= 2.14.2 -Requires: python-whitenoise +Recommends: python-Django >= 2.1.5 +Recommends: python-django-cors-headers +Recommends: python-django-filter +Recommends: python-djangorestframework >= 3.9.1 +Recommends: python-dynaconf +Recommends: python-whitenoise BuildArch: noarch %python_subpackages