17
0
2016-10-18 17:19:46 +00:00
committed by Git OBS Bridge
commit ba61c10958
6 changed files with 224 additions and 0 deletions

11
hidePythonDeps.patch Normal file
View File

@@ -0,0 +1,11 @@
--- setup.py.orig
+++ setup.py
@@ -85,7 +85,7 @@ setup(
long_description=long_desc,
author="Google Inc.",
url="http://github.com/google/google-api-python-client/",
- install_requires=install_requires,
+# install_requires=install_requires,
packages=packages,
package_data={},
license="Apache 2.0",