forked from pool/python-djangorestframework-simplejwt
Accepting request 1223466 from devel:languages:python:django
Forwarded request #1223408 from mcalabkova - Add missing dependency OBS-URL: https://build.opensuse.org/request/show/1223466 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-djangorestframework-simplejwt?expand=0&rev=8
This commit is contained in:
commit
16b8f420ce
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 11 16:58:30 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Add missing dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 19 11:26:13 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
Fri Jul 19 11:26:13 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/d/djangorestframe
|
|||||||
Patch0: fix-tests.patch
|
Patch0: fix-tests.patch
|
||||||
BuildRequires: %{python_module Django}
|
BuildRequires: %{python_module Django}
|
||||||
BuildRequires: %{python_module PyJWT}
|
BuildRequires: %{python_module PyJWT}
|
||||||
|
BuildRequires: %{python_module cryptography}
|
||||||
BuildRequires: %{python_module djangorestframework}
|
BuildRequires: %{python_module djangorestframework}
|
||||||
BuildRequires: %{python_module freezegun}
|
BuildRequires: %{python_module freezegun}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
@ -39,6 +40,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyJWT
|
Requires: python-PyJWT
|
||||||
Requires: python-djangorestframework
|
Requires: python-djangorestframework
|
||||||
|
Recommends: python-cryptography
|
||||||
Recommends: python-python-jose
|
Recommends: python-python-jose
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
Reference in New Issue
Block a user