[tor-commits] [ooni-probe/master] Add libpcap-dev to dependencies

art at torproject.org art at torproject.org
Tue Apr 30 13:01:44 UTC 2013


commit d409e2ec21c6433e166a66b6f3620cb9ce3a9a6a
Author: Arturo Filastò <art at fuffa.org>
Date:   Mon Apr 22 17:50:42 2013 +0200

    Add libpcap-dev to dependencies
---
 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 78cf20e..2845bdf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: python
 before_install:
-  - sudo apt-get install tor
+  - sudo apt-get install tor libpcap-dev
 python:
   - "2.7"
   - "2.6"





More information about the tor-commits mailing list