projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c065cf3
)
dev-python/CacheControl: Fix DEPEND string
author
Manuel Rüger
<mrueg@gentoo.org>
Wed, 26 Sep 2018 11:09:40 +0000
(13:09 +0200)
committer
Manuel Rüger
<mrueg@gentoo.org>
Wed, 26 Sep 2018 11:09:40 +0000
(13:09 +0200)
Package-Manager: Portage-2.3.50, Repoman-2.3.11
dev-python/CacheControl/CacheControl-0.11.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/CacheControl/CacheControl-0.11.5.ebuild
b/dev-python/CacheControl/CacheControl-0.11.5.ebuild
index c581347afc13d703f5365836467638f452f8a9c5..f33f958f3ec209a6a8acc8013f2dd6fb1bf1ea12 100644
(file)
--- a/
dev-python/CacheControl/CacheControl-0.11.5.ebuild
+++ b/
dev-python/CacheControl/CacheControl-0.11.5.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7 Gentoo Foundation
+# Copyright 1999-201
8 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}]"
-DEPEND
S
="${RDEPEND}
+DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"