commit:     890076d79a0203919439a131cbbf7297f6b92ac6
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 01:01:52 2017 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 03:50:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890076d7

dev-python/boto3: define *DEPEND slightly simpler

Don't use extra temporary variable CDEFINE as it's in fact just RDEPEND.

Applied just to new ebuild 1.4.8.

Suggested-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/boto3/boto3-1.4.8.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/boto3/boto3-1.4.8.ebuild 
b/dev-python/boto3/boto3-1.4.8.ebuild
index fd9d72e960f..887a8afe96a 100644
--- a/dev-python/boto3/boto3-1.4.8.ebuild
+++ b/dev-python/boto3/boto3-1.4.8.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
-CDEPEND="
+RDEPEND="
        >=dev-python/botocore-1.8.0[${PYTHON_USEDEP}]
        <dev-python/botocore-1.9.0[${PYTHON_USEDEP}]
        >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
@@ -32,12 +32,11 @@ DEPEND="
                <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
        )
        test? (
-               ${CDEPEND}
+               ${RDEPEND}
                ~dev-python/mock-1.3.0[${PYTHON_USEDEP}]
                dev-python/nose[${PYTHON_USEDEP}]
        )
 "
-RDEPEND="${CDEPEND}"
 
 python_compile_all() {
        use doc && emake -C docs html

Reply via email to