forked from pool/python-ara
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
This commit is contained in:
committed by
Git OBS Bridge
parent
3ab5dd8e5c
commit
b2d73a439f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user