diff --git a/python-djangorestframework-simplejwt.changes b/python-djangorestframework-simplejwt.changes index 5d81843..8ce76b2 100644 --- a/python-djangorestframework-simplejwt.changes +++ b/python-djangorestframework-simplejwt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 11 16:58:30 UTC 2024 - Markéta Machová + +- Add missing dependency + ------------------------------------------------------------------- Fri Jul 19 11:26:13 UTC 2024 - Markéta Machová diff --git a/python-djangorestframework-simplejwt.spec b/python-djangorestframework-simplejwt.spec index 24b4402..284dcee 100644 --- a/python-djangorestframework-simplejwt.spec +++ b/python-djangorestframework-simplejwt.spec @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/d/djangorestframe Patch0: fix-tests.patch BuildRequires: %{python_module Django} BuildRequires: %{python_module PyJWT} +BuildRequires: %{python_module cryptography} BuildRequires: %{python_module djangorestframework} BuildRequires: %{python_module freezegun} BuildRequires: %{python_module pip} @@ -39,6 +40,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyJWT Requires: python-djangorestframework +Recommends: python-cryptography Recommends: python-python-jose BuildArch: noarch %python_subpackages