View | Details | Raw Unified | Return to bug 200834
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	libcloud
4
PORTNAME=	libcloud
5
PORTVERSION=	0.17.0
5
PORTVERSION=	0.17.0
6
PORTREVISION=	1
6
CATEGORIES=	net python
7
CATEGORIES=	net python
7
MASTER_SITES=	APACHE/${PORTNAME}
8
MASTER_SITES=	APACHE/${PORTNAME}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)files/patch-libcloud_httplib__ssl.py (+11 lines)
Line 0 Link Here
1
--- libcloud/httplib_ssl.py.orig	2015-02-07 21:51:40 UTC
2
+++ libcloud/httplib_ssl.py
3
@@ -23,7 +23,7 @@ import ssl
4
 import base64
5
 import warnings
6
 
7
-from backports.ssl_match_hostname import match_hostname, CertificateError
8
+from ssl import match_hostname, CertificateError
9
 
10
 import libcloud.security
11
 from libcloud.utils.py3 import b

Return to bug 200834