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 09AA8138350 for ; Tue, 14 Jan 2020 11:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C0CE0872; Tue, 14 Jan 2020 11:40:39 +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 7E629E0872 for ; Tue, 14 Jan 2020 11:40:37 +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 3669234E06F for ; Tue, 14 Jan 2020 11:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B34D52A for ; Tue, 14 Jan 2020 11:40:33 +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: <1579001853.bfd70838c12bf09b92a2daf5504dec27fcb1780e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hypothesis/hypothesis-4.57.1.ebuild dev-python/hypothesis/hypothesis-5.1.5.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bfd70838c12bf09b92a2daf5504dec27fcb1780e X-VCS-Branch: master Date: Tue, 14 Jan 2020 11:40:33 +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: 7d1bcd52-ed36-453e-8cfe-f900c8cbebfc X-Archives-Hash: bf5c201a851bb71253ff178fb1c201b0 commit: bfd70838c12bf09b92a2daf5504dec27fcb1780e Author: Michał Górny gentoo org> AuthorDate: Tue Jan 14 11:37:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 14 11:37:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd70838 dev-python/hypothesis: Make setuptools RDEP Signed-off-by: Michał Górny gentoo.org> dev-python/hypothesis/hypothesis-4.57.1.ebuild | 2 +- dev-python/hypothesis/hypothesis-5.1.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-4.57.1.ebuild b/dev-python/hypothesis/hypothesis-4.57.1.ebuild index 996a19c65c4..f88fa930f93 100644 --- a/dev-python/hypothesis/hypothesis-4.57.1.ebuild +++ b/dev-python/hypothesis/hypothesis-4.57.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) PYTHON_REQ_USE="threads(+),sqlite" @@ -24,7 +25,6 @@ RDEPEND=" >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/mock[${PYTHON_USEDEP}] diff --git a/dev-python/hypothesis/hypothesis-5.1.5.ebuild b/dev-python/hypothesis/hypothesis-5.1.5.ebuild index 24078c547ce..963f87ee74a 100644 --- a/dev-python/hypothesis/hypothesis-5.1.5.ebuild +++ b/dev-python/hypothesis/hypothesis-5.1.5.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) PYTHON_REQ_USE="threads(+),sqlite" @@ -24,7 +25,6 @@ RDEPEND=" >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/mock[${PYTHON_USEDEP}]