From d1e15469647f96cd1c8a759956bef9893b212f9f Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 15 Apr 2020 14:58:17 -0400 Subject: [PATCH] dev-python/jupyter_client: DISTUTILS_USE_SETUPTOOLS=rdepend Signed-off-by: Mike Gilbert --- 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 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 -- 2.26.2