Accepting request 837362 from home:frispete:python

- Add optional dependencies: bcrypt, argon2_cffi, cryptography
  and scrypt.

OBS-URL: https://build.opensuse.org/request/show/837362
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=41
This commit is contained in:
Matej Cepl 2020-10-07 06:32:47 +00:00 committed by Git OBS Bridge
parent 6df335c9de
commit 0162e40a7d
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 24 17:34:01 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
- Add optional dependencies: bcrypt, argon2_cffi, cryptography
and scrypt.
-------------------------------------------------------------------
Tue Jun 9 06:39:47 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -25,10 +25,18 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://bitbucket.org/ecollins/passlib
Source: https://files.pythonhosted.org/packages/source/p/passlib/passlib-%{version}.tar.gz
BuildRequires: %{python_module argon2_cffi}
BuildRequires: %{python_module bcrypt}
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scrypt}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Recommends: python-argon2_cffi
Recommends: python-bcrypt
Recommends: python-cryptography
Recommends: python-scrypt
BuildArch: noarch
%python_subpackages