commit: 4eb9cc227fd6e6ddc2af52c0e9cbaa1840cd9396 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Aug 28 19:49:23 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Aug 28 19:49:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb9cc22
sci-geosciences/folium: fix test dep Closes: https://bugs.gentoo.org/806151 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild b/sci-geosciences/folium/folium-0.12.1.ebuild index 50f383c295f..08538ed02ea 100644 --- a/sci-geosciences/folium/folium-0.12.1.ebuild +++ b/sci-geosciences/folium/folium-0.12.1.ebuild @@ -26,6 +26,7 @@ RDEPEND="sci-libs/branca[${PYTHON_USEDEP}] DEPEND="${RDEPEND} test? ( dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] )" BDEPEND=""
