diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:28:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:30:22 +0200 |
commit | cc34c01ee726da65759a9effc23d9ee8a6913840 (patch) | |
tree | 69068ea6faa87b4b9e7f55503c175c5652395ef9 /dev-python/python-lzo | |
parent | dev-python/python-ldap: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-cc34c01ee726da65759a9effc23d9ee8a6913840.tar.gz gentoo-cc34c01ee726da65759a9effc23d9ee8a6913840.tar.bz2 gentoo-cc34c01ee726da65759a9effc23d9ee8a6913840.zip |
dev-python/python-lzo: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-lzo')
-rw-r--r-- | dev-python/python-lzo/python-lzo-1.14-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/python-lzo/python-lzo-1.14-r1.ebuild b/dev-python/python-lzo/python-lzo-1.14-r1.ebuild index 20182f883e18..21ffba68f4a8 100644 --- a/dev-python/python-lzo/python-lzo-1.14-r1.ebuild +++ b/dev-python/python-lzo/python-lzo-1.14-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} ) |