diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 08:12:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 08:45:53 +0200 |
commit | 2036477f45f76ca72852b523247b8f8fe34a3d5e (patch) | |
tree | 1cee8379215b31a13bdab6d13f72125860bedf7b /dev-python/mpmath | |
parent | media-video/subliminal: mark ALLARCHES (diff) | |
download | gentoo-2036477f45f76ca72852b523247b8f8fe34a3d5e.tar.gz gentoo-2036477f45f76ca72852b523247b8f8fe34a3d5e.tar.bz2 gentoo-2036477f45f76ca72852b523247b8f8fe34a3d5e.zip |
dev-python/mpmath: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/mpmath-1.1.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/mpmath/mpmath-1.1.0.ebuild b/dev-python/mpmath/mpmath-1.1.0.ebuild index 4d5812aabbd1..2ee732457c8f 100644 --- a/dev-python/mpmath/mpmath-1.1.0.ebuild +++ b/dev-python/mpmath/mpmath-1.1.0.ebuild @@ -3,6 +3,7 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) inherit distutils-r1 eutils virtualx |