Skip to content

Commit f83da2e

Browse files
author
Matthias Koeppe
committed
tox.ini (debian-buster): Use IGNORE_MISSING_SYSTEM_PACKAGES=yes
1 parent 3f8d4cb commit f83da2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ setenv =
227227
ubuntu-mantic: IGNORE_MISSING_SYSTEM_PACKAGES=yes
228228
#
229229
# https://hub.docker.com/_/debian
230+
# debian-buster does not have libfreetype-dev (it only has libfreetype6-dev)
230231
# debian-bullseye does not have libgiac-dev
231232
# debian-trixie does not have libbrial-dev
232233
#
@@ -237,6 +238,7 @@ setenv =
237238
debian-stretch: BASE_TAG=stretch
238239
debian-stretch: IGNORE_MISSING_SYSTEM_PACKAGES=yes
239240
debian-buster: BASE_TAG=buster
241+
debian-buster: IGNORE_MISSING_SYSTEM_PACKAGES=yes
240242
debian-bullseye: BASE_TAG=bullseye
241243
debian-bullseye: IGNORE_MISSING_SYSTEM_PACKAGES=yes
242244
debian-bookworm: BASE_TAG=bookworm

0 commit comments

Comments
 (0)