#5036 Add a dependency on flask-oidc for testing
Merged 3 years ago by pingou. Opened 3 years ago by abompard.
abompard/pagure oidc-ssh-key-dep  into  master

@@ -36,6 +36,7 @@ 

        - python3-eventlet

        - python3-fedora-flask

        - python3-flask

+       - python3-flask-oidc

        - python3-flask-wtf

        - python3-jinja2

        - python3-markdown

file modified
+1
@@ -62,6 +62,7 @@ 

  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

file modified
+1
@@ -8,6 +8,7 @@ 

  python3-docutils

  python3-fedora-flask

  python3-flask

+ python3-flask-oidc

  python3-flask-wtf

  python3-bcrypt

  python3-jinja2

@@ -5,6 +5,7 @@ 

  eventlet

  fedmsg

  flake8

+ flask-oidc

  mock

  pytest

  pytest-cov