Skip to content
Snippets Groups Projects
Unverified Commit e70a23aa authored by Amin Bandali's avatar Amin Bandali
Browse files

packaging: add newly-required python3 build dependency for client-qt

https://review.jami.net/c/jami-client-qt/+/19283 recently marked
Python 3 as a required build depdendency for building client-qt,
as it's needeed for generating 'resources.qrc' in build time.

Change-Id: Ib7eb3822ec5af5e4223d8a05b52d7cb5bb22e8d5
parent 835f5ae6
Branches
Tags
No related merge requests found
...@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9), ...@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
autotools-dev, autotools-dev,
# qt client # qt client
libqt-jami, libqt-jami,
python3,
# both qt client and gnome client # both qt client and gnome client
libnm-dev, libnm-dev,
libnotify-dev, libnotify-dev,
......
...@@ -23,6 +23,9 @@ BuildRequires: cmake ...@@ -23,6 +23,9 @@ BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: make BuildRequires: make
# For generating resources.qrc in build time.
BuildRequires: python3
# Build and runtime dependencies. # Build and runtime dependencies.
BuildRequires: qrencode-devel BuildRequires: qrencode-devel
......
...@@ -329,6 +329,7 @@ parts: ...@@ -329,6 +329,7 @@ parts:
- libvdpau-dev - libvdpau-dev
- libyaml-cpp-dev - libyaml-cpp-dev
- nasm # seems to be needed for building libvpx on an 18.04 base - nasm # seems to be needed for building libvpx on an 18.04 base
- python3
- qt515base - qt515base
- qt515declarative - qt515declarative
- qt515graphicaleffects - qt515graphicaleffects
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment