diff options
author | 2017-12-25 15:44:04 +0000 | |
---|---|---|
committer | 2017-12-26 02:04:48 +0000 | |
commit | 495ee1fcaeeddcd03008f45fa0b1684f11ef4b17 (patch) | |
tree | fbe0990a8043213cd844cf0300568a9ffff14152 /dev-python/botocore | |
parent | sci-geosciences/qgis: Add missing DEPEND (diff) | |
download | gentoo-495ee1fcaeeddcd03008f45fa0b1684f11ef4b17.tar.gz gentoo-495ee1fcaeeddcd03008f45fa0b1684f11ef4b17.tar.bz2 gentoo-495ee1fcaeeddcd03008f45fa0b1684f11ef4b17.zip |
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
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-1.8.20.ebuild | 5 |
1 files 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 08b1d49616cb..9e2b1a14bd8e 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" ) |