opnsense-ports/security/py-gvm-tools/files/patch-setup.py
Franco Fichtner 8bb6302ebf */*: sync with upstream
Taken from: HardenedBSD
2021-02-22 18:03:48 +01:00

11 lines
274 B
Python

--- 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', 'tests.scripts']
+['gvmtools', 'scripts']
package_data = \
{'': ['*']}