Codebase list pypykatz / f495fea
Add a patch to remove mention to winsspi Sophie Brun 4 years ago
3 changed file(s) with 38 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 pypykatz (0.3.7-0kali2) kali-dev; urgency=medium
1
2 * Add a patch to remove mention to winsspi
3
4 -- Sophie Brun <[email protected]> Fri, 08 May 2020 15:11:53 +0200
5
06 pypykatz (0.3.7-0kali1) kali-dev; urgency=medium
17
28 * Initial release
0 From: Sophie Brun <[email protected]>
1 Date: Fri, 8 May 2020 15:10:28 +0200
2 Subject: Remove reference to winsspi
3
4 Last-Update: 2020-05-08
5 ---
6 pypykatz.egg-info/requires.txt | 1 -
7 setup.py | 1 -
8 2 files changed, 2 deletions(-)
9
10 diff --git a/pypykatz.egg-info/requires.txt b/pypykatz.egg-info/requires.txt
11 index 03a243b..9ca8303 100644
12 --- a/pypykatz.egg-info/requires.txt
13 +++ b/pypykatz.egg-info/requires.txt
14 @@ -2,4 +2,3 @@ minidump>=0.0.12
15 minikerberos>=0.2.0
16 aiowinreg>=0.0.3
17 msldap>=0.2.7
18 -winsspi>=0.0.3
19 diff --git a/setup.py b/setup.py
20 index 0633575..e06987b 100644
21 --- a/setup.py
22 +++ b/setup.py
23 @@ -48,7 +48,6 @@ setup(
24 'minikerberos>=0.2.0',
25 'aiowinreg>=0.0.3',
26 'msldap>=0.2.7',
27 - 'winsspi>=0.0.3'
28 ],
29
30 entry_points={
0 remove-ref-to-winsspi.patch