aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-06-05 13:06:02 -0700
committerAnders Broman <a.broman58@gmail.com>2019-06-09 04:53:08 +0000
commit20568aa8b9376db9da9bce82e9f84482832fe42a (patch)
tree803bef70425d130680a0eb1c6b90db943afd24b9 /debian
parent14553ee358e726dc618a0a8e5c96f55ab25d2456 (diff)
tools: Switch some scripts exclusively to Python 3.
Convert asn2wrs.py to Python 3 via `2to3 --print-function --write` along with additional tweaks. Convert asn2deb and idl2deb using `2to3 --write`. Work around what appears to be a Debian packaging bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818609 Change-Id: I5cc246f7162c2d713673955c10c092e1b91adf82 Reviewed-on: https://code.wireshark.org/review/33504 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 6e6a027917..707ba84281 100644
--- a/debian/control
+++ b/debian/control
@@ -84,7 +84,7 @@ Package: wireshark-dev
Architecture: any
Section: devel
Depends: ${misc:Depends}, omniidl (>= 4.0.1-2), libpcap0.8-dev, libtool,
- libglib2.0-dev, ${python3:Depends}, python3-ply, snacc, debhelper,
+ libglib2.0-dev, python3:any, python3-ply, snacc, debhelper,
cdbs, libwireshark-dev, libwiretap-dev
Replaces: ethereal-dev (<< 1.0.0-3)
Conflicts: ethereal-dev (<< 1.0.0-3)