aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2022-10-06 13:11:46 +0200
committerArnstein Ressem <aressem@yahooinc.com>2022-10-06 13:11:46 +0200
commita3787f6e1fb0adaf24d4c81456f6a37b0a01729e (patch)
tree7a4a72b4df7fa32f370945810cf12f00c47d3f10 /dist
parent2593600f87c68d70e61222ff7d88d99fe2ad4419 (diff)
Disable the python39 module instead of trying to pull it in as part of the build.
Diffstat (limited to 'dist')
-rw-r--r--dist/vespa.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 267162a6e75..189fe4ad81a 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -56,9 +56,6 @@ BuildRequires: pybind11-devel
BuildRequires: python3-pytest
BuildRequires: python36-devel
BuildRequires: glibc-langpack-en
-%if 0%{?oraclelinux}
-BuildRequires: python39-devel
-%endif
%endif
%if 0%{?el9}
%global _centos_stream %(grep -qs '^NAME="CentOS Stream"' /etc/os-release && echo 1 || echo 0)