Bug 237451 - x11/xpra: Missing paramiko dependency
Summary: x11/xpra: Missing paramiko dependency
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-21 22:20 UTC by Mateusz Piotrowski
Modified: 2019-04-22 20:05 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mateusz Piotrowski freebsd_committer freebsd_triage 2019-04-21 22:20:57 UTC
Hi, I'm trying to run run_scaled[1], which depends on Xpra. I get the following error message from Xpra:

> 2019-04-21 22:38:56,194 Error: cannot enable SSH socket upgrades:
> 2019-04-21 22:38:56,194  No module named paramiko

The message is gone when I install py27-paramiko.


[1]: https://github.com/kaueraal/run_scaled
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-22 20:05:22 UTC
A commit references this bug:

Author: swills
Date: Mon Apr 22 20:05:01 UTC 2019
New revision: 499668
URL: https://svnweb.freebsd.org/changeset/ports/499668

Log:
  x11/xpra: Missing paramiko dependency

  PR:		237451
  Reported by:	0mp

Changes:
  head/x11/xpra/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-04-22 20:05:55 UTC
I've added the missing dependency.