diff options
| author | Sofian Brabez <sbz@FreeBSD.org> | 2014-02-06 16:25:21 +0000 |
|---|---|---|
| committer | Sofian Brabez <sbz@FreeBSD.org> | 2014-02-06 16:25:21 +0000 |
| commit | 575635ec4fbe643d0f0b820abf81040770e35073 (patch) | |
| tree | f66876500f896d14ca0a237986b1f12b607ff9f9 /security/py-paramiko/files | |
| parent | Support staging. (diff) | |
- Update to 1.12.1
Diffstat (limited to 'security/py-paramiko/files')
| -rw-r--r-- | security/py-paramiko/files/patch-setup.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/py-paramiko/files/patch-setup.py b/security/py-paramiko/files/patch-setup.py index 5ab4a79f3140..9f90358ed731 100644 --- a/security/py-paramiko/files/patch-setup.py +++ b/security/py-paramiko/files/patch-setup.py @@ -1,13 +1,15 @@ ---- ./setup.py.orig 2012-10-03 11:45:35.000000000 +0200 -+++ ./setup.py 2012-10-03 11:46:32.000000000 +0200 -@@ -37,14 +37,8 @@ +--- ./setup.py.orig 2014-02-06 14:49:52.000000000 +0100 ++++ ./setup.py 2014-02-06 14:51:23.000000000 +0100 +@@ -37,16 +37,8 @@ #ez_setup.use_setuptools() import sys -try: - from setuptools import setup - kw = { -- 'install_requires': 'pycrypto >= 2.1, != 2.4', +- 'install_requires': ['pycrypto >= 2.1, != 2.4', +- 'ecdsa', +- ], - } -except ImportError: - from distutils.core import setup |
