Skip to content

Commit

Permalink
dev-ros/rosbridge_server: Unbundle dev-python/backports-ssl-match-hos…
Browse files Browse the repository at this point in the history
…tname. Bug #564340.

Package-Manager: portage-2.2.23
  • Loading branch information
aballier committed Oct 30, 2015
1 parent 6496c48 commit 7872cf7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dev-ros/rosbridge_server/files/backports-ssl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Index: rosbridge_server/setup.py
===================================================================
--- rosbridge_server.orig/setup.py
+++ rosbridge_server/setup.py
@@ -11,8 +11,6 @@ from catkin_pkg.python_setup import gene
d = generate_distutils_setup(
packages=[
'rosbridge_server',
- 'backports',
- 'backports.ssl_match_hostname',
'tornado',
'tornado.platform'
],
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ RDEPEND="
dev-ros/rospy[${PYTHON_USEDEP}]
dev-ros/rosbridge_library[${PYTHON_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-ros/rosauth[${PYTHON_USEDEP}]
dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/backports-ssl.patch" )
2 changes: 2 additions & 0 deletions dev-ros/rosbridge_server/rosbridge_server-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ RDEPEND="
dev-ros/rospy[${PYTHON_USEDEP}]
dev-ros/rosbridge_library[${PYTHON_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-ros/rosauth[${PYTHON_USEDEP}]
dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/backports-ssl.patch" )

0 comments on commit 7872cf7

Please sign in to comment.