Fix uri test on Python 2.6.

(cherry picked from commit 5c124876fa)
This commit is contained in:
Matt Clay 2018-05-16 14:13:52 -07:00
parent e583d63144
commit e450722867

View file

@ -1 +1,2 @@
cryptography < 2.2 ; python_version < "2.7" # cryptography 2.2+ requires python 2.7+
pyopenssl < 18.0 ; python_version < "2.7" # pyopenssl 18.0+ requires python 2.7+