Index: head/security/py-paramiko/files/patch-setup.py =================================================================== --- head/security/py-paramiko/files/patch-setup.py (nonexistent) +++ head/security/py-paramiko/files/patch-setup.py (revision 250271) @@ -0,0 +1,20 @@ +--- ./setup.py.orig 2010-02-24 21:06:37.000000000 +0100 ++++ ./setup.py 2010-02-24 21:09:55.000000000 +0100 +@@ -33,14 +33,9 @@ + #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 Property changes on: head/security/py-paramiko/files/patch-setup.py ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property