summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-04 09:05:44 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-04 09:41:55 +0200
commit4744c9fb447adbc64d7bfc7219123b2b4a00e958 (patch)
tree433e782d01a31f8632fac6ec28d6357fe636adc5 /dev-db/barman
parentapp-admin/pwman3: Use slot for dev-python/psycopg (diff)
downloadgentoo-4744c9fb447adbc64d7bfc7219123b2b4a00e958.tar.gz
gentoo-4744c9fb447adbc64d7bfc7219123b2b4a00e958.tar.bz2
gentoo-4744c9fb447adbc64d7bfc7219123b2b4a00e958.zip
dev-db/barman: Use slot for dev-python/psycopg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/barman')
-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