From ae58f34930bb24b433af38738cd0629830391e66 Mon Sep 17 00:00:00 2001 From: Shaoyu Tseng <1over137@anche.no> Date: Tue, 21 Feb 2023 14:12:45 +0800 Subject: [PATCH] dev-python/darkdetect: fix DISTUTILS_USE_PEP517 Signed-off-by: Shaoyu Tseng <1over137@anche.no> --- dev-python/darkdetect/darkdetect-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/darkdetect/darkdetect-0.8.0.ebuild b/dev-python/darkdetect/darkdetect-0.8.0.ebuild index f13950acef..cb63c5270f 100644 --- a/dev-python/darkdetect/darkdetect-0.8.0.ebuild +++ b/dev-python/darkdetect/darkdetect-0.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..11} pypy3 ) -DISTUTILS_USE_PEP517=poetry +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Detect OS dark mode from Python"