Skip to content

Commit f488711

Browse files
committed
Add bouncycastle dependencies
1 parent 4b72be5 commit f488711

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

mx.graalpython/suite.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,24 @@
114114
"packedResource": True,
115115
"sha1": "fa2ae4db119f639a01b02f99f1ba671ece2828eb",
116116
},
117+
"BOUNCYCASTLE-PROVIDER": {
118+
"sha1": "46a080368d38b428d237a59458f9bc915222894d",
119+
"sourceSha1": "c092c4f5af620ea5fd40a48d844c556826bebb63",
120+
"maven": {
121+
"groupId": "org.bouncycastle",
122+
"artifactId": "bcprov-jdk15on",
123+
"version": "1.68",
124+
},
125+
},
126+
"BOUNCYCASTLE-PKIX": {
127+
"sha1": "81da950604ff0b2652348cbd2b48fde46ced9867",
128+
"sourceSha1": "a5407438fed5d271f129d85e3f92cc027fa246a9",
129+
"maven": {
130+
"groupId": "org.bouncycastle",
131+
"artifactId": "bcpkix-jdk15on",
132+
"version": "1.68",
133+
},
134+
},
117135
"BZIP2": {
118136
"urls": [
119137
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/graalpython/bzip2-1.0.8.tar.gz",
@@ -257,6 +275,8 @@
257275
"truffle:ICU4J",
258276
"truffle:ICU4J-CHARSET",
259277
"regex:TREGEX",
278+
"BOUNCYCASTLE-PROVIDER",
279+
"BOUNCYCASTLE-PKIX",
260280
"sdk:JLINE3",
261281
],
262282
"requires": [

0 commit comments

Comments
 (0)