Description:
 Downloading stuff from Internet isn't allowed in our buildd machines.

diff --git a/setup.py b/setup.py
index dfffe22..0022a9d 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
 
     # With setuptools_git we make sure that the contents of vulndb/db/ , which
     # are non source code files, get copied too
-    setup_requires=['setuptools_git >= 1.1',
+    setup_requires=[
                     'future'],
     zip_safe=False,
 
