From b2d73a439f486eab769ea9bc02f2fdfcd8dfba731ce8f55ecbd4b54934223ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 8 Jul 2019 08:45:32 +0000 Subject: [PATCH] Accepting request 713331 from home:itxaka:branches:openSUSE:Factory - 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. OBS-URL: https://build.opensuse.org/request/show/713331 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=5 --- python-ara.changes | 10 ++++++++++ python-ara.spec | 12 ++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) 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