From 52f4d1ee90e19550b1a7c5dff230b88ce93b6948 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 1 May 2023 13:46:09 +0100 Subject: sys-cluster/ceph: fix Python dep Signed-off-by: Sam James --- sys-cluster/ceph/ceph-16.2.10-r5.ebuild | 2 +- sys-cluster/ceph/ceph-16.2.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-cluster') diff --git a/sys-cluster/ceph/ceph-16.2.10-r5.ebuild b/sys-cluster/ceph/ceph-16.2.10-r5.ebuild index fc09be7c503b..df5c40821102 100644 --- a/sys-cluster/ceph/ceph-16.2.10-r5.ebuild +++ b/sys-cluster/ceph/ceph-16.2.10-r5.ebuild @@ -93,7 +93,7 @@ DEPEND=" spdk? ( dev-util/cunit ) sqlite? ( dev-db/sqlite:= ) system-boost? ( dev-libs/boost:=[context,python,${PYTHON_USEDEP},zlib] ) - !system-boost? ( $(python_gen_impl_dep '' 3.8 3.9) ) + !system-boost? ( $(python_gen_impl_dep '' 3.9 3.10) ) uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zbd? ( sys-block/libzbd:= ) diff --git a/sys-cluster/ceph/ceph-16.2.12.ebuild b/sys-cluster/ceph/ceph-16.2.12.ebuild index bacb5d189e52..8051bb4868b4 100644 --- a/sys-cluster/ceph/ceph-16.2.12.ebuild +++ b/sys-cluster/ceph/ceph-16.2.12.ebuild @@ -93,7 +93,7 @@ DEPEND=" spdk? ( dev-util/cunit ) sqlite? ( dev-db/sqlite:= ) system-boost? ( dev-libs/boost:=[context,python,${PYTHON_USEDEP},zlib] ) - !system-boost? ( $(python_gen_impl_dep '' 3.8 3.9) ) + !system-boost? ( $(python_gen_impl_dep '' 3.9 3.10) ) uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zbd? ( sys-block/libzbd:= ) -- cgit v1.2.3-65-gdbad