python3 -m venv venv
./venv/bin/pip install --upgrade pip
./venv/bin/pip install py-bcrypt==0.3
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
#export CFLAGS="$(pkg-config --cflags eopenssl33)" # on OpenBSD
#export LDFLAGS="$(pkg-config --libs eopenssl33)"
./venv/bin/pip install cryptography==3.4.8
./venv/bin/pip install autobahn==21.2.1 buildbot-worker
Last active
July 1, 2025 15:07
-
-
Save fragglet/23460ec9b5b82433b33e281e576cd497 to your computer and use it in GitHub Desktop.
Build buildbot-worker without Rust dependency
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment