commit:     0a2441f7dd61cd1e0ac10c7ad9dd65a65030f741
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 18:01:58 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 18:01:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2441f7

sci-libs/scikit-image: Fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/810263
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-libs/scikit-image/scikit-image-0.17.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 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 86c845fe0c9..da23a519356 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"

Reply via email to