Browse Source

Add a dependency on flask-oidc for testing

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
Aurélien Bompard 3 years ago
parent
commit
da0c1b6eef

+ 1 - 0
dev/ansible/roles/pagure-dev/tasks/main.yml

@@ -36,6 +36,7 @@
       - python3-eventlet
       - python3-fedora-flask
       - python3-flask
+      - python3-flask-oidc
       - python3-flask-wtf
       - python3-jinja2
       - python3-markdown

+ 1 - 0
files/pagure.spec

@@ -62,6 +62,7 @@ Requires:           python%{python_pkgversion}-email-validator
 Requires:           python%{python_pkgversion}-enum34
 Requires:           python%{python_pkgversion}-flask
 Requires:           python%{python_pkgversion}-flask-wtf
+Requires:           python%{python_pkgversion}-flask-oidc
 Requires:           python%{python_pkgversion}-markdown
 Requires:           python%{python_pkgversion}-munch
 Requires:           python%{python_pkgversion}-pillow

+ 1 - 0
requirements-fedora.txt

@@ -8,6 +8,7 @@ python3-cryptography
 python3-docutils
 python3-fedora-flask
 python3-flask
+python3-flask-oidc
 python3-flask-wtf
 python3-bcrypt
 python3-jinja2

+ 1 - 0
requirements-testing.txt

@@ -5,6 +5,7 @@ cryptography
 eventlet
 fedmsg
 flake8
+flask-oidc
 mock
 pytest
 pytest-cov