15
0
forked from pool/python-ara

Accepting request 714015 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/714015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ara?expand=0&rev=3
This commit is contained in:
2019-07-08 13:12:51 +00:00
committed by Git OBS Bridge
2 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 3 14:57:08 UTC 2019 - Itxaka serrano <igarcia@suse.com>
- 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 <jengelh@inai.de>

View File

@@ -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