commit: 495ee1fcaeeddcd03008f45fa0b1684f11ef4b17
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 15:44:04 2017 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 02:04:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495ee1fc
dev-python/botocore: simplify *DEPEND declaration
Don't use extra temporary variable CDEFINE as it's just RDEPEND.
Package-Manager: Portage-2.3.17, Repoman-2.3.6
dev-python/botocore/botocore-1.8.20.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/botocore/botocore-1.8.20.ebuild
b/dev-python/botocore/botocore-1.8.20.ebuild
index 08b1d49616c..9e2b1a14bd8 100644
--- a/dev-python/botocore/botocore-1.8.20.ebuild
+++ b/dev-python/botocore/botocore-1.8.20.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
-CDEPEND="
+RDEPEND="
>=dev-python/docutils-0.10[${PYTHON_USEDEP}]
>=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
<dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
@@ -31,12 +31,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}"
PATCHES=( "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" )