commit: 5f65409eff1b5e024cfe395e4b90df3e4d41f39c
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 16:31:49 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 16:47:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f65409e
sci-geosciences/geopy: add usedep default
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-geosciences/geopy/geopy-2.3.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-geosciences/geopy/geopy-2.3.0-r2.ebuild
b/sci-geosciences/geopy/geopy-2.3.0-r2.ebuild
index 763894c6004a..96dc7a2bfd6b 100644
--- a/sci-geosciences/geopy/geopy-2.3.0-r2.ebuild
+++ b/sci-geosciences/geopy/geopy-2.3.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,5 +17,5 @@ KEYWORDS="~amd64"
# Need geocoding service to test
RESTRICT="test"
-RDEPEND=">=sci-geosciences/GeographicLib-1.51-r1[python,${PYTHON_USEDEP}]"
+RDEPEND=">=sci-geosciences/GeographicLib-1.51-r1[python(-),${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"