diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-04-15 14:58:17 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-04-15 14:58:17 -0400 |
commit | d1e15469647f96cd1c8a759956bef9893b212f9f (patch) | |
tree | 00168a573170c59413c0f5782cf01a9007b51426 /dev-python | |
parent | app-portage/layman: DISTUTILS_USE_SETUPTOOLS=no (diff) | |
download | gentoo-d1e15469647f96cd1c8a759956bef9893b212f9f.tar.gz gentoo-d1e15469647f96cd1c8a759956bef9893b212f9f.tar.bz2 gentoo-d1e15469647f96cd1c8a759956bef9893b212f9f.zip |
dev-python/jupyter_client: DISTUTILS_USE_SETUPTOOLS=rdepend
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/jupyter_client/jupyter_client-5.3.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |