Skip to content

Commit 658aaf5

Browse files
committed
Update IOFLO to use 2.0.3
1 parent 03d6b51 commit 658aaf5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build-scripts/ubuntu-2204/build-3rd-parties.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ build_from_pypi_wheel importlib-metadata 3.10.1
163163
# ToDo:
164164
# - Currently being built off a commit from the main repo
165165
# - Update to build from PyPi Wheel once a release containing Kim's updates is available on PyPi
166-
build_ioflo_deb 45bcddbf680d22af84469406a04286ff1c79043a
167166
build_from_pypi_wheel jsonpickle
168167
build_from_pypi_wheel leveldb
169168
build_from_pypi_wheel libnacl 1.6.1
@@ -184,7 +183,7 @@ build_from_pypi_wheel sha3
184183
build_from_pypi_wheel six
185184
build_from_pypi_wheel sortedcontainers 2.1.0
186185
build_from_pypi_wheel ujson 1.33
187-
186+
build_from_pypi_wheel ioflo 2.0.3
188187
build_from_pypi_wheel indy-vdr 0.4.2
189188
build_from_pypi_wheel aries-askar 0.4.3
190189
build_from_pypi_wheel indy-credx 1.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def run(self):
9999
'base58',
100100
# pinned because issue with fpm from v4.0.0
101101
'importlib_metadata==3.10.1',
102-
# 'ioflo==2.0.2',
102+
'ioflo==2.0.3',
103103
# 'jsonpickle==2.0.0',
104104
'jsonpickle',
105105
# 'leveldb==0.201',

0 commit comments

Comments
 (0)