Add python3-systemd as an explicit dependency

Running `make install_depends` does not (always) pull python3-systemd
which is a dependency of Subiquity.

In environments having Install-Recommends enabled, python3-systemd is
pulled by apport which is itself pulled by python3-apport.

Fixed by adding it to the list of dependencies in apt-deps.txt

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2022-03-11 16:57:51 +01:00
parent a4af88ccea
commit 1fefa5615a
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ python3-pyudev
python3-requests
python3-requests-unixsocket
python3-setuptools
python3-systemd
python3-urwid
python3-wheel
python3-yaml