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 203941382C5 for ; Wed, 26 May 2021 13:42:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAFC8E14F7; Wed, 26 May 2021 13:42:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BFDDFE14F4 for ; Wed, 26 May 2021 13:42:48 +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 BEDB3340EA0 for ; Wed, 26 May 2021 13:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D603A7A3 for ; Wed, 26 May 2021 13:42:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622027211.528b4e1ed58d4c44522ae5aca0efe1b1a16b2eaa.andrewammerlaan@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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 528b4e1ed58d4c44522ae5aca0efe1b1a16b2eaa X-VCS-Branch: master Date: Wed, 26 May 2021 13:42:44 +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: 35105813-4a9c-488b-aaf2-6a1e7a068607 X-Archives-Hash: 6d35e443ee5b4354cf5f5c3fa9b242e0 commit: 528b4e1ed58d4c44522ae5aca0efe1b1a16b2eaa Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed May 26 11:06:29 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 26 11:06:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=528b4e1e dev-python/geopy: add missing test dep Closes: https://bugs.gentoo.org/792210 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/geopy/geopy-2.1.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/geopy/geopy-2.1.0.ebuild b/dev-python/geopy/geopy-2.1.0.ebuild index d2745631b..b0e55fb5e 100644 --- a/dev-python/geopy/geopy-2.1.0.ebuild +++ b/dev-python/geopy/geopy-2.1.0.ebuild @@ -22,8 +22,8 @@ KEYWORDS="~amd64" RDEPEND="dev-python/geographiclib[${PYTHON_USEDEP}]" BDEPEND=" test? ( + dev-python/async_generator[${PYTHON_USEDEP}] dev-python/pytest-aiohttp[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] ) @@ -32,8 +32,7 @@ BDEPEND=" distutils_enable_tests pytest distutils_enable_sphinx docs \ dev-python/sphinx-issues \ - ">=dev-python/sphinx_rtd_theme-0.4.0" \ - dev-python/readme_renderer + dev-python/sphinx_rtd_theme python_test() { epytest \