diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:28:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:30:24 +0200 |
commit | 776f607e1614d71c728dd0e6fe90c430cf7816bd (patch) | |
tree | 5809d8b55a01c5c7d7461aaacb3695c472c480bf /dev-python/python-snappy | |
parent | dev-python/python-poppler-qt5: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-776f607e1614d71c728dd0e6fe90c430cf7816bd.tar.gz gentoo-776f607e1614d71c728dd0e6fe90c430cf7816bd.tar.bz2 gentoo-776f607e1614d71c728dd0e6fe90c430cf7816bd.zip |
dev-python/python-snappy: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-snappy')
-rw-r--r-- | dev-python/python-snappy/python-snappy-0.6.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/python-snappy/python-snappy-0.6.1.ebuild b/dev-python/python-snappy/python-snappy-0.6.1.ebuild index 43c1f704281d..c18c335f985f 100644 --- a/dev-python/python-snappy/python-snappy-0.6.1.ebuild +++ b/dev-python/python-snappy/python-snappy-0.6.1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} ) |