summaryrefslogtreecommitdiffstats
path: root/libraries/pyftpdlib/setup.patch
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-07-09 15:46:24 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-17 07:49:47 +0700
commit4f9e9a32f2b339e7847ebf75522f79abe8059a7b (patch)
treeef9958f9e0d0750da6ba0dab21ab89b613c55976 /libraries/pyftpdlib/setup.patch
parent4436f930ac74aafd6daf52e38a0351f8b4bc9d6d (diff)
downloadslackbuilds-4f9e9a32f2b339e7847ebf75522f79abe8059a7b.tar.gz
slackbuilds-4f9e9a32f2b339e7847ebf75522f79abe8059a7b.tar.xz
libraries/pyftpdlib: Updated for version 1.5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/pyftpdlib/setup.patch')
-rw-r--r--libraries/pyftpdlib/setup.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/libraries/pyftpdlib/setup.patch b/libraries/pyftpdlib/setup.patch
new file mode 100644
index 0000000000..101eafe992
--- /dev/null
+++ b/libraries/pyftpdlib/setup.patch
@@ -0,0 +1,23 @@
+--- pyftpdlib-1.5.1/setup.orig 2016-07-09 15:38:35.715719570 +0300
++++ pyftpdlib-1.5.1/setup.py 2016-07-09 15:40:26.852330171 +0300
+@@ -134,9 +134,7 @@
+ except ImportError:
+ msg = textwrap.dedent("""
+ 'pysendfile' third-party module is not installed. This is not
+- essential but it considerably speeds up file transfers.
+- You can install it with 'pip install pysendfile'.
+- More at: https://github.com/giampaolo/pysendfile""")
++ essential but it considerably speeds up file transfers'.""")
+ print(hilite(msg, ok=False), file=sys.stderr)
+
+ try:
+@@ -144,8 +142,7 @@
+ except ImportError:
+ msg = textwrap.dedent("""
+ 'pyopenssl' third-party module is not installed. This means
+- FTPS support will be disabled. You can install it with:
+- 'pip install pyopenssl'.""")
++ FTPS support will be disabled'.""")
+ print(hilite(msg, ok=False), file=sys.stderr)
+
+