Browse Source

use cryptography<3.0, more recent versions break jessie box

Thomas Waldmann 4 years ago
parent
commit
6deb756a41
1 changed files with 2 additions and 0 deletions
  1. 2 0
      requirements.d/development.txt

+ 2 - 0
requirements.d/development.txt

@@ -2,6 +2,8 @@ setuptools
 setuptools_scm
 setuptools_scm
 pip
 pip
 virtualenv
 virtualenv
+# newer cryptography does not build in the jessie vagrant boxes
+cryptography<3.0
 tox
 tox
 pytest
 pytest
 pytest-xdist
 pytest-xdist