commit:     822fe952d6a3e1521eec3148c212b07fc44cb346
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 11:11:56 2022 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 11:12:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822fe952

dev-python/bareos: bump min python version

Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 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 0fb3ad52ee5a..8c10886711d7 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 387340ff98aa..c823e3bf2130 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"

Reply via email to