aboutsummaryrefslogtreecommitdiff
path: root/security/py-python-gvm/files/patch-setup.py
blob: 5993d7d8ebac4e24cac473f8f7e7bb5c6ca2ddf6 (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
--- setup.py	2021-06-01 04:03:35.971744800 -0500
+++ setup.py	2021-06-14 23:12:32.397135000 -0500
@@ -9,64 +9,7 @@
  'gvm.protocols.gmpv208.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.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 = \
 {'': ['*']}