GitHub user earada opened a pull request:
https://github.com/apache/thrift/pull/1499
Fix python build on Vagrant Windows boxes
Thrift is unable to execute setup.py under Vagrant Windows boxes as Windows
version of os library doesn't have attribute link.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/earada/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1499.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1499
----
commit 10ad77fcbd8a367b29c01feb79efbdcbd0a1c60f
Author: Eduardo Arada <eduardo.arada@...>
Date: 2018-03-01T14:42:33Z
Fix python build on Vagrant Windows boxes
----
---