diff options
author | gls <gls@pkgsrc.org> | 2010-05-31 20:34:58 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2010-05-31 20:34:58 +0000 |
commit | 18b7357b70788037538a9e77a372ae336042712f (patch) | |
tree | 415d65fac4fad9b966cee2df4b9ac6bd7b65de60 /security/py-paramiko | |
parent | 13654bcf80b47199bfac9568d066f62c89276855 (diff) | |
download | pkgsrc-18b7357b70788037538a9e77a372ae336042712f.tar.gz |
Remove patch-aa
Diffstat (limited to 'security/py-paramiko')
-rw-r--r-- | security/py-paramiko/patches/patch-aa | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/security/py-paramiko/patches/patch-aa b/security/py-paramiko/patches/patch-aa deleted file mode 100644 index aed7a494891..00000000000 --- a/security/py-paramiko/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2008/05/15 18:27:43 drochner Exp $ - ---- setup.py.orig 2008-05-15 18:03:12.000000000 +0200 -+++ setup.py -@@ -33,14 +33,8 @@ Required packages: - #ez_setup.use_setuptools() - - import sys --try: -- from setuptools import setup -- kw = { -- 'install_requires': 'pycrypto >= 1.9', -- } --except ImportError: -- from distutils.core import setup -- kw = {} -+from distutils.core import setup -+kw = {} - - if sys.platform == 'darwin': - import setup_helper |