Skip to content

Commit

Permalink
BUG: Make ITKVideo modules test dependencies
Browse files Browse the repository at this point in the history
Moves ITKVideoCore and ITKVideoIO to TEST_DEPENDS rather than DEPENDS in
order to resolve Python module distribution dependency issue in #175
  • Loading branch information
tbirdso committed Feb 8, 2022
1 parent 0a37678 commit ffd62fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ itk_module(Ultrasound
ITKIOImageBase
ITKTransform
ITKRegistrationCommon
ITKVideoCore
ITKVideoIO
${_fft_depends}
COMPILE_DEPENDS
SplitComponents
Expand All @@ -27,6 +25,9 @@ itk_module(Ultrasound
ITKHDF5
ITKTestKernel
ITKImageSources
TEST_DEPENDS
ITKVideoCore
ITKVideoIO
EXCLUDE_FROM_DEFAULT
ENABLE_SHARED
DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='itk-ultrasound',
version='0.5.1',
version='0.5.2',
author='Matthew McCormick',
author_email='matt.mccormick@kitware.com',
packages=['itk'],
Expand Down

0 comments on commit ffd62fb

Please sign in to comment.