[FIX] hw_escpos: added pyserial, pyqrcode & PIL as external dependencies of the module, to prevent it from being installed if they aren't available

bzr revid: fva@openerp.com-20140113100418-v08gb20ayy7eeogm
This commit is contained in:
Frédéric van der Essen 2014-01-13 11:04:18 +01:00
parent 59ba2bf90b
commit b897920b5a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ that would need such functionality.
'author': 'OpenERP SA',
'depends': ['hw_proxy'],
'external_dependencies': {
'python' : ['usb.core'],
'python' : ['usb.core','serial','Image','qrcode'],
},
'test': [
],