From: Virgil Dupras Date: Fri, 27 Jul 2018 18:12:40 +0000 (-0400) Subject: dev-python/fabric: add paramiko dep upper guard X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=83d00a6d2dada40cad5133971079ea0a71984824;p=gentoo.git dev-python/fabric: add paramiko dep upper guard Bug 623496 happened because we forgot that guard for v2.0. Let's not repeat the mistake. Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- diff --git a/dev-python/fabric/fabric-1.14.0.ebuild b/dev-python/fabric/fabric-1.14.0.ebuild index 4b345890112a..2b202fef3ee2 100644 --- a/dev-python/fabric/fabric-1.14.0.ebuild +++ b/dev-python/fabric/fabric-1.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,8 @@ KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc test" RDEPEND=" - >=dev-python/paramiko-1.10[${PYTHON_USEDEP}]" + >=dev-python/paramiko-1.10[${PYTHON_USEDEP}] +