Skip to content

Commit

Permalink
Remove zlibc from ubuntu packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Marek committed Sep 29, 2021
1 parent 593c9eb commit 123bbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx.fastr/mx_fastr_install_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"libpcre3",
# libpcre2-8-0 is installed on Ubuntu by default, but we enumerate it here just to be sure
"libpcre2-8-0",
"zlibc",
"curl",
"gfortran",
"bzip2",
Expand All @@ -59,6 +58,7 @@
"libpcre3-dev",
"libpcre2-dev",
"libreadline-dev",
"zlib1g",
"zlib1g-dev",
"libbz2-dev",
"libcurl4",
Expand Down

0 comments on commit 123bbf9

Please sign in to comment.