diff options
-rw-r--r-- | dev-db/barman/barman-2.12-r1.ebuild (renamed from dev-db/barman/barman-2.12.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/barman/barman-2.12.ebuild b/dev-db/barman/barman-2.12-r1.ebuild index ce74beef1454..44e095f92d0f 100644 --- a/dev-db/barman/barman-2.12.ebuild +++ b/dev-db/barman/barman-2.12-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-python/boto3[${PYTHON_USEDEP}] dev-python/argh[${PYTHON_USEDEP}] - >=dev-python/psycopg-2[${PYTHON_USEDEP}] + dev-python/psycopg:2[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/argcomplete[${PYTHON_USEDEP}] net-misc/rsync |