sslyze: relax dep on cryptography

This commit is contained in:
blshkv 2018-11-25 23:52:55 +08:00
parent db817dabef
commit c777a375bc
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -24,5 +24,6 @@ RDEPEND="=dev-python/nassl-2.1*[${PYTHON_USEDEP}]
src_prepare(){
rm -r tests
sed -i "s|cryptography==2.3|cryptography>=2.3|g" setup.py
eapply_user
}