commit: 51a11ddc47e6bc0042b28baf42f3435976e0fb57
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 05:50:16 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 05:50:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a11ddc
dev-python/jupyter_core: DISTUTILS_USE_SETUPTOOLS=rdepend
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
.../{jupyter_core-4.6.1.ebuild => jupyter_core-4.6.1-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
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 97ad6b967c7..6f686d28788 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