summaryrefslogtreecommitdiff
path: root/security/py-python-gvm/files/patch-setup.py
blob: e9f0ab0e411409d14e201dc671de0722bd1108e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
--- setup.py	2021-11-30 04:41:11.846129000 -0500
+++ setup.py	2022-05-02 18:30:17.004120000 -0500
@@ -12,74 +12,7 @@
  'gvm.protocols.gmpv2110.system',
  'gvm.protocols.gmpv214',
  'gvm.protocols.gmpv214.entities',
- 'gvm.protocols.gmpv214.system',
- 'tests',
- 'tests.connections',
- 'tests.protocols',
- 'tests.protocols.gmp',
- 'tests.protocols.gmpv208',
- 'tests.protocols.gmpv208.entities',
- 'tests.protocols.gmpv208.entities.alerts',
- 'tests.protocols.gmpv208.entities.audits',
- 'tests.protocols.gmpv208.entities.credentials',
- 'tests.protocols.gmpv208.entities.filters',
- 'tests.protocols.gmpv208.entities.groups',
- 'tests.protocols.gmpv208.entities.hosts',
- 'tests.protocols.gmpv208.entities.notes',
- 'tests.protocols.gmpv208.entities.operating_systems',
- 'tests.protocols.gmpv208.entities.overrides',
- 'tests.protocols.gmpv208.entities.permissions',
- 'tests.protocols.gmpv208.entities.policies',
- 'tests.protocols.gmpv208.entities.port_lists',
- 'tests.protocols.gmpv208.entities.report_formats',
- 'tests.protocols.gmpv208.entities.reports',
- 'tests.protocols.gmpv208.entities.results',
- 'tests.protocols.gmpv208.entities.roles',
- 'tests.protocols.gmpv208.entities.scan_configs',
- 'tests.protocols.gmpv208.entities.scanners',
- 'tests.protocols.gmpv208.entities.schedules',
- 'tests.protocols.gmpv208.entities.secinfo',
- 'tests.protocols.gmpv208.entities.tags',
- 'tests.protocols.gmpv208.entities.targets',
- 'tests.protocols.gmpv208.entities.tasks',
- 'tests.protocols.gmpv208.entities.tickets',
- 'tests.protocols.gmpv208.entities.tls_certificates',
- 'tests.protocols.gmpv208.entities.users',
- 'tests.protocols.gmpv208.entities.vulnerabilities',
- 'tests.protocols.gmpv208.enums',
- 'tests.protocols.gmpv208.system',
- 'tests.protocols.gmpv208.system.aggregates',
- 'tests.protocols.gmpv208.system.authentication',
- 'tests.protocols.gmpv208.system.feed',
- 'tests.protocols.gmpv208.system.help',
- 'tests.protocols.gmpv208.system.system_reports',
- 'tests.protocols.gmpv208.system.trashcan',
- 'tests.protocols.gmpv208.system.user_settings',
- 'tests.protocols.gmpv208.system.versions',
- 'tests.protocols.gmpv2110',
- 'tests.protocols.gmpv2110.entities',
- 'tests.protocols.gmpv2110.entities.notes',
- 'tests.protocols.gmpv2110.entities.overrides',
- 'tests.protocols.gmpv2110.entities.scanners',
- 'tests.protocols.gmpv2110.entities.targets',
- 'tests.protocols.gmpv2110.entities.users',
- 'tests.protocols.gmpv2110.enums',
- 'tests.protocols.gmpv2110.system',
- 'tests.protocols.gmpv2110.system.versions',
- 'tests.protocols.gmpv214',
- 'tests.protocols.gmpv214.entities',
- 'tests.protocols.gmpv214.entities.notes',
- 'tests.protocols.gmpv214.entities.overrides',
- 'tests.protocols.gmpv214.entities.scanners',
- 'tests.protocols.gmpv214.entities.targets',
- 'tests.protocols.gmpv214.entities.users',
- 'tests.protocols.gmpv214.enums',
- 'tests.protocols.gmpv214.system',
- 'tests.protocols.gmpv214.system.versions',
- 'tests.protocols.osp',
- 'tests.transforms',
- 'tests.utils',
- 'tests.xml']
+ 'gvm.protocols.gmpv214.system']
 
 package_data = \
 {'': ['*']}