From 6c7760169447324508fc4cbe5f0c26c06076d025 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 12 Jan 2023 22:56:17 -0500 Subject: [PATCH] dev-python/beziers: use DISTUTILS_USE_PEP517 Signed-off-by: Julien Roy --- dev-python/beziers/beziers-0.4.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/beziers/beziers-0.4.0.ebuild b/dev-python/beziers/beziers-0.4.0.ebuild index 029255587c..0c99ca9882 100644 --- a/dev-python/beziers/beziers-0.4.0.ebuild +++ b/dev-python/beziers/beziers-0.4.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1