dev-python/dnspython: adjust blockers

Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62
This commit is contained in:
Mike Gilbert
2017-05-10 10:48:46 -04:00
parent 0a5b19b59d
commit 0cac73c502
3 changed files with 4 additions and 4 deletions

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
EAPI=5
@@ -19,7 +19,6 @@ IUSE="examples test"
RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
!dev-python/dnspython:0"
DEPEND="${RDEPEND}
!dev-python/dnspython:0
app-arch/unzip"
# For testsuite

View File

@@ -22,7 +22,6 @@ IUSE="examples test"
RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
!dev-python/dnspython:0"
DEPEND="${RDEPEND}
!dev-python/dnspython:0
app-arch/unzip"
S="${WORKDIR}/${MY_P}"

View File

@@ -16,7 +16,9 @@ SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="examples test"
RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"
RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
!dev-python/dnspython:py2
!dev-python/dnspython:py3"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
app-arch/unzip"