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:
Joseph Nuthalpati 2017-08-31 13:31:19 +05:30 committed by James Valleroy
parent d3c428d58b
commit 8b5f3576ee
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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):