diff options
author | 2023-05-04 18:09:06 +0200 | |
---|---|---|
committer | 2023-05-04 18:11:05 +0200 | |
commit | f3bb06dbb1d9ab16b3cf1f82cd2dab3f74d9de19 (patch) | |
tree | d5d21cba39205f368e979477892c7cef0010b4c9 /dev-python/autobahn | |
parent | dev-python/argon2-cffi-bindings: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-f3bb06dbb1d9ab16b3cf1f82cd2dab3f74d9de19.tar.gz gentoo-f3bb06dbb1d9ab16b3cf1f82cd2dab3f74d9de19.tar.bz2 gentoo-f3bb06dbb1d9ab16b3cf1f82cd2dab3f74d9de19.zip |
dev-python/autobahn: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r-- | dev-python/autobahn/autobahn-23.1.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/autobahn/autobahn-23.1.2.ebuild b/dev-python/autobahn/autobahn-23.1.2.ebuild index 4d0dc144c2a7..9151e5606158 100644 --- a/dev-python/autobahn/autobahn-23.1.2.ebuild +++ b/dev-python/autobahn/autobahn-23.1.2.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) |