commit:     bfd70838c12bf09b92a2daf5504dec27fcb1780e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 11:37:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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}]

Reply via email to