Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/CacheControl/
Date: Wed, 26 Sep 2018 11:10:02
Message-Id: 1537960180.07c21d5b4654d53b5d5eef5312150303c62b6f53.mrueg@gentoo
1 commit: 07c21d5b4654d53b5d5eef5312150303c62b6f53
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 26 11:09:40 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 26 11:09:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c21d5b
7
8 dev-python/CacheControl: Fix DEPEND string
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11
12 dev-python/CacheControl/CacheControl-0.11.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/CacheControl/CacheControl-0.11.5.ebuild b/dev-python/CacheControl/CacheControl-0.11.5.ebuild
16 index c581347afc1..f33f958f3ec 100644
17 --- a/dev-python/CacheControl/CacheControl-0.11.5.ebuild
18 +++ b/dev-python/CacheControl/CacheControl-0.11.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -19,7 +19,7 @@ IUSE="test"
26 RDEPEND="
27 dev-python/requests[${PYTHON_USEDEP}]
28 >=dev-python/lockfile-0.9[${PYTHON_USEDEP}]"
29 -DEPENDS="${RDEPEND}
30 +DEPEND="${RDEPEND}
31 dev-python/setuptools[${PYTHON_USEDEP}]
32 test? ( dev-python/pytest[${PYTHON_USEDEP}] )
33 "