From cca7f85f4b80994d52092d8d8f0cbed7975c3a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 15 Jul 2025 08:44:57 +0200 Subject: [PATCH] dev-python/hypothesis: Add PDEP on dev-python/hypothesis-gentoo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a PDEPEND on dev-python/hypothesis-gentoo plugin. It is not strictly required, but the eclass can take advantage of it to disable health checks. No revbump since it's an insignificant change, and hypothesis is released frequently. Signed-off-by: Michał Górny --- dev-python/hypothesis/hypothesis-6.135.31.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/hypothesis/hypothesis-6.135.31.ebuild b/dev-python/hypothesis/hypothesis-6.135.31.ebuild index 083419e344e9c..4e65831c95993 100644 --- a/dev-python/hypothesis/hypothesis-6.135.31.ebuild +++ b/dev-python/hypothesis/hypothesis-6.135.31.ebuild @@ -44,6 +44,9 @@ BDEPEND=" >=dev-python/pytest-8[${PYTHON_USEDEP}] ) " +PDEPEND=" + dev-python/hypothesis-gentoo[${PYTHON_USEDEP}] +" EPYTEST_PLUGINS=( pytest-rerunfailures ) EPYTEST_XDIST=1