[Pkg-anonymity-tools] [onionshare] 61/140: Fix socks import issue on Travis; socksipy is ancient and abandoned.

Ulrike Uhlig u-guest at moszumanska.debian.org
Mon Sep 29 20:33:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository onionshare.

commit ad2c776a5f10673e942922ba93246174f25690d5
Author: Mason Donahue <masond+github at gmail.com>
Date:   Sun Aug 31 15:04:26 2014 -0500

    Fix socks import issue on Travis; socksipy is ancient and abandoned.
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 79dd239..944a9c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,8 @@ python:
   - "2.6"
   - "2.7"
 # command to install dependencies
-before_install: "sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-qt4 python-socksipy"
-install: "pip install nose flask stem"
+before_install: "sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-qt4"
+install: "pip install nose flask stem pysocks"
 # command to run tests
 script: nosetests test
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git



More information about the Pkg-anonymity-tools mailing list