mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
searx: Don't depend on libapache2-mod-proxy-uwsgi
Since version 2.4.33-2 of apache2, libapache2-mod-proxy-uwsgi is a transitional package. The actual module is provided by apache2 itself. This version of apache2 is now available in testing and unstable. Handling upgrade from older versions is not necessary. For users who have searx already installed, libapache2-mod-proxy-uwsgi transitional package is installed and will be harmless. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
a4ebd36d11
commit
bd542bb614
@ -35,9 +35,7 @@ version = 2
|
||||
|
||||
managed_services = ['searx']
|
||||
|
||||
managed_packages = [
|
||||
'searx', 'uwsgi', 'uwsgi-plugin-python3', 'libapache2-mod-proxy-uwsgi'
|
||||
]
|
||||
managed_packages = ['searx', 'uwsgi', 'uwsgi-plugin-python3']
|
||||
|
||||
name = _('Searx')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user