Skip to content

Commit c4ffa83

Browse files
committed
fix: fix python3 distro
Signed-off-by: Kim Ebert <[email protected]>
1 parent f01b099 commit c4ffa83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-scripts/ubuntu-2204/build-indy_node.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ fpm --input-type "python" \
3333
--depends iptables \
3434
--depends libsodium23 \
3535
--depends "indy-plenum(=${plenumDebVersion})" \
36-
--depends "python3-distro(=1.7.0-1)" \
3736
--python-disable-dependency "indy-plenum" \
38-
--python-disable-dependency "python3-distro" \
3937
--no-python-fix-dependencies \
4038
--maintainer "Hyperledger <[email protected]>" \
4139
--before-install "preinst_node" \

0 commit comments

Comments
 (0)