commit:     bdac7ae11883c0dc8ef43ecb3db5e905f0d13349
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 07:08:46 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 07:08:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdac7ae1

sci-geosciences/folium: fix dependency

Closes: https://bugs.gentoo.org/806064
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/folium/folium-0.12.1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild 
b/sci-geosciences/folium/folium-0.12.1.ebuild
index 1a5944469af..aed52831717 100644
--- a/sci-geosciences/folium/folium-0.12.1.ebuild
+++ b/sci-geosciences/folium/folium-0.12.1.ebuild
@@ -20,8 +20,12 @@ PATCHES=(
 )
 
 RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+       dev-python/jinja[${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+       test? (
+               dev-python/pillow[${PYTHON_USEDEP}]
+       )"
 BDEPEND=""
 
 distutils_enable_tests pytest

Reply via email to