You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- python3-grpc-tools (>= 1.14.0) - needed *only* if updating the protobuf files (not likely)
75
+
-cython3 (only if `bundle-grpc=true`)
76
76
- gobject-introspection
77
77
78
78
##### required only for makepot
@@ -84,16 +84,22 @@ _____
84
84
- gir1.2-gtk-3.0 (>= 3.20.0)
85
85
- gir1.2-xapp-1.0 (>= 1.6.0)
86
86
- python3
87
+
- python3-async-timeout (only with python < 3.11 and `bundle-zeroconf=true`)
87
88
- python3-gi
88
89
- python3-setproctitle
89
90
- python3-xapp (>= 1.6.0)
90
-
- python3-zeroconf (>= 0.27.0) *** see note below
91
-
- python3-grpcio (>= 1.16.0)
91
+
- python3-zeroconf (>= 0.27.0) (only if `bundle-zeroconf=false`)
92
+
- python3-grpcio (>= 1.16.0) (only if `bundle-grpc=false`)
93
+
- python3-protobuf (only if `bundle-grpc=false`)
92
94
- python3-cryptography
93
95
- python3-nacl
96
+
- python3-netaddr
97
+
- python3-ifaddr
98
+
- python3-netifaces
94
99
95
100
##### Note about zeroconf
96
-
As of v1.2.0, the build attempts to download and install/package zeroconf to the warpinator install dir (or package). To disable this and have warpinator use the system's version, set the 'bundle-zeroconf' build option to false:
101
+
We've started bundling certain dependencies due to their tendency to break and/or exhibit different behavior on different distributions.
0 commit comments