From 822fe952d6a3e1521eec3148c212b07fc44cb346 Mon Sep 17 00:00:00 2001 From: Marc Schiffbauer Date: Mon, 7 Feb 2022 01:11:56 -1000 Subject: [PATCH] dev-python/bareos: bump min python version Signed-off-by: Marc Schiffbauer --- dev-python/bareos/bareos-20.0.3.ebuild | 2 +- dev-python/bareos/bareos-21.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bareos/bareos-20.0.3.ebuild b/dev-python/bareos/bareos-20.0.3.ebuild index 0fb3ad52ee5a8..8c10886711d7f 100644 --- a/dev-python/bareos/bareos-20.0.3.ebuild +++ b/dev-python/bareos/bareos-20.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="python bindings for bareos network backup suite" diff --git a/dev-python/bareos/bareos-21.0.0.ebuild b/dev-python/bareos/bareos-21.0.0.ebuild index 387340ff98aa1..c823e3bf21309 100644 --- a/dev-python/bareos/bareos-21.0.0.ebuild +++ b/dev-python/bareos/bareos-21.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="python bindings for bareos network backup suite"