Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Python3 dependencies to fix btest (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Dec 21, 2020
1 parent 744b6b9 commit 98e8bbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions brim/release
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ case $(uname) in
;;
Linux)
sudo=sudo
sudo apt-get -y install bison ccache flex libmaxminddb-dev libssl-dev ninja-build
sudo apt-get -y install bison ccache flex libmaxminddb-dev libssl-dev ninja-build python3-setuptools
# Compile a recent libpcap since the one we'd get via apt-get is
# old and hits https://github.com/brimsec/zeek/issues/17.
install_libpcap /
Expand All @@ -39,7 +39,7 @@ case $(uname) in
bison flex make mingw-w64-x86_64-ccache \
mingw-w64-x86_64-cmake mingw-w64-x86_64-gcc \
mingw-w64-x86_64-libmaxminddb mingw-w64-x86_64-ninja \
mingw-w64-x86_64-openssl python-pip zip
mingw-w64-x86_64-openssl python3-setuptools zip
install_libpcap /mingw64
# Replace some symlinks with a copy of the target file because
# CMake chokes on them with "file INSTALL cannot read symlink"
Expand Down Expand Up @@ -138,7 +138,7 @@ install_zeek_package() {
rm -r $package
}

$sudo pip install btest
$sudo pip3 install btest wheel

install_zeek_package brimsec/geoip-conn 16372c501a8020fc7bf98f33c3b23a066ab80aa2
install_zeek_package corelight/zeek-community-id 181a104b99d9019771ece7e489e46f2268b746d8
Expand Down

0 comments on commit 98e8bbd

Please sign in to comment.