diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:59:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:59:08 +0200 |
commit | ebac4ccdb6f5ec7405acf62b13362b1abf04a7c0 (patch) | |
tree | 4192e410254cbc9586c6873524c0f05bd9093e9a /dev-python/xmlsec | |
parent | dev-python/xkbcommon: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-ebac4ccdb6f5ec7405acf62b13362b1abf04a7c0.tar.gz gentoo-ebac4ccdb6f5ec7405acf62b13362b1abf04a7c0.tar.bz2 gentoo-ebac4ccdb6f5ec7405acf62b13362b1abf04a7c0.zip |
dev-python/xmlsec: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmlsec')
-rw-r--r-- | dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild index f70dd9a3bfec..cdd4f1456c2f 100644 --- a/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild +++ b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) |