volk: drop python39 variant

This commit is contained in:
Renee Otten
2025-11-05 09:00:27 -05:00
parent 1f6d6d2032
commit c4db2b2370
+2 -2
View File
@@ -59,7 +59,7 @@ set main_distfile ${distfiles}
set cpu_features_distname ${cpu_features_github_project}-${cpu_features_github_branch}
set cpu_features_distfile ${cpu_features_distname}${extract.suffix}
distfiles ${main_distfile}:tagone \
${cpu_features_distfile}:tagtwo
@@ -123,7 +123,7 @@ configure.cppflags-delete -I${prefix}/include
# specify the Python dependencies; these are checked for at configure,
# then used for building, but not at runtime.
set pythons_suffixes {39 310 311 312}
set pythons_suffixes {310 311 312}
set pythons_ports {}
foreach s ${pythons_suffixes} {