diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:09:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:11:16 +0200 |
commit | f112ee61af5d786e87902b121a66d6bfb18155a5 (patch) | |
tree | e1a0984561851762c9b76886f578032c994b65ef /dev-python/cython-test-exception-raiser | |
parent | dev-python/cwcwidth: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-f112ee61af5d786e87902b121a66d6bfb18155a5.tar.gz gentoo-f112ee61af5d786e87902b121a66d6bfb18155a5.tar.bz2 gentoo-f112ee61af5d786e87902b121a66d6bfb18155a5.zip |
dev-python/cython-test-exception-raiser: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cython-test-exception-raiser')
-rw-r--r-- | dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2-r1.ebuild b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2-r1.ebuild index ffff50043b6b..c849cb3f41f8 100644 --- a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2-r1.ebuild +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) |