summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:54:29 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:56:38 +0200
commit34604f2d1199dd32219e3e53182c83f8657bd969 (patch)
treef620f6d221c7a5f474df9bbac9eef24998a9a465 /dev-python
parentdev-python/sabyenc: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-34604f2d1199dd32219e3e53182c83f8657bd969.tar.gz
gentoo-34604f2d1199dd32219e3e53182c83f8657bd969.tar.bz2
gentoo-34604f2d1199dd32219e3e53182c83f8657bd969.zip
dev-python/scrypt: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/scrypt/scrypt-0.8.20.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.20.ebuild b/dev-python/scrypt/scrypt-0.8.20.ebuild
index 036ee09d579d..6be5a9551e00 100644
--- a/dev-python/scrypt/scrypt-0.8.20.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.20.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )