Skip to content

Commit

Permalink
BUG: Superbuild installs required itk sphinx six packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 24, 2021
1 parent 3316ac5 commit 41f23c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Superbuild/External-Python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ExternalProject_Add(ITKPython
DOWNLOAD_COMMAND ""
CONFIGURE_COMMAND ""
BUILD_COMMAND ${PYTHON_EXECUTABLE} -m venv "${_itk_venv}"
INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install itk sphinx
INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --ignore-installed itk>=5.2rc2 sphinx==3.0.4 six
)

0 comments on commit 41f23c9

Please sign in to comment.