From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D13D1382C5 for ; Sun, 13 Jun 2021 08:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6102DE0A5A; Sun, 13 Jun 2021 08:49:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 200B4E0A4F for ; Sun, 13 Jun 2021 08:49:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE26A340DCD for ; Sun, 13 Jun 2021 08:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8534D7BA for ; Sun, 13 Jun 2021 08:49:08 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1623529069.0ba1670be14d69a6113be2f571e17ff1c91e9d0b.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/geopy/geopy-2.1.0.ebuild X-VCS-Directories: dev-python/geopy/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 0ba1670be14d69a6113be2f571e17ff1c91e9d0b X-VCS-Branch: master Date: Sun, 13 Jun 2021 08:49:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f13b7b87-8632-4f0d-84e7-20d15b9a1702 X-Archives-Hash: 62af5d0343931cfac75775cb13a2f47b commit: 0ba1670be14d69a6113be2f571e17ff1c91e9d0b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Jun 11 15:09:34 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sat Jun 12 20:17:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ba1670b dev-python/geopy: fix dep Closes: https://bugs.gentoo.org/795171 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/geopy/geopy-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/geopy/geopy-2.1.0.ebuild b/dev-python/geopy/geopy-2.1.0.ebuild index 673e67846..5419da488 100644 --- a/dev-python/geopy/geopy-2.1.0.ebuild +++ b/dev-python/geopy/geopy-2.1.0.ebuild @@ -19,7 +19,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -RDEPEND="sci-geosciences/GeographicLib[${PYTHON_USEDEP}]" +RDEPEND=">=sci-geosciences/GeographicLib-1.51-r1[python,${PYTHON_USEDEP}]" BDEPEND=" test? ( dev-python/async_generator[${PYTHON_USEDEP}]