diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild b/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild index 2e0fe88530647..f6b0e152f8b1b 100644 --- a/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild +++ b/dev-python/sphinx-pytest/sphinx-pytest-0.3.0.ebuild @@ -3,8 +3,8 @@ EAPI=8 -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{12..14} ) +DISTUTILS_USE_PEP517=flit-core +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1