opnsense-ports/security/py-ssh/files/patch-setup.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
295 B
Python

--- 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