diff options
author | 2023-05-04 18:59:07 +0200 | |
---|---|---|
committer | 2023-05-04 18:59:07 +0200 | |
commit | abec4e9d1051900a8a17715e8db85763791bbbd9 (patch) | |
tree | 9a68a97d9b7e58da6efadaacfc4803ce798ef213 /dev-python | |
parent | dev-python/wsaccel: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-abec4e9d1051900a8a17715e8db85763791bbbd9.tar.gz gentoo-abec4e9d1051900a8a17715e8db85763791bbbd9.tar.bz2 gentoo-abec4e9d1051900a8a17715e8db85763791bbbd9.zip |
dev-python/xkbcommon: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/xkbcommon/xkbcommon-0.8.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild b/dev-python/xkbcommon/xkbcommon-0.8.ebuild index 1ec35d00fd55..4161cc0dc454 100644 --- a/dev-python/xkbcommon/xkbcommon-0.8.ebuild +++ b/dev-python/xkbcommon/xkbcommon-0.8.ebuild @@ -3,8 +3,10 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) + inherit distutils-r1 DESCRIPTION="Python bindings for libxkbcommon using cffi" |