FreeBSD Bugzilla – Attachment 159276 Details for
Bug 201901
[patch] net/py-libcloud: avoid backports.ssl-match-hostname requirement
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix requires
libcloud.diff (text/plain), 1.14 KB, created by
Kurt Jaeger
on 2015-07-26 20:28:47 UTC
(
hide
)
Description:
fix requires
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2015-07-26 20:28:47 UTC
Size:
1.14 KB
patch
obsolete
>diff -r -u -N net/py-libcloud/files/patch-setup.py /usr/home/pi/myp/net/py-libcloud/files/patch-setup.py >--- net/py-libcloud/files/patch-setup.py 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/home/pi/myp/net/py-libcloud/files/patch-setup.py 2015-07-26 22:23:26.000000000 +0200 >@@ -0,0 +1,29 @@ >+--- setup.py.orig 2014-11-19 16:00:24 UTC >++++ setup.py >+@@ -47,7 +47,6 @@ DOC_TEST_MODULES = ['libcloud.compute.dr >+ SUPPORTED_VERSIONS = ['2.5', '2.6', '2.7', 'PyPy', '3.x'] >+ >+ TEST_REQUIREMENTS = [ >+- 'backports.ssl_match_hostname', >+ 'mock' >+ ] >+ >+@@ -222,10 +221,6 @@ class CoverageCommand(Command): >+ >+ forbid_publish() >+ >+-install_requires = ['backports.ssl_match_hostname'] >+-if pre_python26: >+- install_requires.extend(['ssl', 'simplejson']) >+- >+ setup( >+ name='apache-libcloud', >+ version=read_version_string(), >+@@ -234,7 +229,6 @@ setup( >+ ' and documentation, please see http://libcloud.apache.org', >+ author='Apache Software Foundation', >+ author_email='dev@libcloud.apache.org', >+- install_requires=install_requires, >+ packages=get_packages('libcloud'), >+ package_dir={ >+ 'libcloud': 'libcloud',
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201901
: 159276