summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn02022-03-14 13:44:44 +0100
committer Willy Sudiarto Raharjo2022-03-17 18:26:04 +0100
commitf71a52af959131d7ed96fd5324c70f9e50b429f8 (patch)
tree6e874ab9ec9a8a313714dc30df2c8ee72b8b837e
parentb4b419205e5eb7b85bb61e2712e933961ff02b6c (diff)
downloadslackbuilds-f71a52af959131d7ed96fd5324c70f9e50b429f8.tar.gz
system/barman: Changed REQUIRES for python3-psycopg2 and python3-dateutil
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/barman/barman.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/barman/barman.info b/system/barman/barman.info
index 97ad23e08b..cd060f9938 100644
--- a/system/barman/barman.info
+++ b/system/barman/barman.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/cc/fb/dca92b36ca6c77da2e8d6938
MD5SUM="6ae19fc6cd493b296f7b8514992440d9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="psycopg2 argh python2-dateutil argcomplete"
+REQUIRES="python3-psycopg2 argh python3-dateutil argcomplete"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"