Skip to content

Commit 8cc1162

Browse files
committed
buildutils.bundle is gone
1 parent 05fd2b2 commit 8cc1162

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/install_libzmq.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# script to install libzmq/libsodium for use in wheels
33
set -ex
44
LIBSODIUM_VERSION="1.0.19"
5-
6-
LIBZMQ_VERSION="$(python3 -m buildutils.bundle)"
5+
LIBZMQ_VERSION="4.3.5"
76

87
if [[ "$(uname)" == "Darwin" ]]; then
98
ARCHS="x86_64"

0 commit comments

Comments
 (0)