diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-05-10 10:48:46 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-05-10 10:55:24 -0400 |
commit | 0cac73c502890e66da0c08dbb68c3be7862b6118 (patch) | |
tree | d08bfc19d2a2d1170183b65480c960258eac95cc /dev-python/dnspython | |
parent | virtual/python-dnspython: depend on dev-python/dnspython:0 (diff) | |
download | gentoo-0cac73c502890e66da0c08dbb68c3be7862b6118.tar.gz gentoo-0cac73c502890e66da0c08dbb68c3be7862b6118.tar.bz2 gentoo-0cac73c502890e66da0c08dbb68c3be7862b6118.zip |
dev-python/dnspython: adjust blockers
Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/dnspython-1.12.0-r200.ebuild | 3 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.12.0-r301.ebuild | 1 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.15.0-r1.ebuild (renamed from dev-python/dnspython/dnspython-1.15.0.ebuild) | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/dnspython/dnspython-1.12.0-r200.ebuild b/dev-python/dnspython/dnspython-1.12.0-r200.ebuild index cb9bc6ec9884..2e61d8d91ba7 100644 --- a/dev-python/dnspython/dnspython-1.12.0-r200.ebuild +++ b/dev-python/dnspython/dnspython-1.12.0-r200.ebuild @@ -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 diff --git a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild index 94c410b6eaa8..a327618e6d53 100644 --- a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild +++ b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild @@ -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}" diff --git a/dev-python/dnspython/dnspython-1.15.0.ebuild b/dev-python/dnspython/dnspython-1.15.0-r1.ebuild index eb1c37219f62..fb991e706a5d 100644 --- a/dev-python/dnspython/dnspython-1.15.0.ebuild +++ b/dev-python/dnspython/dnspython-1.15.0-r1.ebuild @@ -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" |