diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:09:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:11:01 +0200 |
commit | f2157911c43c5dcd8aca0d6e4e39092fd8b697be (patch) | |
tree | 23514b5a25345a640c8a7080f2f533435be6c146 /dev-python/Levenshtein | |
parent | app-crypt/gpgme: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-f2157911c43c5dcd8aca0d6e4e39092fd8b697be.tar.gz gentoo-f2157911c43c5dcd8aca0d6e4e39092fd8b697be.tar.bz2 gentoo-f2157911c43c5dcd8aca0d6e4e39092fd8b697be.zip |
dev-python/Levenshtein: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/Levenshtein')
-rw-r--r-- | dev-python/Levenshtein/Levenshtein-0.21.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/Levenshtein/Levenshtein-0.21.0.ebuild b/dev-python/Levenshtein/Levenshtein-0.21.0.ebuild index 35b4a12135b8..939fa40cd1b5 100644 --- a/dev-python/Levenshtein/Levenshtein-0.21.0.ebuild +++ b/dev-python/Levenshtein/Levenshtein-0.21.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 # custom wrapper over setuptools DISTUTILS_USE_PEP517=standalone PYTHON_COMPAT=( python3_{9..11} ) |