commit: 16d108c5582d7aeb58769a3caaa2566ef128657f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 6 05:21:56 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 6 06:03:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d108c5
dev-python/requests-cache: Add missing unzip dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
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
index 9315a80d30a..39b6b50ddaa 100644
--- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild
@@ -19,6 +19,7 @@ IUSE="doc"
# Portage only has versions of request >= minimum border
RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]"
DEPEND="
+ app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"