mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-18 08:33:41 +00:00
captcha: Make ttf-bitstream-vera a managed package
Signed-off-by: Joseph Nuthalpati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
d3c428d58b
commit
8b5f3576ee
@ -29,7 +29,10 @@ depends = ['security', 'apache']
|
||||
|
||||
name = _('Single Sign On')
|
||||
|
||||
managed_packages = ['libapache2-mod-auth-pubtkt', 'openssl', 'python3-openssl', 'flite']
|
||||
managed_packages = [
|
||||
'libapache2-mod-auth-pubtkt', 'openssl', 'python3-openssl', 'flite',
|
||||
'ttf-bitstream-vera'
|
||||
]
|
||||
|
||||
|
||||
def setup(helper, old_version=None):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user