Browse Source

Sync runtime dependencies from requirements.txt to the spec

In the event the dependency generator is not available, we
need to have the correct list of dependencies from requirements.txt
here. This is especially needed for CI.

Signed-off-by: Neal Gompa <ngompa13@gmail.com>
Neal Gompa 2 years ago
parent
commit
f2574fb32d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      files/pagure.spec

+ 2 - 1
files/pagure.spec

@@ -49,6 +49,7 @@ Requires:           python%{python_pkgversion}-email-validator
 Requires:           python%{python_pkgversion}-flask
 Requires:           python%{python_pkgversion}-flask-wtf
 Requires:           python%{python_pkgversion}-flask-oidc
+Requires:           python%{python_pkgversion}-kitchen
 Requires:           python%{python_pkgversion}-markdown
 Requires:           python%{python_pkgversion}-munch
 Requires:           python%{python_pkgversion}-pillow
@@ -61,7 +62,7 @@ Requires:           python%{python_pkgversion}-redis
 Requires:           python%{python_pkgversion}-requests
 Requires:           python%{python_pkgversion}-six
 Requires:           python%{python_pkgversion}-sqlalchemy >= 0.8
-Requires:           python%{python_pkgversion}-straight-plugin
+Requires:           python%{python_pkgversion}-straight-plugin >= 1.5.0
 Requires:           python%{python_pkgversion}-whitenoise
 Requires:           python%{python_pkgversion}-wtforms
 %endif