From 525932a1b23849031d420d007e75339aefb05e24 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 15 Jun 2021 21:57:21 +0200 Subject: [PATCH] sys-cluster/dlb: remove py3.7 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- sys-cluster/dlb/dlb-2.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-cluster/dlb/dlb-2.1-r1.ebuild b/sys-cluster/dlb/dlb-2.1-r1.ebuild index c1e32700bf..b784405903 100644 --- a/sys-cluster/dlb/dlb-2.1-r1.ebuild +++ b/sys-cluster/dlb/dlb-2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE="tk" inherit autotools python-single-r1 @@ -23,7 +23,6 @@ DEPEND=" hwloc? ( sys-apps/hwloc ) mpi? ( virtual/mpi ) " -#instrumentation ( sys-cluster/extrae ) RDEPEND=" ${PYTHON_DEPS} ${DEPEND}