Skip to content

Commit 9ecb978

Browse files
committed
Fix psutil package removed by mx update imports
1 parent f3f43f1 commit 9ecb978

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/python-gate.libsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
llvm: "==8.0.0",
213213
maven: ">=3.3.9",
214214
curl: '==7.50.1',
215+
"pip:psutil": "==7.1.3",
215216
},
216217
amd64: {},
217218
aarch64: {},
@@ -220,13 +221,15 @@
220221
common: {
221222
coreutils: "",
222223
maven: ">=3.3.9",
224+
"pip:psutil": "==7.1.3",
223225
},
224226
amd64: {},
225227
aarch64: {},
226228
},
227229
windows: {
228230
common: {
229231
maven: ">=3.3.9",
232+
"pip:psutil": "==7.1.3",
230233
},
231234
amd64: {},
232235
aarch64: {},

0 commit comments

Comments
 (0)