Commit ee9c6164 authored by Jérémy Bobbio's avatar Jérémy Bobbio
Browse files

Add python-pypcap to Recommends and update requirements.txt

parent 9c945125
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
               tor,
               geoip-database
Recommends: python-dumbnet
Recommends: python-dumbnet, python-pypcap
Suggests: geoip-database-contrib, obfsproxy
Description: probe for the Open Observatory of Network Interference (OONI)
 OONI, the Open Observatory of Network Interference, is a global observation
+5 −7
Original line number Diff line number Diff line
From: =?utf-8?q?J=C3=A9r=C3=A9my_Bobbio?= <lunar@debian.org>
Date: Sun, 24 Aug 2014 19:05:50 +0000
Subject: Remove uneeded dependency from requirements.txt

service-identity is actually not a dependency of ooniprobe, but a dependency of
@@ -7,19 +6,18 @@ Twisted >= 14.0.0. ooniprobe will work fine (but not verify hostname matches
certificate) with Twisted >= 12.0.2. As python-twisted 14.0.0-2 in Debian
already depends on python-service-identity, we can just remove the hard
requirement on service-identity here.
---
 requirements.txt |    1 -
 1 file changed, 1 deletion(-)

pypcap and pydumbnet are optional dependencies and listed in Recommends.

Index: git/requirements.txt
===================================================================
--- git.orig/requirements.txt
+++ git/requirements.txt
@@ -8,7 +8,6 @@ txsocksx>=0.0.2
@@ -8,7 +8,4 @@ txsocksx>=0.0.2
 parsley>=1.1
 scapy-real>=2.2.0-dev
 pypcap>=1.1
-pypcap>=1.1
-service-identity
 pydumbnet
-pydumbnet
 pyasn1
 characteristic