ports/security/py-gvm-tools/files/patch-setup.py
2021-02-18 20:54:06 +00: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 = \
{'': ['*']}