summaryrefslogtreecommitdiff
path: root/security/py-gvm-tools/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-gvm-tools/files/patch-setup.py')
-rw-r--r--security/py-gvm-tools/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-gvm-tools/files/patch-setup.py b/security/py-gvm-tools/files/patch-setup.py
new file mode 100644
index 000000000000..d640498735a1
--- /dev/null
+++ b/security/py-gvm-tools/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2021-01-04 15:47:34.037289000 -0500
++++ setup.py 2021-01-04 15:47:58.669103000 -0500
+@@ -2,7 +2,7 @@
+ from setuptools import setup
+
+ packages = \
+-['gvmtools', 'scripts', 'tests']
++['gvmtools', 'scripts']
+
+ package_data = \
+ {'': ['*']}