Skip to content

Commit 2356efa

Browse files
author
Matthias Koeppe
committed
build/pkgs/_python3.*/distros/fedora.txt: Packages now include a dot - except on centos-stream-8
1 parent 8f57adb commit 2356efa

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python310
2-
python310-devel
1+
python3.10
2+
python3.10-devel
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python311
2-
python311-devel
1+
python3.11
2+
python3.11-devel
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python312
2-
python312-devel
1+
python3.12
2+
python3.12-devel
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
python39
2-
python39-devel
1+
python3.9
2+
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

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,8 @@ setenv =
558558
manylinux-{python3.9,python3.10,python3.11,python3.12}: EXTRA_SAGE_PACKAGES_5=_bootstrap liblzma bzip2 libffi libpng
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
561+
562+
centos-stream-8-python3.9: EXTRA_SYSTEM_PACKAGES=python39 python39-devel
561563
#
562564
# - toolchain
563565
#

0 commit comments

Comments
 (0)