summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2018-09-26 13:09:40 +0200
committerManuel Rüger <mrueg@gentoo.org>2018-09-26 13:09:40 +0200
commit07c21d5b4654d53b5d5eef5312150303c62b6f53 (patch)
tree39af815a2369ec5eb57c7a871290fa64071dc453 /dev-python/CacheControl
parentnet-misc/youtube-dl: Old. (diff)
downloadgentoo-07c21d5b4654d53b5d5eef5312150303c62b6f53.tar.gz
gentoo-07c21d5b4654d53b5d5eef5312150303c62b6f53.tar.bz2
gentoo-07c21d5b4654d53b5d5eef5312150303c62b6f53.zip
dev-python/CacheControl: Fix DEPEND string
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'dev-python/CacheControl')
-rw-r--r--dev-python/CacheControl/CacheControl-0.11.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/CacheControl/CacheControl-0.11.5.ebuild b/dev-python/CacheControl/CacheControl-0.11.5.ebuild
index c581347afc13..f33f958f3ec2 100644
--- a/dev-python/CacheControl/CacheControl-0.11.5.ebuild
+++ b/dev-python/CacheControl/CacheControl-0.11.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -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}] )
"