Files
ports/security/py-ospd-openvas/files/patch-setup.py
T
Jose Alonso Cardenas Marquez aeef650820 - New port: security/py-ospd-openvas
This is an OSP server implementation to allow GVM to remotely control OpenVAS,
see https://github.com/greenbone/openvas.

Once running, you need to configure OpenVAS for the Greenbone Vulnerability
Manager, for example via the web interface Greenbone Security Assistant. Then
you can create scan tasks to use OpenVAS.

WWW: https://github.com/greenbone/ospd-openva
2021-01-06 08:57:31 +00:00

19 lines
438 B
Python

--- setup.py.orig 2021-01-02 04:58:38.335383000 -0500
+++ setup.py 2021-01-02 04:58:58.712756000 -0500
@@ -2,13 +2,13 @@
from setuptools import setup
packages = \
-['ospd_openvas', 'tests']
+['ospd_openvas']
package_data = \
{'': ['*']}
modules = \
-['ospd-openvas', 'ospd', 'CHANGELOG', 'COPYING', 'poetry', 'setup', 'MANIFEST']
+['ospd-openvas', 'ospd']
install_requires = \
['ospd>=20.8,<21.0',
'packaging>=20.4,<21.0',