This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Commit cb52b30
deploy.sh: install uwsgidecoders correctly, don't pip install uwsgi
We aren't using the uwsgi python library anywhere so don't pip install
it. We just use the binary which can and should be supplied by the
distro.
uwsgidecoders is a normal python library we rely on, so install it the
same way we install other libraries.
Signed-off-by: California Sullivan <[email protected]>1 parent 4b5b57e commit cb52b30
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
| |||
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
248 | | - | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
0 commit comments