[IMP] add external_dependencies

This commit is contained in:
Yannick Vaucher
2013-11-05 14:14:19 +01:00
committed by Sylvain GARANCHER
parent 2e4ebc8486
commit f876224a1b

View File

@@ -5,6 +5,7 @@
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com> # Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>) # Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>) # Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
# Copyright (C) 2013 Camptocamp (<http://www.camptocamp.com>)
# All Rights Reserved # All Rights Reserved
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
@@ -47,4 +48,7 @@
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'application': True, 'application': True,
'external_dependencies': {
'python': ['cups']
}
} }