summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:14:04 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:17:35 +0200
commitfd1c41141515f6a9e53d0773c166e017c4f1d94f (patch)
treec867c8b99a6c74cff6b97592f9c1afacd099e85b /dev-python/line_profiler
parentdev-python/libvirt-python: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-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.ebuild1
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} )