dev-python/tlslite: drop cryptlib dep

Bug: https://bugs.gentoo.org/603870

Package-Manager: Portage-2.3.3_p12, Repoman-2.3.1_p5
This commit is contained in:
Mike Gilbert
2016-12-31 22:11:59 -05:00
parent 7965a1b878
commit 033ca911e8
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,7 +20,6 @@ IUSE="doc gmp"
RESTRICT="test"
DEPEND="
>=dev-libs/cryptlib-3.3.3[python,${PYTHON_USEDEP}]
|| (
dev-python/m2crypto[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,7 +19,6 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND="
>=dev-libs/cryptlib-3.3.3[python,${PYTHON_USEDEP}]
|| (
dev-python/m2crypto[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]