diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:28:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:30:15 +0200 |
commit | 29c803708c1c7fb0bc08bf1cbb4f75302ce3c8b0 (patch) | |
tree | 25de4c21fa519b0ce30dcf83ec552a7bdaf06542 /dev-python/pyrsistent | |
parent | dev-python/pyproj: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-29c803708c1c7fb0bc08bf1cbb4f75302ce3c8b0.tar.gz gentoo-29c803708c1c7fb0bc08bf1cbb4f75302ce3c8b0.tar.bz2 gentoo-29c803708c1c7fb0bc08bf1cbb4f75302ce3c8b0.zip |
dev-python/pyrsistent: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyrsistent')
-rw-r--r-- | dev-python/pyrsistent/pyrsistent-0.19.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild b/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild index 0122efd36c2b..fe0aaaa964b9 100644 --- a/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild +++ b/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) |