Remove PythonQt dep

backports/focal
Dan Simmons 5 years ago
parent 1ab4e71778
commit 259c772847

1
debian/changelog vendored

@ -2,6 +2,7 @@ calamares (3.2.14-0ubuntu1) UNRELEASED; urgency=medium
* New upstream release.
* Update copyright for appdata file.
* Do not build against PythonQt.
-- Dan Simmons <kc2bez@lubuntu.me> Thu, 03 Oct 2019 18:59:53 +0000

2
debian/control vendored

@ -22,8 +22,6 @@ Build-Depends: cmake,
libparted-dev,
libpolkit-qt5-1-dev,
libpwquality-dev,
libpythonqt-qt5-python3-dev,
libpythonqt-qtall-qt5-python3-dev,
libqt5svg5-dev,
libqt5webkit5-dev,
libyaml-cpp-dev,

2
debian/rules vendored

@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
dh $@ --with kf5
override_dh_auto_configure:
dh_auto_configure -- -DWITH_PYTHONQT=ON -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
# Some test don't work well, we don't need to run them at package build time.
override_dh_auto_test:

Loading…
Cancel
Save