Date: Sunday, July 4, 2021 @ 19:18:26
  Author: jelle
Revision: 972180

Add missing python-email-validator dependency

Add python-pytest-runner to the makedepends as otherwise the build errors out
with a pip error.

Modified:
  python-flask-security/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-07-04 18:52:50 UTC (rev 972179)
+++ PKGBUILD    2021-07-04 19:18:26 UTC (rev 972180)
@@ -3,16 +3,17 @@
 _pkgname=flask-security
 pkgname=python-flask-security
 pkgver=3.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Quick and simple security for Flask applications'
 url='https://github.com/mattupstate/flask-security'
 arch=('any')
 license=('MIT')
 depends=('python' 'python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
-         'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib')
+         'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
+         'python-email-validator')
 makedepends=('python-flask' 'python-flask-login' 'python-flask-mail' 
'python-flask-principal'
              'python-flask-wtf' 'python-flask-babelex' 'python-itsdangerous' 
'python-passlib'
-             'python-sphinx' 'python-setuptools')
+             'python-sphinx' 'python-setuptools' 'python-pytest-runner')
 #checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-cov' 
'python-pytest-cache'
               #'python-mock' 'python-sqlalchemy' 'python-flask-sqlalchemy' 
'python-bcrypt' 'python-pony')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mattupstate/flask-security/archive/${pkgver}.tar.gz)

Reply via email to