commit: 9c71c43f1feb83f9f5e914b7bf3d53dde72ab406
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 12:20:44 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue May 16 12:20:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c71c43f
dev-python/CacheControl: Fix DEPEND variable name
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/CacheControl/CacheControl-0.11.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/CacheControl/CacheControl-0.11.7.ebuild
b/dev-python/CacheControl/CacheControl-0.11.7.ebuild
index 730861e9665..32bda26542d 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}] )
"