- Use email-validator, not email_validator package name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-Security-Too?expand=0&rev=21
This commit is contained in:
parent
93e24eacdb
commit
a4cc480bc8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 06:45:05 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Use email-validator, not email_validator package name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 16 22:35:37 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -49,7 +49,7 @@ BuildRequires: %{python_module bleach}
|
||||
BuildRequires: %{python_module blinker >= 1.4}
|
||||
BuildRequires: %{python_module cachetools >= 3.1.0}
|
||||
BuildRequires: %{python_module cryptography >= 2.1.4}
|
||||
BuildRequires: %{python_module email_validator >= 1.1.1}
|
||||
BuildRequires: %{python_module email-validator >= 1.1.1}
|
||||
BuildRequires: %{python_module itsdangerous >= 1.1.0}
|
||||
BuildRequires: %{python_module passlib >= 1.7.2}
|
||||
BuildRequires: %{python_module peewee >= 3.7.1}
|
||||
@ -69,7 +69,7 @@ Requires: python-Werkzeug >= 0.14.1
|
||||
Requires: python-bcrypt >= 3.1.4
|
||||
Requires: python-blinker >= 1.4
|
||||
Requires: python-cryptography >= 2.1.4
|
||||
Requires: python-email_validator >= 1.1.1
|
||||
Requires: python-email-validator >= 1.1.1
|
||||
Requires: python-itsdangerous >= 1.1.0
|
||||
Requires: python-passlib >= 1.7.2
|
||||
Recommends: python-PyQRCode >= 1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user