You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2017/06/14 08:07:00 UTC

[jira] [Created] (MESOS-7672) Python interface module depends on google-common which is not used

Benjamin Bannier created MESOS-7672:
---------------------------------------

             Summary: Python interface module depends on google-common which is not used
                 Key: MESOS-7672
                 URL: https://issues.apache.org/jira/browse/MESOS-7672
             Project: Mesos
          Issue Type: Bug
          Components: python api
    Affects Versions: 0.24.0
            Reporter: Benjamin Bannier


Currently the Python {{interface}} module explicitly depends on {{google-common}}, see {{src/python/interface/setup.py.in}}

{code}
    'install_requires': [ 'google-common>=0.0.1', 'protobuf>=3.3.0,<4' ],
{code}

This was added in {{b426d5adca}} as a workaround, https://reviews.apache.org/r/37081/#comment148768.

We should clean up the dependencies here to make sure we only introduce dependencies we require ourself.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)