Skip to content

Commit c234f50

Browse files
committed
tooling: Fix error in Makefile.setup
1 parent 6319073 commit c234f50

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile.setup

+4-3
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,20 @@ install-ubuntu-deps::
108108
build-essential \
109109
clang-format \
110110
cmake \
111-
doxygen \
112111
curl \
112+
doxygen \
113113
file \
114114
git \
115115
graphviz \
116116
jq \
117+
netcat-openbsd \
117118
patchelf \
118119
psmisc \
119-
python3-setuptools \
120120
python3-pip \
121-
python3-venv \
121+
python3-setuptools \
122122
time \
123123
tmux \
124+
python3-venv \
124125
;
125126

126127
# Require GCC and G++ version >= 8

0 commit comments

Comments
 (0)