Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/
Date: Wed, 06 May 2020 06:04:04
Message-Id: 1588745031.c2ac4782e35d8ccab0a75d335674e7b0c6a8fbc2.mgorny@gentoo
1 commit: c2ac4782e35d8ccab0a75d335674e7b0c6a8fbc2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 05:22:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 06:03:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ac4782
7
8 dev-python/requests-cache: Remove redudant setuptools dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
16 index 39b6b50ddaa..5ac6dc24a10 100644
17 --- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
18 +++ b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
19 @@ -20,7 +20,6 @@ IUSE="doc"
20 RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
21 DEPEND="
22 app-arch/unzip
23 - dev-python/setuptools[${PYTHON_USEDEP}]
24 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
25
26 # Testsuite excels in tests connecting to the network via local server daemons