diff options
author | 2017-05-16 14:20:44 +0200 | |
---|---|---|
committer | 2017-05-16 14:20:44 +0200 | |
commit | 9c71c43f1feb83f9f5e914b7bf3d53dde72ab406 (patch) | |
tree | c4d8544c6ab8305c02106773292d1729704b4c3f /dev-python/CacheControl | |
parent | dev-python/pyaes: Add python3_6, add tests (diff) | |
download | gentoo-9c71c43f1feb83f9f5e914b7bf3d53dde72ab406.tar.gz gentoo-9c71c43f1feb83f9f5e914b7bf3d53dde72ab406.tar.bz2 gentoo-9c71c43f1feb83f9f5e914b7bf3d53dde72ab406.zip |
dev-python/CacheControl: Fix DEPEND variable name
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/CacheControl')
-rw-r--r-- | dev-python/CacheControl/CacheControl-0.11.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}] ) " |