From 0162e40a7d953569b6253960d05d3992c61a441eeff27c00b214f6989277eceb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 7 Oct 2020 06:32:47 +0000 Subject: [PATCH] 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 --- python-passlib.changes | 6 ++++++ python-passlib.spec | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/python-passlib.changes b/python-passlib.changes index 3afd7e4..0b3316e 100644 --- a/python-passlib.changes +++ b/python-passlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 24 17:34:01 UTC 2020 - Hans-Peter Jansen + +- Add optional dependencies: bcrypt, argon2_cffi, cryptography + and scrypt. + ------------------------------------------------------------------- Tue Jun 9 06:39:47 UTC 2020 - Marketa Calabkova diff --git a/python-passlib.spec b/python-passlib.spec index fc0da53..f14c6f6 100644 --- a/python-passlib.spec +++ b/python-passlib.spec @@ -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