dev-python/pyopenssl: update min cryptography version

This matches the requirements in the setup.py source.
This commit is contained in:
Mike Frysinger
2016-05-12 21:12:25 -04:00
parent 94ea431c44
commit 3a2b2d110b

View File

@@ -28,7 +28,7 @@ RESTRICT="test" # currently pretty broken
RDEPEND="
>=dev-python/six-1.5.2[${PYTHON_USEDEP}]
>=dev-python/cryptography-0.7[${PYTHON_USEDEP}]"
>=dev-python/cryptography-1.3[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"