Kevin Sweeney created MESOS-946:
-----------------------------------
Summary: setup.py should be able to create publishable sdist
Key: MESOS-946
URL: https://issues.apache.org/jira/browse/MESOS-946
Project: Mesos
Issue Type: Bug
Components: python api
Reporter: Kevin Sweeney
Since setup.py uses the build root for compiler flags the sdist produced by
"python src/python/setup.py sdist" can't be used outside the machine that built
mesos, uploaded to PyPI, or used with a local PyPI mirror. Aurora's Python
executor should be installable by `pip` and depend only on the presence of
mesos headers and shared libraries, but since the produced sdist is unusable
this currently isn't possible.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)