Skip to content
Snippets Groups Projects
Commit 38f8cf92 authored by lejeune quentin's avatar lejeune quentin
Browse files

[ADD] hw_*: Add python modules for using Samba


For the use of driver using the Samba share file we need the modules
PySmbClient==0.1.5
cryptocode==0.1

closes odoo/odoo#112526

Signed-off-by: default avatarQuentin Lejeune (qle) <qle@odoo.com>
parent 01aad66d
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,9 @@ PIP_TO_INSTALL="
polib \
pycups \
pyusb \
v4l2"
v4l2 \
pysmb==1.2.9.1 \
cryptocode==0.1"
pip3 install ${PIP_TO_INSTALL}
......
netifaces==0.11.0
PyKCS11==1.5.10
ghostscript==0.7
cryptocode==0.1
pysmb==1.2.9.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment