From 530bea0d351f643cccc9330709c0f7d0ab38ae9d Mon Sep 17 00:00:00 2001 From: David Roman Date: Sun, 13 Aug 2023 17:32:49 +0200 Subject: [PATCH] app-forensics/mvt: disable py3.10, py3.12 Signed-off-by: David Roman --- app-forensics/mvt/mvt-2.4.1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-forensics/mvt/mvt-2.4.1.ebuild b/app-forensics/mvt/mvt-2.4.1.ebuild index 512c9de5e1..bcc8c0e3f6 100644 --- a/app-forensics/mvt/mvt-2.4.1.ebuild +++ b/app-forensics/mvt/mvt-2.4.1.ebuild @@ -3,7 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 SRC_URI="https://github.com/mvt-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -27,6 +28,3 @@ RDEPEND=" dev-python/tld[${PYTHON_USEDEP}] dev-python/tqdm[${PYTHON_USEDEP}] " -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -"