Skip to content

Commit

Permalink
Blacklist cryptography 2.0
Browse files Browse the repository at this point in the history
See pyca/cryptography#3804 --
cryptography introduced an manylinux1 wheel that is incompatible
with uwsgi.

Related-Bug: 1705521
Link: pyca/cryptography#3804

Change-Id: I9e0458742730743d1ba79349e9996beeed0be24f
  • Loading branch information
dirkmueller committed Jul 25, 2017
1 parent 2b345fc commit cd8ef75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ construct>=2.8.10 # MIT
PuLP>=1.4.1 # MIT
contextlib2>=0.4.0 # PSF License
croniter>=0.3.4 # MIT License
cryptography>=1.6 # BSD/Apache-2.0
cryptography>=1.6,!=2.0 # BSD/Apache-2.0
cursive>=0.1.2 # Apache-2.0
ddt>=1.0.1 # MIT
debtcollector>=1.2.0 # Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion upper-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ PyYAML===3.12
beautifulsoup4===4.6.0
os-net-config===7.1.0
ovs===2.7.0
cryptography===2.0
cryptography===1.9
backports.ssl-match-hostname===3.5.0.1
pylxd===2.2.4
anyjson===0.3.3
Expand Down

0 comments on commit cd8ef75

Please sign in to comment.