commit: 95589285cd5c46a93a5f0c8f08e333177192b3e3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 13 11:26:49 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 13 11:50:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95589285
dev-python/jupyter_core: Add missing dependencies Closes: https://bugs.gentoo.org/881171 Closes: https://bugs.gentoo.org/881173 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{jupyter_core-5.0.0.ebuild => jupyter_core-5.0.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/jupyter_core/jupyter_core-5.0.0.ebuild b/dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild similarity index 91% rename from dev-python/jupyter_core/jupyter_core-5.0.0.ebuild rename to dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild index 7b4f42714cb1..9cdfd3f3065a 100644 --- a/dev-python/jupyter_core/jupyter_core-5.0.0.ebuild +++ b/dev-python/jupyter_core/jupyter_core-5.0.0-r1.ebuild @@ -21,6 +21,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" + dev-python/platformdirs[${PYTHON_USEDEP}] dev-python/traitlets[${PYTHON_USEDEP}] " BDEPEND=" @@ -30,5 +31,6 @@ BDEPEND=" " distutils_enable_sphinx docs \ + dev-python/myst_parser \ dev-python/sphinxcontrib-github-alt distutils_enable_tests pytest
