commit: e0892d983ff33d71876cd9b883db8ad4854b7957
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 15:39:25 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 15:39:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0892d98
sci-geosciences/folium: depend on xyzservice
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../folium/{folium-0.15.1.ebuild => folium-0.15.1-r1.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sci-geosciences/folium/folium-0.15.1.ebuild
b/sci-geosciences/folium/folium-0.15.1-r1.ebuild
similarity index 90%
rename from sci-geosciences/folium/folium-0.15.1.ebuild
rename to sci-geosciences/folium/folium-0.15.1-r1.ebuild
index 80320ba16aa6..7d351d52562a 100644
--- a/sci-geosciences/folium/folium-0.15.1.ebuild
+++ b/sci-geosciences/folium/folium-0.15.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@@ -20,7 +20,8 @@ PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
)
-RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
+RDEPEND="sci-geosciences/xyzservices[${PYTHON_USEDEP}]
+ sci-libs/branca[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]"