diff options
Diffstat (limited to 'dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild')
-rw-r--r-- | dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild b/dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild index a17d12565383..f4844cb2c7c1 100644 --- a/dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild +++ b/dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild @@ -20,27 +20,27 @@ RDEPEND=" dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/jupyter_client[${PYTHON_USEDEP}] <dev-python/prompt_toolkit-3.1.0[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - " + dev-python/pygments[${PYTHON_USEDEP}]" # util-linux provides script(1) BDEPEND=" test? ( dev-python/pexpect[${PYTHON_USEDEP}] sys-apps/util-linux - ) - " + )" distutils_enable_sphinx docs distutils_enable_tests nose PATCHES=( "${FILESDIR}"/${P}-py39.patch + "${FILESDIR}"/${P}-increase-test-timeout.patch ) -src_prepare() { +python_prepare_all() { # use setuptools unconditionally sed -i -e 's:distutils\.core:setuptools:' setup.py || die - distutils-r1_src_prepare + + distutils-r1_python_prepare_all } python_test() { |