Skip to content

Commit 7a71286

Browse files
Temporarily re-add httpd dependencies (#2750)
Temporarily re-add httpd dependencies The FastAPI code is not yet merged, so the deployment is failing without these. Reviewed-by: Nikola Forró
2 parents 25d04b4 + 7e5fd20 commit 7a71286

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

files/install-deps.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
- python3-click
1515
- git # setuptools-scm
1616
- dnf-utils
17+
# httpd & deps
18+
- python3-mod_wsgi
19+
- mod_http2
20+
- mod_ssl
1721
- python3-fastapi
1822
- python3-gunicorn
1923
- python3-uvicorn

0 commit comments

Comments
 (0)