From: Mike Gilbert Date: Wed, 15 Apr 2020 05:50:16 +0000 (-0400) Subject: dev-python/jupyter_core: DISTUTILS_USE_SETUPTOOLS=rdepend X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=51a11ddc47e6bc0042b28baf42f3435976e0fb57;p=gentoo.git dev-python/jupyter_core: DISTUTILS_USE_SETUPTOOLS=rdepend Signed-off-by: Mike Gilbert --- diff --git a/dev-python/jupyter_core/jupyter_core-4.6.1.ebuild b/dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild similarity index 96% rename from dev-python/jupyter_core/jupyter_core-4.6.1.ebuild rename to dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild index 97ad6b967c78..6f686d287886 100644 --- a/dev-python/jupyter_core/jupyter_core-4.6.1.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1