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 20D09138350 for ; Tue, 28 Apr 2020 07:00:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5044FE0955; Tue, 28 Apr 2020 07:00:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 340F6E0955 for ; Tue, 28 Apr 2020 07:00:50 +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 A74BF34EE14 for ; Tue, 28 Apr 2020 07:00:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97EA81F4 for ; Tue, 28 Apr 2020 07:00:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588057205.2afb08e1b93c77d846c768cfe469d967c76c58a0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3339-validator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild X-VCS-Directories: dev-python/rfc3339-validator/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2afb08e1b93c77d846c768cfe469d967c76c58a0 X-VCS-Branch: master Date: Tue, 28 Apr 2020 07:00:15 +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: 46a4dee3-0d60-4e35-99eb-cec173487dbc X-Archives-Hash: 090bd82dedc2b76434a94879bff1ff13 commit: 2afb08e1b93c77d846c768cfe469d967c76c58a0 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 28 06:47:51 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 28 07:00:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afb08e1 dev-python/rfc3339-validator: Add missing test-dep on hypothesis Closes: https://bugs.gentoo.org/719858 Signed-off-by: Michał Górny gentoo.org> dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild index 7284229275f..1829a7a027f 100644 --- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild +++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" RDEPEND="dev-python/six[${PYTHON_USEDEP}] dev-python/strict-rfc3339[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/hypothesis[${PYTHON_USEDEP}] ) " PATCHES=(