Skip to content

Commit 6dc15a2

Browse files
authored
Merge pull request #202 from thewtex/six-package
BUG: Superbuild installs required itk sphinx six packages
2 parents dcebfde + 41f23c9 commit 6dc15a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Superbuild/External-Python.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ExternalProject_Add(ITKPython
1313
DOWNLOAD_COMMAND ""
1414
CONFIGURE_COMMAND ""
1515
BUILD_COMMAND ${PYTHON_EXECUTABLE} -m venv "${_itk_venv}"
16-
INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install itk sphinx
16+
INSTALL_COMMAND ${ITKPYTHON_EXECUTABLE} -m pip install --ignore-installed itk>=5.2rc2 sphinx==3.0.4 six
1717
)

0 commit comments

Comments
 (0)