brian wickman created MESOS-857:
-----------------------------------
Summary: split mesos and mesos_pb2 distributions
Key: MESOS-857
URL: https://issues.apache.org/jira/browse/MESOS-857
Project: Mesos
Issue Type: Task
Components: python api
Reporter: brian wickman
Priority: Minor
Right now the mesos_pb2 and mesos dependencies are bundled together into the
mesos egg. We have some tooling that uses just the compiled protobufs, but
because they're lumped together with the mesos egg, we get all the
dependency/platform nightmare that comes along with it, not to mention the
bloat of including 20MB of .so files. This proposes splitting the mesos
protobufs into a separate mesos_pb distribution that the mesos distribution
should depend upon via install_requires (e.g. "mesos_pb==0.15.0-rc4")
--
This message was sent by Atlassian JIRA
(v6.1#6144)