Skip to content

Commit

Permalink
set explicit version of libindy deb package [INDY-1170] (hyperledger#578
Browse files Browse the repository at this point in the history
)

* sets libindy version to 1.3.1-dev-402

Signed-off-by: Andrey Kononykhin <[email protected]>

* bumps plenum version, 1.2.255

Signed-off-by: Andrey Kononykhin <[email protected]>

* sets libindy version to 1.1.1-dev-291

Signed-off-by: Andrey Kononykhin <[email protected]>
  • Loading branch information
andkononykhin authored and ashcherbakov committed Feb 22, 2018
1 parent e3a190b commit 2de104c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG venv=venv
RUN apt-get update -y && apt-get install -y \
python3-nacl \
libindy-crypto=0.2.0 \
libindy
libindy=1.1.1~291

RUN indy_ci_add_user $uid $user $venv && \
indy_ci_charm_crypto $user $venv
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
data_files=[(
(BASE_DIR, ['data/nssm_original.exe'])
)],
install_requires=['indy-plenum-dev==1.2.252',
install_requires=['indy-plenum-dev==1.2.255',
'indy-anoncreds-dev==1.0.32',
'python-dateutil',
'timeout-decorator'],
Expand Down

0 comments on commit 2de104c

Please sign in to comment.