Import 2017-06-07 23:51:09: master 1b7867f8

Author Committer Branch Timestamp Parent
lassoan lassoan master 2016-11-13 07:28:52 master ceb7a491
Changeset

BUG: fix Windows build error by reverting to GitPython 2.0.9

Attempt to fix this build warning (that interpreted as a build error on Windows):

C:\D\N\Slicer-0-build\python-install\Lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'test_requirements'

It seems that GitPython latest version (2.1.0, released 21 days ago) requires higher pip version (6.0) that we have in Slicer's Python distribution:
https://github.com/gitpython-developers/GitPython/commit/4486bcbbf49ad0eacf2d8229fb0e7e3432f440d9

We can go back to previous GitPython version (2.0.9, released 28 days ago) that does not contain this high pip requirement yet.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@25533 3bd1e089-480b-0410-8dfb-8563597acbee

mod - SuperBuild/External_python-GitPython.cmake Diff File