pgcli: remove unneeded dependency on python3-pendulum.
This commit is contained in:
parent
74b0a07861
commit
e7f4d195c8
|
@ -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 <joel@beckmeyer.us>"
|
||||
|
|
Loading…
Reference in New Issue