Skip to content

Commit 91b6177

Browse files
authored
Merge pull request #1499 from askolesov/bugfix-ursa-dependency
Fixing CD
2 parents 566061b + 0c686d0 commit 91b6177

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Jenkinsfile.cd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ options.setPkgName(pkgName)
245245
options.setBuiltPkgs([
246246
'rocksdb': '5.8.8',
247247
'python3-ioflo': '1.5.4',
248-
'python3-orderedset': '2.0',
248+
'python3-orderedset': '2.0.3',
249249
'python3-base58': '1.0.0',
250250
'python3-prompt-toolkit': '0.57',
251251
'python3-rlp': '0.5.1',
@@ -258,13 +258,14 @@ options.setBuiltPkgs([
258258
'python3-dateutil': '2.6.1',
259259
'python3-semver': '2.7.9',
260260
'python3-pygments': '2.2.0',
261-
'python3-psutil': '5.4.3',
261+
'python3-psutil': '5.6.6',
262262
'python3-pyzmq': '18.1.0',
263263
'python3-intervaltree': '2.1.0',
264264
'python3-jsonpickle': '0.9.6',
265265
'python3-rocksdb': '0.6.9',
266-
'python3-pympler': '0.5',
266+
'python3-pympler': '0.8',
267267
'python3-packaging': '19.0'
268+
'python3-ursa': '0.1.0'
268269
])
269270

270271

0 commit comments

Comments
 (0)