dev-python/pyproject2ebuild: put DISTUTILS_USE_PEP517 before inherit

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
Oz Tiram
2025-04-28 20:35:24 +02:00
parent 5c017a238e
commit cad015ce7d

View File

@@ -4,9 +4,9 @@
EAPI=8
PYTHON_COMPAT=( python3_1{1..3})
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DISTUTILS_USE_PEP517=setuptools
DESCRIPTION="Convert pyproject.toml to Gentoo ebuilds automatically."
HOMEPAGE="https://gitlab.com/oz123/pyproject2ebuild"