Description: Remove unecessary google-common Python dep
 .
 mesos (1.2.0-2) unstable; urgency=medium
 .
   * Add lsb-release build dependency.
   * Use LSB to generate unique binary packages version and pass it to
     dh_gencontrol (fix repo mirroring with files pooling systems).
   * Add Fix_build_with_GCC_6 patch to fix FTBFS on Stretch.
   * Build with bundled because Stretch libboost-dev is way too recent.
   * Build with CPPFLAGS += -Wno-deprecated-declarations otherwise
     bundled libboost FTBFS.
   * Remove python-protbuf (<< 3) dependency, it seems to work fine
     (patch).
   * Remove unecessary Python google-common>=0.0.1 dep, and remove pip
     build dependency (patch).
Author: Adam Cécile <acecile@le-vert.net>

---
Origin: other
Forwarded: no
Last-Update: 2017-06-20

--- mesos-1.2.0.orig/src/python/interface/setup.py.in
+++ mesos-1.2.0/src/python/interface/setup.py.in
@@ -26,7 +26,7 @@ config = {
     'namespace_packages': [ 'mesos' ],
     'packages': [ 'mesos', 'mesos.interface' ],
     'package_dir': { '': 'src' },
-    'install_requires': [ 'google-common>=0.0.1', 'protobuf>=3.3.0,<4' ],
+    'install_requires': [ 'protobuf>=3.3.0,<4' ],
     'license': 'Apache 2.0',
     'keywords': 'mesos',
     'classifiers': [ ]
