diff options
author | Matthew Smith <matthew@gentoo.org> | 2023-04-05 08:00:26 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-04-05 08:01:06 +0100 |
commit | f03b7342f213d1eae93ff2fa6c36b228c5791458 (patch) | |
tree | 99092d398663cf7f8e941c46faa7b500e1ad1986 /app-text/dblatex | |
parent | dev-python/quantities: Stabilize 0.14.1 amd64, #903851 (diff) | |
download | gentoo-f03b7342f213d1eae93ff2fa6c36b228c5791458.tar.gz gentoo-f03b7342f213d1eae93ff2fa6c36b228c5791458.tar.bz2 gentoo-f03b7342f213d1eae93ff2fa6c36b228c5791458.zip |
app-text/dblatex: add DISTUTILS_USE_PEP517
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-text/dblatex')
-rw-r--r-- | app-text/dblatex/dblatex-0.3.12.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/dblatex/dblatex-0.3.12.ebuild b/app-text/dblatex/dblatex-0.3.12.ebuild index 5d96b015b1e6..b524ef4a231d 100644 --- a/app-text/dblatex/dblatex-0.3.12.ebuild +++ b/app-text/dblatex/dblatex-0.3.12.ebuild @@ -3,6 +3,7 @@ EAPI="7" +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |