From: Mike Gilbert Date: Wed, 15 Apr 2020 18:58:17 +0000 (-0400) Subject: dev-python/jupyter_client: DISTUTILS_USE_SETUPTOOLS=rdepend X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1e15469647f96cd1c8a759956bef9893b212f9f;p=gentoo.git dev-python/jupyter_client: DISTUTILS_USE_SETUPTOOLS=rdepend Signed-off-by: Mike Gilbert --- 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 d15d23de24b8..a87a235485b4 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