From e7f4d195c85a47f2eeb03804bf71d56bcb2945ae Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 19 Aug 2024 10:26:31 -0400 Subject: [PATCH] pgcli: remove unneeded dependency on python3-pendulum. --- srcpkgs/pgcli/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index 1001a09f118..9d213fdc6c0 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,11 +1,11 @@ # Template file for 'pgcli' pkgname=pgcli version=4.1.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit - python3-psycopg python3-sqlparse python3-configobj python3-pendulum +depends="python3-pgspecial python3-click python3-Pygments + python3-prompt_toolkit python3-psycopg python3-sqlparse python3-configobj python3-cli_helpers python3-setproctitle" short_desc="PostgreSQL CLI with autocompletion and syntax highlighting" maintainer="Joel Beckmeyer "