diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:13:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:17:26 +0200 |
commit | a7624d4c4124a7e1e5a47a71c45bcfd05eccca53 (patch) | |
tree | bfea44efdb554b784e844e5d59592662509f11f6 | |
parent | dev-python/html5-parser: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-a7624d4c4124a7e1e5a47a71c45bcfd05eccca53.tar.gz gentoo-a7624d4c4124a7e1e5a47a71c45bcfd05eccca53.tar.bz2 gentoo-a7624d4c4124a7e1e5a47a71c45bcfd05eccca53.zip |
dev-python/http-parser: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/http-parser/http-parser-0.9.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/http-parser/http-parser-0.9.0-r1.ebuild b/dev-python/http-parser/http-parser-0.9.0-r1.ebuild index 6e5148fe0101..1bfa1afb610d 100644 --- a/dev-python/http-parser/http-parser-0.9.0-r1.ebuild +++ b/dev-python/http-parser/http-parser-0.9.0-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) |