commit: 44d28eb4b305b0d965ea4a2e5efa096be1d2848a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 4 16:54:31 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 4 16:56:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d28eb4
dev-python/simplejson: Set DISTUTILS_EXT=1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/simplejson/simplejson-3.19.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild b/dev-python/simplejson/simplejson-3.19.1.ebuild index 8afcfa37c4ea..5e6f52f9a4d1 100644 --- a/dev-python/simplejson/simplejson-3.19.1.ebuild +++ b/dev-python/simplejson/simplejson-3.19.1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 )