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 8B51E138331 for ; Fri, 6 Apr 2018 22:03:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF8DAE07F1; Fri, 6 Apr 2018 22:03:05 +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 A9DE6E07F1 for ; Fri, 6 Apr 2018 22:03:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 647E8335C72 for ; Fri, 6 Apr 2018 22:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A132D26E for ; Fri, 6 Apr 2018 22:03:02 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1523052055.d111f4f1ee9b1f83a0448622d2828d24d7edf218.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pynacl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pynacl/pynacl-1.2.1.ebuild X-VCS-Directories: dev-python/pynacl/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d111f4f1ee9b1f83a0448622d2828d24d7edf218 X-VCS-Branch: master Date: Fri, 6 Apr 2018 22:03:02 +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-Archives-Salt: 45871f42-dd58-4833-8c4d-d34cfb957127 X-Archives-Hash: ea8a478c075929b35affa60a5dadb54b commit: d111f4f1ee9b1f83a0448622d2828d24d7edf218 Author: Manuel Rüger gentoo org> AuthorDate: Fri Apr 6 21:51:37 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Apr 6 22:00:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d111f4f1 dev-python/pynacl: Fix missing test dependencies Thanks to Matt Turner Closes: https://bugs.gentoo.org/651530 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pynacl/pynacl-1.2.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pynacl/pynacl-1.2.1.ebuild b/dev-python/pynacl/pynacl-1.2.1.ebuild index dcdabef752f..c762eaeafe1 100644 --- a/dev-python/pynacl/pynacl-1.2.1.ebuild +++ b/dev-python/pynacl/pynacl-1.2.1.ebuild @@ -23,7 +23,8 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}] ) + test? ( >=dev-python/hypothesis-3.27.0[${PYTHON_USEDEP}] + >=dev-python/pytest-3.2.1[${PYTHON_USEDEP}] ) " src_prepare() {