Commit 0bfa67ca authored by Adam Simpkins's avatar Adam Simpkins Committed by Facebook Github Bot

the libraries in thrift/lib/py depend on six

Summary:
The libraries in thrift/lib/py support both Python 2 and Python 3, and rely on
the Python six module for some of this compatibility support.

Update the getdeps manifest for fbthrift to indicate this dependency, and
update fbthrift's CMakeLists.txt file to find and reference python-six
properly.  This will ensure that the python-six code is built into any python
executable that uses the thrift/lib/py libraries.

Reviewed By: yfeldblum

Differential Revision: D17401218

fbshipit-source-id: 0007dda8974ae9bd87e4d7e256c74908c9a30d8f
parent 6e1ff036
......@@ -18,8 +18,9 @@ wangle
rsocket-cpp
fizz
fmt
libsodium
googletest
libsodium
python-six
zstd
[cmake.defines.test=on]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment