From 565f126cfd7579e909f1a059886d8f4b6d0d445e Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 1 Apr 2024 07:28:44 -0400 Subject: [PATCH] dev-python/biplist: disable tests Depends on dev-python/nose which was dropped from ::gentoo Signed-off-by: Julien Roy --- dev-python/biplist/biplist-1.0.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/biplist/biplist-1.0.3.ebuild b/dev-python/biplist/biplist-1.0.3.ebuild index ce8a3811cb..bc03751ae2 100644 --- a/dev-python/biplist/biplist-1.0.3.ebuild +++ b/dev-python/biplist/biplist-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,9 +16,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="test? ( ${RDEPEND} )" +# DEPEND="test? ( ${RDEPEND} )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" PATCHES=( "${FILESDIR}/${PN}-python3-compat.patch" ) -distutils_enable_tests nose +# Removed from ::gentoo +# distutils_enable_tests nose