[FIX] hw_escpos: use pip module name for external dependencies

bzr revid: fva@openerp.com-20140113110705-3qob6gdpir3f3rfb
This commit is contained in:
Frédéric van der Essen 2014-01-13 12:07:05 +01:00
parent 310807b286
commit a8262eb44f
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','serial','qrcode'],
'python' : ['pyusb','pyserial','qrcode'],
},
'test': [
],