mesosphere / mesos-deb-packaging

Mesos package for Debian, Ubuntu, CentOS, RHEL, and Fedora
Other
58 stars 67 forks source link

Do not auto-install python deps. #81

Closed karya0 closed 8 years ago

karya0 commented 8 years ago

Previously, the mesos deb/rpm package tried to automatically install/overwrite some python packages such as setuptools and python protobuf. This can lead to installation failure if the said python packages are already installed on the system.

karya0 commented 8 years ago

@lingmann @kartick : Can you take a quick look at it and merge if all looks good?

karya0 commented 8 years ago

Merged it to start some testing. Will create a new commit/PR to address any review comments.

lingmann commented 8 years ago

LGTM @karya0