summaryrefslogtreecommitdiff
path: root/security/py-paramiko
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2010-05-31 20:34:58 +0000
committergls <gls@pkgsrc.org>2010-05-31 20:34:58 +0000
commit01ddfc82dc6a300945a23386f8467c0df65af6ee (patch)
tree415d65fac4fad9b966cee2df4b9ac6bd7b65de60 /security/py-paramiko
parent7fd145050039b5ad70422f76a448ff41cb966e15 (diff)
downloadpkgsrc-01ddfc82dc6a300945a23386f8467c0df65af6ee.tar.gz
Remove patch-aa
Diffstat (limited to 'security/py-paramiko')
-rw-r--r--security/py-paramiko/patches/patch-aa21
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