[FIX] hw_escpos: removed PIL external dependency as it is already required by openerp

bzr revid: fva@openerp.com-20140113101520-meh1tswxn2eg11ge
This commit is contained in:
Frédéric van der Essen 2014-01-13 11:15:20 +01:00
parent b897920b5a
commit f72044585a
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','Image','qrcode'],
'python' : ['usb.core','serial','qrcode'],
},
'test': [
],