diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-09-13 20:01:58 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-09-13 20:01:58 +0200 |
commit | 0a2441f7dd61cd1e0ac10c7ad9dd65a65030f741 (patch) | |
tree | 8d1334fb416001d36e8a2380e1d9635f0f498faf /sci-libs | |
parent | dev-python/theano: Fix DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-0a2441f7dd61cd1e0ac10c7ad9dd65a65030f741.tar.gz gentoo-0a2441f7dd61cd1e0ac10c7ad9dd65a65030f741.tar.bz2 gentoo-0a2441f7dd61cd1e0ac10c7ad9dd65a65030f741.zip |
sci-libs/scikit-image: Fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/810263
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/scikit-image/scikit-image-0.17.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/scikit-image/scikit-image-0.17.2.ebuild b/sci-libs/scikit-image/scikit-image-0.17.2.ebuild index 86c845fe0c9e..da23a5193568 100644 --- a/sci-libs/scikit-image/scikit-image-0.17.2.ebuild +++ b/sci-libs/scikit-image/scikit-image-0.17.2.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature DESCRIPTION="Image processing routines for SciPy" |