File: avoid-downloads-from-internet.patch

package info (click to toggle)
python-vulndb 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,020 kB
  • sloc: python: 447; sh: 196; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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,