revert cx-freeze back to 4.3.3
This commit is contained in:
parent
b9caf2c4a9
commit
386c67fa70
1 changed files with 4 additions and 2 deletions
|
@ -36,8 +36,10 @@ C:\Python27\Scripts\pip.exe install requests==2.9.1
|
||||||
|
|
||||||
C:\Python27\Scripts\pip.exe install zope.interface==4.1.3
|
C:\Python27\Scripts\pip.exe install zope.interface==4.1.3
|
||||||
|
|
||||||
# this includes a patch to allow version numbers with non-integer values
|
# this needs to be patched to allow version numbers with non-integer values
|
||||||
C:\Python27\Scripts\pip.exe install https://bitbucket.org/jobevers/cx_freeze/get/tip.tar.gz
|
# see https://bitbucket.org/jobevers/cx_freeze/get/tip.tar.gz
|
||||||
|
# as an example patch, but that is against head
|
||||||
|
C:\Python27\Scripts\pip.exe install cx-freeze==4.3.3
|
||||||
|
|
||||||
C:\Python27\Scripts\pip.exe install cython==0.24.1
|
C:\Python27\Scripts\pip.exe install cython==0.24.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue