From 38f8cf92c05ebea2714d513f1916ef581b0d9c73 Mon Sep 17 00:00:00 2001
From: lejeune quentin <qle@odoo.com>
Date: Mon, 13 Feb 2023 10:31:04 +0000
Subject: [PATCH] [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: Quentin Lejeune (qle) <qle@odoo.com>
---
 .../posbox/overwrite_before_init/etc/init_posbox_image.sh     | 4 +++-
 setup/win32/requirements-local-proxy.txt                      | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh b/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh
index 8e6c666a2e95..ba30833e7986 100755
--- a/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh
+++ b/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh
@@ -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}
 
diff --git a/setup/win32/requirements-local-proxy.txt b/setup/win32/requirements-local-proxy.txt
index 7f8cf902ce7e..ce9334e42a55 100644
--- a/setup/win32/requirements-local-proxy.txt
+++ b/setup/win32/requirements-local-proxy.txt
@@ -1,3 +1,5 @@
 netifaces==0.11.0
 PyKCS11==1.5.10
 ghostscript==0.7
+cryptocode==0.1
+pysmb==1.2.9.1
-- 
GitLab