Skip to content

Commit 75cbbda

Browse files
committed
Fix merge
1 parent f12d13c commit 75cbbda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debian/configure

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ if [ "$1" == "-h" ] || [ "$1" == "-help" ] || [ "$1" == "--help" ]; then
7171
fi
7272

7373
EXTRA_BUILD=
74-
7574
LIBREADLINE_DEV="libeditreadline-dev"
7675

7776
ENABLE_BUILD_DOCUMENTATION=--enable-build-documentation=pdf
@@ -134,7 +133,7 @@ PYTHON_GST=python3-gst-1.0,gstreamer1.0-plugins-base
134133
TCLTK_VERSION=8.6
135134
PYTHON_IMAGING=python3-pil
136135
PYTHON_IMAGING_TK=python3-pil.imagetk
137-
QTVCP_DEPENDS="python3-pyqt5,\n python3-pyqt5.qsci,\n python3-pyqt5.qtsvg,\n python3-pyqt5.qtopengl,\n python3-opencv,\n python3-dbus,\n python3-espeak,\n python3-dbus.mainloop.pyqt5,\n python3-pyqt5.qtwebengine | python3-pyqt5.qtwebkit,\n espeak-ng,\n pyqt5-dev-tools,\n gstreamer1.0-tools,\n espeak,\n sound-theme-freedesktop"
136+
QTVCP_DEPENDS="python3-qtpy,\n python3-pyqt5,\n python3-pyqt5.qsci,\n python3-pyqt5.qtsvg,\n python3-pyqt5.qtopengl,\n python3-opencv,\n python3-dbus,\n python3-espeak,\n python3-dbus.mainloop.pyqt5,\n python3-pyqt5.qtwebengine,\n espeak-ng,\n pyqt5-dev-tools,\n gstreamer1.0-tools,\n espeak,\n sound-theme-freedesktop,\n python3-poppler-qt5"
138137
YAPPS_RUNTIME="python3-yapps"
139138
DEBHELPER="debhelper (>= 12)"
140139
COMPAT="12"

0 commit comments

Comments
 (0)