From 6262456635bd9b55b0d7f048b05e8a28c24f5374 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 12 Feb 2022 11:20:44 +0100 Subject: [PATCH] - fix python 3 deps --- ceph.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph.spec b/ceph.spec index 987e732..b555768 100644 --- a/ceph.spec +++ b/ceph.spec @@ -95,8 +95,8 @@ BuildRequires: openssl-devel BuildRequires: perl-base BuildRequires: pkgconfig %{?with_pmem:BuildRequires: pmdk-devel} -BuildRequires: python3 >= 1:2.7 -BuildRequires: python3-devel >= 1:2.7 +BuildRequires: python3 >= 1:3.2 +BuildRequires: python3-devel >= 1:3.2 BuildRequires: python3-tox >= 2.9.1 BuildRequires: python3-Cython %{?with_system_rocksdb:BuildRequires: rocksdb-devel >= 5.6.0} -- 2.44.0