Skip to content

Commit 6c92ec7

Browse files
authored
Merge pull request #1630 from pSchlarb/ubuntu-20.04-upgrade
added dependencies
2 parents 3dba1bb + 68498ec commit 6c92ec7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-scripts/ubuntu-2004/build-plenum.sh

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ fpm --input-type "python" \
2222
--output-type "deb" \
2323
--architecture "amd64" \
2424
--depends "python3-pyzmq (= 22.3.0)" \
25+
--depends "rocksdb (=5.8.8)"\
26+
--depends "ursa (= 0.3.2-1)"\
2527
--verbose \
2628
--python-package-name-prefix "python3"\
2729
--python-bin "/usr/bin/python3" \

0 commit comments

Comments
 (0)