summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2022-10-05 16:44:43 +0200
committerArnstein Ressem <aressem@yahooinc.com>2022-10-05 16:44:43 +0200
commit2593600f87c68d70e61222ff7d88d99fe2ad4419 (patch)
tree8d70fe7ffd77bb40b3d7b33129a02d3275267313 /dist
parentf12eff86083c428be0711b4ef16c6e80daa37be8 (diff)
Add python39-devel for oraclelinux.
Diffstat (limited to 'dist')
-rw-r--r--dist/vespa.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 189fe4ad81a..267162a6e75 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -56,6 +56,9 @@ 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)