Skip to content

Commit

Permalink
buildutils.bundle is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 14, 2024
1 parent 05fd2b2 commit 8cc1162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/install_libzmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# script to install libzmq/libsodium for use in wheels
set -ex
LIBSODIUM_VERSION="1.0.19"

LIBZMQ_VERSION="$(python3 -m buildutils.bundle)"
LIBZMQ_VERSION="4.3.5"

if [[ "$(uname)" == "Darwin" ]]; then
ARCHS="x86_64"
Expand Down

0 comments on commit 8cc1162

Please sign in to comment.