diff options
author | Sam James <sam@gentoo.org> | 2020-08-02 22:22:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-02 22:22:47 +0000 |
commit | 3672e87eec86bdc2a4cbf1c5fb4b30b421b737de (patch) | |
tree | 8e314421ed7e848ca109d2bab48fd028d443e93d /dev-python/theano | |
parent | dev-python/python-gnupg: add Python 3.9 (diff) | |
download | gentoo-3672e87eec86bdc2a4cbf1c5fb4b30b421b737de.tar.gz gentoo-3672e87eec86bdc2a4cbf1c5fb4b30b421b737de.tar.bz2 gentoo-3672e87eec86bdc2a4cbf1c5fb4b30b421b737de.zip |
dev-python/theano: use correct DISTUTILS_USE_SETUPTOOLS
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/theano')
-rw-r--r-- | dev-python/theano/theano-1.0.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/theano/theano-1.0.5.ebuild b/dev-python/theano/theano-1.0.5.ebuild index 9adbc14e3978..375aa654122f 100644 --- a/dev-python/theano/theano-1.0.5.ebuild +++ b/dev-python/theano/theano-1.0.5.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 eutils |