diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:14:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:17:35 +0200 |
commit | fd1c41141515f6a9e53d0773c166e017c4f1d94f (patch) | |
tree | c867c8b99a6c74cff6b97592f9c1afacd099e85b /dev-python/line_profiler | |
parent | dev-python/libvirt-python: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-fd1c41141515f6a9e53d0773c166e017c4f1d94f.tar.gz gentoo-fd1c41141515f6a9e53d0773c166e017c4f1d94f.tar.bz2 gentoo-fd1c41141515f6a9e53d0773c166e017c4f1d94f.zip |
dev-python/line_profiler: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/line_profiler')
-rw-r--r-- | dev-python/line_profiler/line_profiler-4.0.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/line_profiler/line_profiler-4.0.3.ebuild b/dev-python/line_profiler/line_profiler-4.0.3.ebuild index cc5995f63faa..2cf016dcb0a6 100644 --- a/dev-python/line_profiler/line_profiler-4.0.3.ebuild +++ b/dev-python/line_profiler/line_profiler-4.0.3.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) |