debian: Move e2fsprogs to Recommends

Temporary workaround for piuparts bug #1010967.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2025-03-02 11:55:25 -05:00
parent 483f1c3b7e
commit 506ed65e9f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 3 additions and 2 deletions

3
debian/control vendored
View File

@ -80,7 +80,6 @@ Depends:
bind9-dnsutils,
curl,
debconf,
e2fsprogs,
fonts-fork-awesome,
fonts-lato,
# sgdisk is used in storage app to expand GPT disks
@ -127,6 +126,8 @@ Depends:
# Ensure fuse gets replaced by fuse3 on upgrades from buster s.t. sshfs can be installed.
fuse3,
Recommends:
# Temporarily moved from Depends due to piuparts bug #1010967.
e2fsprogs,
# Wifi firmware
firmware-ath9k-htc,
# FreedomBox documentation

View File

@ -14,5 +14,5 @@ Restrictions: needs-root, breaks-testbed
# Run unit and integration tests on installed files.
#
Test-Command: PYTHONPATH='/usr/lib/python3/dist-packages/' py.test-3 -p no:cacheprovider --cov=plinth --cov-report=html:debci/htmlcov --cov-report=term
Depends: git, python3-pytest, python3-pytest-cov, python3-pytest-django, python3-tomli, @
Depends: e2fsprogs, git, python3-pytest, python3-pytest-cov, python3-pytest-django, python3-tomli, @
Restrictions: breaks-testbed