Skip to content

Commit

Permalink
we need six too (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and alex committed Jul 4, 2018
1 parent 8795117 commit d44e4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile-pynacl-wheel-builder
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def build(version, label, imageName) {
virtualenv .venv -p ${pythonPath[version]}
source .venv/bin/activate
pip install -U wheel # upgrade wheel to latest before we use it to build the wheel
pip install cffi # install this with pip so we get TLS 1.2
pip install cffi six # install this with pip so we get TLS 1.2
pip download pynacl --no-binary pynacl --no-deps
tar zxf PyNaCl*
pushd PyNaCl*
Expand Down

0 comments on commit d44e4fe

Please sign in to comment.