net/py-impacket: Fix build with setuptools 58.0.0+

With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2022-06-03 21:56:49 +08:00
parent f62f965a9a
commit df8d6825dd
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 6565 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
--- setup.py.orig 2018-08-31 08:58:06.065718000 -0300
+++ setup.py 2018-08-31 08:58:06.065524000 -0300
@@ -10,11 +10,6 @@
--- setup.py.orig 2022-05-21 20:29:42 UTC
+++ setup.py
@@ -10,11 +10,6 @@ from setuptools import setup
PACKAGE_NAME = "impacket"
@ -12,7 +12,7 @@
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
@@ -36,7 +31,6 @@
@@ -36,7 +31,6 @@ setup(name = PACKAGE_NAME,
'impacket.examples.ntlmrelayx.servers.socksplugins', 'impacket.examples.ntlmrelayx.utils',
'impacket.examples.ntlmrelayx.attacks'],
scripts = glob.glob(os.path.join('examples', '*.py')),