Add serial to the hidden imports

Should fix USB printing not working
This commit is contained in:
j.spijker@ultimaker.com 2022-07-11 15:41:15 +02:00 committed by jspijker
parent 19d62da737
commit 913d9b8ed7

View File

@ -73,6 +73,7 @@
- "zeroconf" - "zeroconf"
- "fcntl" - "fcntl"
- "stl" - "stl"
- "serial"
collect_all: collect_all:
- "cura" - "cura"
- "UM" - "UM"
@ -164,6 +165,7 @@
- "zeroconf" - "zeroconf"
- "fcntl" - "fcntl"
- "stl" - "stl"
- "serial"
collect_all: collect_all:
- "cura" - "cura"
- "UM" - "UM"
@ -255,6 +257,7 @@
- "zeroconf" - "zeroconf"
- "fcntl" - "fcntl"
- "stl" - "stl"
- "serial"
collect_all: collect_all:
- "cura" - "cura"
- "UM" - "UM"