From 552df6fc28b3108e927a8cd483bbea601525432f Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 28 Mar 2021 11:39:04 +0200 Subject: [PATCH] dev-python/azure-storage-blob: add bdep on unzip for zip file Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- dev-python/azure-storage-blob/azure-storage-blob-12.7.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.7.1.ebuild b/dev-python/azure-storage-blob/azure-storage-blob-12.7.1.ebuild index a9a0235116..eccc77808a 100644 --- a/dev-python/azure-storage-blob/azure-storage-blob-12.7.1.ebuild +++ b/dev-python/azure-storage-blob/azure-storage-blob-12.7.1.ebuild @@ -13,3 +13,5 @@ SRC_URI="https://files.pythonhosted.org/packages/62/c5/2ded1eafb82fe093c9f18db07 LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" + +BDEPEND="app-arch/unzip"