mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Remove explicit dependency in setup.py for python ./setup.py test
Requested by: clsung
This commit is contained in:
parent
22b6ab6708
commit
869f2d6bd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287714
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ssh
|
||||
PORTVERSION= 1.7.11
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
10
security/py-ssh/files/patch-setup.py
Normal file
10
security/py-ssh/files/patch-setup.py
Normal file
@ -0,0 +1,10 @@
|
||||
--- setup.py.orig 2011-12-20 14:19:49.418637581 +0800
|
||||
+++ setup.py 2011-12-20 14:20:31.345637126 +0800
|
||||
@@ -38,7 +38,6 @@
|
||||
try:
|
||||
from setuptools import setup
|
||||
kw = {
|
||||
- 'install_requires': 'pycrypto >= 2.1, != 2.4',
|
||||
}
|
||||
except ImportError:
|
||||
from distutils.core import setup
|
Loading…
Reference in New Issue
Block a user