[tor-commits] [ooni-probe/develop] Add libpcap-dev to dependencies
isis at torproject.org
isis at torproject.org
Thu Jun 6 16:41:38 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 file changed, 1 insertion(+), 1 deletion(-)
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