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:05
Message-Id: 1588745029.16d108c5582d7aeb58769a3caaa2566ef128657f.mgorny@gentoo
1 commit: 16d108c5582d7aeb58769a3caaa2566ef128657f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 05:21:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 06:03:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d108c5
7
8 dev-python/requests-cache: Add missing unzip 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 insertion(+)
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 9315a80d30a..39b6b50ddaa 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 @@ -19,6 +19,7 @@ IUSE="doc"
20 # Portage only has versions of request >= minimum border
21 RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
22 DEPEND="
23 + app-arch/unzip
24 dev-python/setuptools[${PYTHON_USEDEP}]
25 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"