diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:54:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:56:29 +0200 |
commit | 362fb8d250519d1c903b237a1f94eac280d266ef (patch) | |
tree | 1318b96702c9a4e60d3f09a183ece38758202cfa /dev-python | |
parent | dev-python/pywlroots: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-362fb8d250519d1c903b237a1f94eac280d266ef.tar.gz gentoo-362fb8d250519d1c903b237a1f94eac280d266ef.tar.bz2 gentoo-362fb8d250519d1c903b237a1f94eac280d266ef.zip |
dev-python/pyxattr: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.8.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pyxattr/pyxattr-0.8.1.ebuild b/dev-python/pyxattr/pyxattr-0.8.1.ebuild index e9891b221530..69b9823a7f20 100644 --- a/dev-python/pyxattr/pyxattr-0.8.1.ebuild +++ b/dev-python/pyxattr/pyxattr-0.8.1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) |