From 68498ec662bd22c4dff21b4efd3470b942124d9b Mon Sep 17 00:00:00 2001 From: pSchlarb Date: Tue, 21 Feb 2023 14:00:46 +0100 Subject: [PATCH] added dependencies Signed-off-by: pSchlarb --- build-scripts/ubuntu-2004/build-plenum.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-scripts/ubuntu-2004/build-plenum.sh b/build-scripts/ubuntu-2004/build-plenum.sh index 69c6b36bef..5536d39ad9 100755 --- a/build-scripts/ubuntu-2004/build-plenum.sh +++ b/build-scripts/ubuntu-2004/build-plenum.sh @@ -22,6 +22,8 @@ fpm --input-type "python" \ --output-type "deb" \ --architecture "amd64" \ --depends "python3-pyzmq (= 22.3.0)" \ + --depends "rocksdb (=5.8.8)"\ + --depends "ursa (= 0.3.2-1)"\ --verbose \ --python-package-name-prefix "python3"\ --python-bin "/usr/bin/python3" \