commit: d1e15469647f96cd1c8a759956bef9893b212f9f
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 18:58:17 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 18:58:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e15469
dev-python/jupyter_client: DISTUTILS_USE_SETUPTOOLS=rdepend
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
dev-python/jupyter_client/jupyter_client-5.3.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/jupyter_client/jupyter_client-5.3.4.ebuild
b/dev-python/jupyter_client/jupyter_client-5.3.4.ebuild
index d15d23de24b..a87a235485b 100644
--- a/dev-python/jupyter_client/jupyter_client-5.3.4.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-5.3.4.ebuild
@@ -5,6 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_REQ_USE="threads(+)"
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1