File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 26
26
"windows-jdk17" : { "packages" : { "devkit:VS2019-16.9.3+1" : " ==0" }}
27
27
},
28
28
"deps" : {
29
+ "COMMENT.common" : [
30
+ " pip:isort is a dependency of pip:pylint. The explicit dependency on the pip package works around" ,
31
+ " https://bugzilla.redhat.com/show_bug.cgi?id=1710221 on older Redhat-based systems, and doesn't" ,
32
+ " hurt on others."
33
+ ],
29
34
"common" : {
30
35
"timelimit" : " 30:00" ,
31
36
"environment" : {
32
37
"MX_PYTHON" : " python3"
33
38
},
34
39
"packages" : {
40
+ "pip:isort" : " ==4.3.19" ,
35
41
"pip:logilab-common" : " ==1.4.4" ,
36
42
"pip:pylint" : " ==1.9.3" ,
37
43
"pip:ninja_syntax" : " ==1.7.2"
Original file line number Diff line number Diff line change 24
24
{
25
25
"name" : "regex" ,
26
26
"subdir" : True ,
27
- "version" : "5ff32b76b947c6275583a7dbb9bc16f22259955a " ,
27
+ "version" : "ad535115cd6441bdc6e2b0842b50a630aa5abf1c " ,
28
28
"urls" : [
29
29
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
30
30
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
You can’t perform that action at this time.
0 commit comments