forked from pool/python-Django
Accepting request 890806 from home:bnavigator:branches:devel:languages:python:django
- Keep rpm runtime requirements in sync. Downstream packages often read the egg-info and fail if they are not fulfilled. OBS-URL: https://build.opensuse.org/request/show/890806 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=81
This commit is contained in:
parent
215700684a
commit
bc6d5ae53b
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 5 17:25:18 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Keep rpm runtime requirements in sync. Downstream packages often
|
||||||
|
read the egg-info and fail if they are not fulfilled.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 5 08:44:30 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>
|
Wed May 5 08:44:30 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ BuildRequires: %{python_module Jinja2 >= 2.9.2}
|
|||||||
BuildRequires: %{python_module Pillow}
|
BuildRequires: %{python_module Pillow}
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module argon2-cffi >= 16.1.0}
|
BuildRequires: %{python_module argon2-cffi >= 16.1.0}
|
||||||
BuildRequires: %{python_module asgiref >= 3.2.10}
|
BuildRequires: %{python_module asgiref >= 3.3.2}
|
||||||
BuildRequires: %{python_module base >= 3.6}
|
BuildRequires: %{python_module base >= 3.6}
|
||||||
BuildRequires: %{python_module bcrypt}
|
BuildRequires: %{python_module bcrypt}
|
||||||
BuildRequires: %{python_module docutils}
|
BuildRequires: %{python_module docutils}
|
||||||
@ -52,7 +52,7 @@ BuildRequires: %{python_module numpy if (%python-base without python36-base)}
|
|||||||
Requires: python
|
Requires: python
|
||||||
Requires: python-Pillow
|
Requires: python-Pillow
|
||||||
Requires: python-argon2-cffi >= 16.1.0
|
Requires: python-argon2-cffi >= 16.1.0
|
||||||
Requires: python-asgiref >= 3.2.10
|
Requires: python-asgiref >= 3.3.2
|
||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: python-sqlparse >= 0.2.2
|
Requires: python-sqlparse >= 0.2.2
|
||||||
|
Loading…
Reference in New Issue
Block a user