commit: 7c7850d79bc0000c25db36839126ad711009a959
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:20:05 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:20:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7850d7
dev-python/py-ubjson: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/py-ubjson/py-ubjson-0.16.1-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/py-ubjson/py-ubjson-0.16.1-r1.ebuild
b/dev-python/py-ubjson/py-ubjson-0.16.1-r1.ebuild
index ee99e2d85014..e378a5cd0702 100644
--- a/dev-python/py-ubjson/py-ubjson-0.16.1-r1.ebuild
+++ b/dev-python/py-ubjson/py-ubjson-0.16.1-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )