sslyze: allow cryptography greater than =2.2.2, drop old

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-08-03 12:24:50 -04:00
parent 0d3b873bb0
commit d06eabd9c7
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 1 additions and 24 deletions

View file

@ -17,7 +17,7 @@ IUSE=""
DEPEND=""
RDEPEND="=dev-python/nassl-1.1*[${PYTHON_USEDEP}]
=dev-python/cryptography-2.2.2[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.2.2[${PYTHON_USEDEP}]
>=dev-python/tls_parser-1.2.0[${PYTHON_USEDEP}]
virtual/python-enum34[${PYTHON_USEDEP}]
virtual/python-typing[${PYTHON_USEDEP}]"

View file

@ -1,23 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1
DESCRIPTION="Fast and full-featured SSL scanner"
HOMEPAGE="https://github.com/nabla-c0d3/sslyze"
SRC_URI="https://github.com/nabla-c0d3/sslyze/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="=dev-python/nassl-1.1*[${PYTHON_USEDEP}]
=dev-python/cryptography-2.2.2[${PYTHON_USEDEP}]
>=dev-python/tls_parser-1.2.0[${PYTHON_USEDEP}]
virtual/python-enum34[${PYTHON_USEDEP}]
virtual/python-typing[${PYTHON_USEDEP}]"