dev-python/requests-cache: Add missing unzip dep
authorMichał Górny <mgorny@gentoo.org>
Wed, 6 May 2020 05:21:56 +0000 (07:21 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 6 May 2020 06:03:49 +0000 (08:03 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild

index 9315a80d30ac60ce51e2ca7ffe48ecf31fe82359..39b6b50ddaa02398baf3d28a61096908d8ede984 100644 (file)
@@ -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}] )"