Bug 201901 - [patch] net/py-libcloud: avoid backports.ssl-match-hostname requirement
Summary: [patch] net/py-libcloud: avoid backports.ssl-match-hostname requirement
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-07-26 20:28 UTC by Kurt Jaeger
Modified: 2015-08-01 19:01 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (novel)


Attachments
fix requires (1.14 KB, patch)
2015-07-26 20:28 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger freebsd_committer freebsd_triage 2015-07-26 20:28:47 UTC
Created attachment 159276 [details]
fix requires

py-libcloud declares to require backports.ssl_match_hostname in setup.py,
but for newer python version (2.7 and 3.x) this is no longer true.
Comment 1 Roman Bogorodskiy freebsd_committer freebsd_triage 2015-08-01 17:33:49 UTC
Yeah, and we're not using it since https://svnweb.freebsd.org/ports/head/net/py-libcloud/files/patch-libcloud_httplib__ssl.py?view=markup&pathrev=389589 anyway.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-08-01 19:00:39 UTC
A commit references this bug:

Author: novel
Date: Sat Aug  1 19:00:13 UTC 2015
New revision: 393399
URL: https://svnweb.freebsd.org/changeset/ports/393399

Log:
  Drop backports.ssl-match-hostname from requirements. We're not using it
  since r389589 anyway.

  PR:		201901
  Submitted by:	Kurt Jaeger

Changes:
  head/net/py-libcloud/Makefile
  head/net/py-libcloud/files/patch-setup.py
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2015-08-01 19:01:16 UTC
Committed, thanks!