diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2022-02-07 01:11:56 -1000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2022-02-07 01:12:27 -1000 |
commit | 822fe952d6a3e1521eec3148c212b07fc44cb346 (patch) | |
tree | 3f37fd2ae20cc4d988a3f7d50420318615483999 /dev-python/bareos | |
parent | dev-python/bareos: add 21.0.0 (diff) | |
download | gentoo-822fe952d6a3e1521eec3148c212b07fc44cb346.tar.gz gentoo-822fe952d6a3e1521eec3148c212b07fc44cb346.tar.bz2 gentoo-822fe952d6a3e1521eec3148c212b07fc44cb346.zip |
dev-python/bareos: bump min python version
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'dev-python/bareos')
-rw-r--r-- | dev-python/bareos/bareos-20.0.3.ebuild | 2 | ||||
-rw-r--r-- | 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" |