From f745ab7fbcf9114085575e108fa8938231f3520c Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 29 Jun 2022 15:52:43 +0200 Subject: [PATCH] Add PyQt6 sip to hidden_imports Contributes to CURA-9365 --- conandata.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conandata.yml b/conandata.yml index 586d0c0809..4f9c0b07f7 100644 --- a/conandata.yml +++ b/conandata.yml @@ -59,6 +59,7 @@ - "pyArcus" - "pynest2d" - "PyQt6.QtNetwork" + - "PyQt6.sip" - "logging.handlers" - "zeroconf" - "fcntl" @@ -213,6 +214,7 @@ - "pyArcus" - "pynest2d" - "PyQt6.QtNetwork" + - "PyQt6.sip" - "logging.handlers" - "zeroconf" - "fcntl" @@ -290,6 +292,7 @@ - "pyArcus" - "pynest2d" - "PyQt6.QtNetwork" + - "PyQt6.sip" - "logging.handlers" - "zeroconf" - "fcntl"