Skip to content

Commit

Permalink
[ADD] hw_*: Add python modules for using Samba
Browse files Browse the repository at this point in the history
For the use of driver using the Samba share file we need the modules
PySmbClient==0.1.5
cryptocode==0.1

closes odoo#112526

Signed-off-by: Quentin Lejeune (qle) <qle@odoo.com>
  • Loading branch information
qle-odoo committed Feb 16, 2023
1 parent 01aad66 commit 38f8cf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 2 additions & 0 deletions setup/win32/requirements-local-proxy.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
netifaces==0.11.0
PyKCS11==1.5.10
ghostscript==0.7
cryptocode==0.1
pysmb==1.2.9.1

0 comments on commit 38f8cf9

Please sign in to comment.