From 324616db513be9e639f167047fba51db676a72bf Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 27 Oct 2018 14:06:36 +0200 Subject: dev-python/soappy: Add missing dep on unzip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/669750 Signed-off-by: Michał Górny --- dev-python/soappy/soappy-0.12.22.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/soappy/soappy-0.12.22.ebuild b/dev-python/soappy/soappy-0.12.22.ebuild index d7e04202033f..f4a70b92d297 100644 --- a/dev-python/soappy/soappy-0.12.22.ebuild +++ b/dev-python/soappy/soappy-0.12.22.ebuild @@ -25,6 +25,7 @@ RDEPEND="dev-python/wstools[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] ssl? ( dev-python/m2crypto[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} + app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad