dev-python/darkdetect: fix DISTUTILS_USE_PEP517

Signed-off-by: Shaoyu Tseng <1over137@anche.no>
This commit is contained in:
Shaoyu Tseng
2023-02-21 14:12:45 +08:00
parent 38e7597e1d
commit ae58f34930

View File

@@ -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"