[FIX] hw_escpos: last commit didn't work as intended, reverting changes

bzr revid: fva@openerp.com-20140113125325-9bodx8qrc0q7qgca
This commit is contained in:
Frédéric van der Essen 2014-01-13 13:53:25 +01:00
parent a8262eb44f
commit 539ebab188
1 changed files with 1 additions and 1 deletions

View File

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