Codebase list fail2ban / ae3d937
rebase of the patches Sylvestre Ledru 2 years ago
1 changed file(s) with 8 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
77 setup.py | 16 +---------------
88 1 file changed, 1 insertion(+), 15 deletions(-)
99
10 diff --git a/setup.py b/setup.py
11 index f4c2550f6..98413273c 100755
12 --- a/setup.py
13 +++ b/setup.py
14 @@ -48,7 +48,7 @@
10 Index: fail2ban/setup.py
11 ===================================================================
12 --- fail2ban.orig/setup.py
13 +++ fail2ban/setup.py
14 @@ -56,7 +56,7 @@ import warnings
1515 from glob import glob
1616
1717 from fail2ban.setup import updatePyExec
2020
2121 source_dir = os.path.realpath(os.path.dirname(
2222 # __file__ seems to be overwritten sometimes on some python versions (e.g. bug of 2.6 by running under cProfile, etc.):
23 @@ -112,22 +112,12 @@ def update_scripts(self, dry_run=False):
23 @@ -120,22 +120,12 @@ class install_scripts_f2b(install_script
2424 # Wrapper to specify fail2ban own options:
2525 class install_command_f2b(install):
2626 user_options = install.user_options + [
4343 if self.without_tests:
4444 self.distribution.scripts.remove('bin/fail2ban-testcases')
4545
46 @@ -178,7 +168,6 @@ def run(self):
46 @@ -186,7 +176,6 @@ commands.'''
4747 if setuptools:
4848 setup_extra = {
4949 'test_suite': "fail2ban.tests.utils.gatherTests",
5151 }
5252 else:
5353 setup_extra = {}
54 @@ -202,9 +191,6 @@ def run(self):
54 @@ -210,9 +199,6 @@ if platform_system in ('linux', 'solaris
5555 ('/usr/share/doc/fail2ban', doc_files)
5656 )
5757