matrixsynapse, searx: Add dependencies to packages
- matrixsynapse: Add python3-psycopg2 to packages
- python3-psycopg2 is a dependency of matrix-synapse package. It is also listed as a package to be installed by TT-RSS app. This is a quick fix to prevent accidental uninstall of matrix-synapse package, when TT-RSS app is uninstalled.
- searx: Add libjs-bootstrap to packages
- libjs-bootstrap is a transitive dependency of searx package. It is also listed as a package to be installed by Janus app. This is a quick fix to prevent accidental uninstall of searx package, when Janus app is uninstalled.
Closes #2298 (closed).
Tests:
-
Install Matrix Synapse.
-
Install TT-RSS, and then uninstall it. matrix-synapse package is still installed. Matrix Synapse diagnostics are passed.
-
Install Searx.
-
Install Janus, and then uninstall it. searx package is still installed. Searx diagnostics are passed.
Signed-off-by: James Valleroy jvalleroy@mailbox.org