From: Manuel RĂ¼ger Date: Tue, 16 May 2017 12:20:44 +0000 (+0200) Subject: dev-python/CacheControl: Fix DEPEND variable name X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9c71c43f1feb83f9f5e914b7bf3d53dde72ab406;p=gentoo.git dev-python/CacheControl: Fix DEPEND variable name Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-python/CacheControl/CacheControl-0.11.7.ebuild b/dev-python/CacheControl/CacheControl-0.11.7.ebuild index 730861e96650..32bda26542db 100644 --- a/dev-python/CacheControl/CacheControl-0.11.7.ebuild +++ b/dev-python/CacheControl/CacheControl-0.11.7.ebuild @@ -19,7 +19,7 @@ IUSE="test" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] >=dev-python/lockfile-0.9[${PYTHON_USEDEP}]" -DEPENDS="${RDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] ) "