diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-05 10:58:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-05 14:26:03 +0100 |
commit | ea7c48747e06a2013badbc5c53cb458636189957 (patch) | |
tree | 98453e4869e39f066239a446a0129e9ca8b1929e /dev-python/paramiko/files | |
parent | dev-python/oslotest: Clean old up (diff) | |
download | gentoo-ea7c48747e06a2013badbc5c53cb458636189957.tar.gz gentoo-ea7c48747e06a2013badbc5c53cb458636189957.tar.bz2 gentoo-ea7c48747e06a2013badbc5c53cb458636189957.zip |
dev-python/paramiko: Clean old up
Diffstat (limited to 'dev-python/paramiko/files')
-rw-r--r-- | dev-python/paramiko/files/paramiko-1.16.0-install_requires.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/paramiko/files/paramiko-1.16.0-install_requires.patch b/dev-python/paramiko/files/paramiko-1.16.0-install_requires.patch deleted file mode 100644 index fde5e11b19e5..000000000000 --- a/dev-python/paramiko/files/paramiko-1.16.0-install_requires.patch +++ /dev/null @@ -1,18 +0,0 @@ - setup.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/setup.py b/setup.py -index 629c28f..e987dc6 100644 ---- a/setup.py -+++ b/setup.py -@@ -41,8 +41,8 @@ try: - from setuptools import setup - kw = { - 'install_requires': [ -- 'pycrypto >= 2.1, != 2.4', -- 'ecdsa >= 0.11', -+ 'pycrypto >=2.1,!=2.4', -+ 'ecdsa >=0.11', - ], - } - except ImportError: |