Skip to content

Commit d07403d

Browse files
author
Matthias Koeppe
committed
Handle almalinux-8 like centos-8
1 parent 6c3d558 commit d07403d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python3.9
22
python3.9-devel
3-
# Except on centos-stream-8, where it is called python39 and python3.9-devel; we special-case this in tox.ini
3+
# Except on centos-stream-8 and almalinux-8, where it is called python39 and python39-devel; we special-case this in tox.ini

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ setenv =
559559
conda: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=python3
560560
conda: EXTRA_SAGE_PACKAGES_5=_bootstrap liblzma bzip2 libffi libpng zlib
561561

562-
centos-stream-8-python3.9: EXTRA_SYSTEM_PACKAGES=python39 python39-devel
562+
{centos-stream,almalinux}-8-python3.9: EXTRA_SYSTEM_PACKAGES=python39 python39-devel
563563
#
564564
# - toolchain
565565
#

0 commit comments

Comments
 (0)