mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix to install along with setuptools
PR: ports/102368 Submitted by: Martin Jackson <mhjacks(at)swbell.net> Approved by: krion (mentor), maintainer (via privat mail)
This commit is contained in:
parent
0427e4214e
commit
54eece97e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171266
19
security/py-paramiko/files/patch-nosetuptools-setup.py
Normal file
19
security/py-paramiko/files/patch-nosetuptools-setup.py
Normal file
@ -0,0 +1,19 @@
|
||||
--- setup.py.orig Mon Aug 21 19:21:34 2006
|
||||
+++ setup.py Mon Aug 21 19:22:15 2006
|
||||
@@ -32,14 +32,8 @@
|
||||
#import ez_setup
|
||||
#ez_setup.use_setuptools()
|
||||
|
||||
-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 = {}
|
||||
|
||||
setup(name = "paramiko",
|
||||
version = "1.6.2",
|
Loading…
Reference in New Issue
Block a user