commit: 1898d90a51d347b7ccc101cccc62d12178eac654 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Dec 6 18:15:20 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Dec 6 18:17:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1898d90a
dev-python/nbclient: correct dependency on jupyter_core According to upstream pyproject.toml we need >=4.1.2, but !=5.0.*. 5.1.0 should be fine though, tests pass. Closes: https://bugs.gentoo.org/883785 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/nbclient/nbclient-0.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nbclient/nbclient-0.7.2.ebuild b/dev-python/nbclient/nbclient-0.7.2.ebuild index aa4b8ee54615..5d2064b2b009 100644 --- a/dev-python/nbclient/nbclient-0.7.2.ebuild +++ b/dev-python/nbclient/nbclient-0.7.2.ebuild @@ -26,7 +26,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc RDEPEND=" >=dev-python/jupyter_client-6.1.12[${PYTHON_USEDEP}] >=dev-python/jupyter_core-4.12[${PYTHON_USEDEP}] - <dev-python/jupyter_core-5.0[${PYTHON_USEDEP}] + !=dev-python/jupyter_core-5.0*[${PYTHON_USEDEP}] >=dev-python/nbformat-5.0[${PYTHON_USEDEP}] >=dev-python/traitlets-5.3[${PYTHON_USEDEP}] "
