aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2023-09-14 13:38:05 -0700
committerGerald Combs <gerald@wireshark.org>2023-09-14 13:39:38 -0700
commit61c0d095823e1fecbeab8fda54f4f4d3e6cf892e (patch)
tree3c23acde2a13211dec42702487277c2d21caf4f0
parent935e791aaa4b4fe40bd82a7999af32ea5e0bdfa5 (diff)
macOS: Fix our dmgbuild configs
Newer versions of dmgbuild don't use biplist and neither does our config, so don't try to import it. [skip ci]
-rw-r--r--packaging/macosx/logray-app.dmgbuild.in1
-rw-r--r--packaging/macosx/wireshark-app.dmgbuild.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/packaging/macosx/logray-app.dmgbuild.in b/packaging/macosx/logray-app.dmgbuild.in
index 49d0d63900..a7d836000f 100644
--- a/packaging/macosx/logray-app.dmgbuild.in
+++ b/packaging/macosx/logray-app.dmgbuild.in
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
-import biplist
import os.path
#
diff --git a/packaging/macosx/wireshark-app.dmgbuild.in b/packaging/macosx/wireshark-app.dmgbuild.in
index a24f153be0..b7ba559823 100644
--- a/packaging/macosx/wireshark-app.dmgbuild.in
+++ b/packaging/macosx/wireshark-app.dmgbuild.in
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
-import biplist
import os.path
#