mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
debian: Move e2fsprogs to Recommends
Temporary workaround for piuparts bug #1010967. Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
483f1c3b7e
commit
506ed65e9f
3
debian/control
vendored
3
debian/control
vendored
@ -80,7 +80,6 @@ Depends:
|
|||||||
bind9-dnsutils,
|
bind9-dnsutils,
|
||||||
curl,
|
curl,
|
||||||
debconf,
|
debconf,
|
||||||
e2fsprogs,
|
|
||||||
fonts-fork-awesome,
|
fonts-fork-awesome,
|
||||||
fonts-lato,
|
fonts-lato,
|
||||||
# sgdisk is used in storage app to expand GPT disks
|
# 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.
|
# Ensure fuse gets replaced by fuse3 on upgrades from buster s.t. sshfs can be installed.
|
||||||
fuse3,
|
fuse3,
|
||||||
Recommends:
|
Recommends:
|
||||||
|
# Temporarily moved from Depends due to piuparts bug #1010967.
|
||||||
|
e2fsprogs,
|
||||||
# Wifi firmware
|
# Wifi firmware
|
||||||
firmware-ath9k-htc,
|
firmware-ath9k-htc,
|
||||||
# FreedomBox documentation
|
# FreedomBox documentation
|
||||||
|
|||||||
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -14,5 +14,5 @@ Restrictions: needs-root, breaks-testbed
|
|||||||
# Run unit and integration tests on installed files.
|
# 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
|
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
|
Restrictions: breaks-testbed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user