From c59dcd3ca5d65808058366b79d050d9d9e0ca08f Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Wed, 5 Jan 2022 14:29:21 +0000 Subject: [PATCH] Remove libgmp-dev dependency After merge of #1098 libsecp256k1 no longer uses libgmp at all, so we have no need to include it in our dependency list. --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 010e14b..669c703 100755 --- a/install.sh +++ b/install.sh @@ -46,7 +46,6 @@ deps_install () 'automake' \ 'pkg-config' \ 'libtool' \ - 'libgmp-dev' \ 'python3-dev' \ 'virtualenv' \ 'python3-pip' )