Skip to content

Commit

Permalink
pip require as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Apr 28, 2023
1 parent 72c6d58 commit d2b10b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .platform/hooks/postdeploy/050_setup_netvfy.sh
Expand Up @@ -25,7 +25,7 @@ NET_DESC="$netvfy_netdesc"
DEST_SCRIPT="/usr/local/sbin/netvfy-agent"

function build_install_agent() {
yum -y install git cmake jansson-devel libevent-devel libcurl-devel gcc gcc-c++ make openssl-devel
yum -y install git cmake pip jansson-devel libevent-devel libcurl-devel gcc gcc-c++ make openssl-devel
git clone https://github.com/netvfy/netvfy-agent.git /tmp/netvfy-agent
cd /tmp/netvfy-agent
git submodule init
Expand Down

0 comments on commit d2b10b6

Please sign in to comment.