From 575e069010a43923ea311c3399a14d8239bd711d Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Mon, 17 Dec 2018 13:15:35 +0100 Subject: [PATCH] [cmake] Do not install jupyter into the virtualenv If you need this you can still do it manually, but there is absolutely no reason to have it unconditionally. --- python/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 15855eb3..4c7b4d72 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,10 +1,3 @@ -# Install some additional packages into the virtualenv. -# -# Install path.py in version 7.7 is to avoid a bug in -# IPythons dependency pickleshare. -dune_execute_process(COMMAND ${DUNE_PYTHON_VIRTUALENV_EXECUTABLE} -m pip install path.py==7.7 tornado>=4.0 ipython>=4.0.0 jupyter>=1.0.0 - ERROR_MESSAGE "Error installing jupyter in virtualenv") - # Install all the external packages that we have as submodules dune_python_install_package(PATH pytools) dune_python_install_package(PATH cgen) -- GitLab