[GitHub] mesos pull request #192: Fix python dependencies to avoid installed newer ve...

2016-12-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/192 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] mesos pull request #192: Fix python dependencies to avoid installed newer ve...

2016-12-07 Thread chengweiv5
GitHub user chengweiv5 opened a pull request: https://github.com/apache/mesos/pull/192 Fix python dependencies to avoid installed newer version Without PACKAGE_VERSION specified, it may install newly python libs from pypi if there is one. Signed-off-by: Chengwei Yang